Jump to content

15 posts in this topic

Recommended Posts

Posted

Very good work! I considered looking at this game last night because it used to be simple ms but I was too tired :p

For instant health regen/jetpack refill, try this at the beginning of the functions:

 

VMOV.F32 S0, #31.0

VMUL.F32 S0, S0

VMUL.F32 S0, S0

VMOV R0, S0 (or VSTR in wherever)

BX LR

Posted

Very good work! I considered looking at this game last night because it used to be simple ms but I was too tired :p

For instant health regen/jetpack refill, try this at the beginning of the functions:

 

VMOV.F32 S0, #31.0

VMUL.F32 S0, S0

VMUL.F32 S0, S0

VMOV R0, S0 (or VSTR in wherever)

BX LR

That's actually a very good idea...didn't know that you could do that :) This would work in speed hacks as well, wouldn't it (e.g. in modern combat), to make the player move even faster? Instant jetpack refill / health regeneration doesn't work with the offsets i found for doodly army 2 because it takes a while for the regeneration / jetpack refill to even begin. When it does begin my health / jepack refills almost at once.

Posted

That's actually a very good idea...didn't know that you could do that :) This would work in speed hacks as well, wouldn't it (e.g. in modern combat), to make the player move even faster? Instant jetpack refill / health regeneration doesn't work with the offsets i found for doodly army 2 because it takes a while for the regeneration / jetpack refill to even begin. When it does begin my health / jepack refills almost at once.

Yes it does work with modern combat, but I have the function hooked because a speed of 31 is way too fast :p

 

Try backtracing from the health and jetpack refills. I'm thinking that there has to be a CMP to see whether or not to call the function to fill it up. Try modding that to get it instantly :)

Posted (edited)

Yes it does work with modern combat, but I have the function hooked because a speed of 31 is way too fast :p

 

Try backtracing from the health and jetpack refills. I'm thinking that there has to be a CMP to see whether or not to call the function to fill it up. Try modding that to get it instantly :)

found the right one for the jetpack refill :) jetpack is now infinite, thanks :)

Updated by schlumpf peter
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines