Quote:
Originally Posted by Caliber
attn Dab:
i know this is off topic, but i forgot to update overlord to include the code you found to improve the health, mana, etc.
if it isn't too much of a pain and you still have it, i am too lazy to retrace it and so if you could send that info to me at CH i'll update it.
finishing up some older titles, sword of the stars, genesis rising, and maybe look at single player shadowrun next, although it has debugger protection which crashes the game if you debug it... fun-
thanks,
Cal
|
LOL hold on ill try and retrieve it from my memory banks (i.e. brain).
Im sure if I remember the addies is 0007217D and 00071B8C. 1st for health 2nd for mana (or was it the other way about) lol
code injections as follows.
xxxxxxxxx: (wherever your code cave is)
MOV DWORD PTR [ESI+42C], 447A0000
FLD DWORD PTR [ESI+42C]
JMP 7217D (cant remember exactly where to jump back to, but you should find it around there).
yyyyyyyy:
MOV DWORD PTR [ESI+470], 447A0000
FLD DWORD PTR [ESI+470]
JMP 71B8C (again cant remember the jump back point but should be there somewhere)
Thats the best I can remember. But should be enough for you to fill in the blanks so to speak.