Originally Posted by
Meister_anon~Master_o f_None
[ Original Post ]
Alright I'm still having the problem, others had with the damage calculation and trainer_secret_base being undeclared.
I've got everything else going but that, I followed guides, got dpe going, I just need this to work so I can get CFRU patched to it.
Attachment 95377
Ok figured it out the problem is actually all in the config file.
Go to src config.h and make sure to carefully read through the requirements of the things you're commenting,
like 1 line required I put a value in, based on the value I had in another field but +8.
After I got that all in line things ran smoothly. I recommend anyone trying this to get familiar with the repo i.e look around through the folders read through the files in notepad, before they actually try anything.
Doing that will greatly help you figure out where you've gone wrong as you'll understand what links to what a bit better.
Also when making your paths, copy the pathway to your arm45 bin folder. then in windows go to control panel, system, advance system settings, then environmental variables.
In the system variables window at the bottom, click path and edit.
When everyone says "add your path to the end" what you need to do is click new, then paste in the path to the bin folder you copied at the start.
That's it, then just click ok on all the windows to confirm and close them out. The final and most important thing you need to do is RESTART YOUR COMPUTER. Then you'll (should) be able to compile no problem.