|
Post by Boaster on Mar 4, 2020 9:14:55 GMT -6
I want to try to figure out a way to enable Mana, a real number stat, for any unit.
As it stands, UNIT_WIZARD_MANA is locked to -1 for any unit that is not designated as a WIZARD.
There appears to be no Game Script file that can change this, so I am figuring that it is in the EXE file itself.
|
|
|
Post by lemminkainen on Mar 4, 2020 9:50:07 GMT -6
It would be great!
|
|
|
Post by Boaster on Mar 4, 2020 12:01:15 GMT -6
I want to try to figure out a way to enable Mana, a real number stat, for any unit. As it stands, UNIT_WIZARD_MANA is locked to -1 for any unit that is not designated as a WIZARD. There appears to be no Game Script file that can change this, so I am figuring that it is in the EXE file itself. I forgot to re-add to that original post. And I got distracted after I had to re-write. Need someone to find out a way, and perhaps show us how it can be done. I don't think I can do that without being shown how.
|
|
|
Post by Frodo Baggins on Aug 2, 2020 12:59:24 GMT -6
Found many videos on YT on editing EXE files. If I have any luck I will post.
It looks like it is easier to write a new program than to reverse engineer an exe. Some modifications can be done with notepad ++ as long as you keep the size(amount of total characters the same using spaces, etc. along with changed text.
|
|