I'd forgotten how rough this game was at the very start. Thanks for making the start a lot less painful.
theres a problem with the fast weapon level, when you reach like 252 with a weapon and you attack again, the weapon will go over 255, making the yellow bar go out the window, after some time the game crashes, so i know i can solve this by turning of the cheat before reaching 252 or so, but is a little complicated when you are leveling diferent guys at the same time and you know, Counters!, so is there a way that you can fix this? a condition, when lvl is > 250 stop leveling or something? thanks and sorry bout my bad english
yes there is mod the script to add and lower the amount to level the item so sence its already all change 999 to what every you want and press okay so like this not modded originalcode: add [ecx+eax*4+0000060C],#9999 //mov [ecx+eax*4+0000060C],edx modded originalcode: add [ecx+eax*4+0000060C],#999 //mov [ecx+eax*4+0000060C],edx