Lord Blade wrote: ↑Thu May 11, 2017 11:28 pm
So, if I want to edit the script to make the "minimum resources" higher, what exactly would I be changing? Can someone help me out?
I've got situations where I need huge amounts of resources, but the script is only giving me 2500, which isn't anywhere near enough.
Here is my hack....
1, copy the original table and make a backup
2, throw the table into notepad or other edit tool you prefer
3, search " call _ChkAdditionalRes"
4, in next line you will find something like add eax, ecx
5, Unforunately, it seems ecx is currently always 0. Thus, the max resource is not update correctly
6, So I say screw it XD
7, replace it with " add eax,1000000"
9, save the table and quit
10, use the table you just edited and play the game. you will see like 19k resource....