Loading more indexed files
Ever added a monster, item, weapon etc at the end of the indexes put in the files and it just came up with no picture?
Wel lthis fix is for you! (So cheesy)
Anyways its a simple fix if you know what your looking for.
Open up main.exe in a dissasembler, and trace the string reference of the object your adding, its case sensative so bare that in mind.
Each reference is in 3 times, so what you need to do is goto the third of this string.
Eg. Mace (Case sensative) is referenced 3 times exclude the path to the object and the extension these are aded automatically.
When youve got the third string reference look for a compare to the eax register eg cmp eax, 000000005 ; compare eax to 5
take this hex string and the offset for the code and open up ure hex editor, open main.exe and goto the offset make sure ure editing correctly by checking against the hex code version off the assembler.
where it says 05 at the end of the hex code change this to 06 and congratulations the main will now load more object in.
Tested on main.exe serial ending in emf only.
Sorry gotta be quick if u get stuck or dont understand it then dont do it find someone who can.