Page 1 of 2
[REQUEST] Heavy Storm Shadow
Posted: Sat Apr 27, 2024 9:56 am
by yuumura
Game Name: Heavy Storm Shadow
Game Engine: Unity
Game Version: 1.043
Options Required: god mode, inf. hp, inf. ammo, exp, advanced system, agile chip, points
Steam Website:
Other Info: this game is frustrating
Re: [REQUEST] Heavy Storm Shadow
Posted: Sat Apr 27, 2024 11:16 am
by patka
I tried to find the values, but I didn't really succeed...
Re: [REQUEST] Heavy Storm Shadow
Posted: Mon Apr 29, 2024 3:18 am
by riconess
+1
Re: [REQUEST] Heavy Storm Shadow
Posted: Mon Apr 29, 2024 4:51 am
by KoteXitere
+1
Re: [REQUEST] Heavy Storm Shadow
Posted: Mon Apr 29, 2024 8:40 pm
by lLeGOl
+1
Re: [REQUEST] Heavy Storm Shadow
Posted: Mon Apr 29, 2024 9:52 pm
by safersky
+1
Re: [REQUEST] Heavy Storm Shadow
Posted: Mon Apr 29, 2024 9:57 pm
by sulako
+1
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 10:49 am
by KoteXitere
The HP screen value may have been found. For a value of 100HP= 1, 90HP=0.9 and so on.
The address type is float.
Then I tried to see what instructions are written to the address, but there are continuous jumps to addresses. I can't get any further, because I don't know anything about this business.
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 2:42 pm
by 濒危物种猫咪
Does it online?If not,i can have a try
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 3:02 pm
by Devola
濒危物种猫咪 wrote: ↑Tue Apr 30, 2024 2:42 pm
Does it online?If not,i can have a try
Offline
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 4:28 pm
by 濒危物种猫咪
creazy,I cannot find anything useful,and the game will be over if I hook anywhere
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 5:59 pm
by Shikardo
KoteXitere wrote: ↑Tue Apr 30, 2024 10:49 am
The HP screen value may have been found. For a value of 100HP= 1, 90HP=0.9 and so on.
The address type is float.
Then I tried to see what instructions are written to the address, but there are continuous jumps to addresses. I can't get any further, because I don't know anything about this business.
Thank you for the tip, I tried those numbers and I indeed could modify the health value but couldn't really get hold of it, the bar would suddenly go highwire somtimes getting very low or very high and in the case when it was low and I would get damage I'd still die, so yeah I'm sure I'm doing something wrong here but still don't know what.
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 7:28 pm
by Send
Here are movement speed pointers for (the first mech only) Front/Back/Left/Right (Game2.Design.MotorDefinition.Attributes).
All of the other values are hashed and stored in Game2.Design.CharacterPropertyNames. Changing health/energy/etc will either zero out everything or result in an instant failure of the mission/run.
Re: [REQUEST] Heavy Storm Shadow
Posted: Tue Apr 30, 2024 11:38 pm
by Shikardo
Send wrote: ↑Tue Apr 30, 2024 7:28 pm
Here are movement speed pointers for Front/Back/Left/Right (Game2.Design.MotorDefinition.Attributes).
All of the other values are hashed and stored in Game2.Design.CharacterPropertyNames. Changing health/energy/etc will either zero out everything or result in an instant failure of the mission/run.
Thank you! It does works, but only on the first mech, I have not been able to get it to work on the other 3 (maybe I'm doing something wrong).
Re: [REQUEST] Heavy Storm Shadow
Posted: Wed May 01, 2024 12:28 am
by Send
Shikardo wrote: ↑Tue Apr 30, 2024 11:38 pm
Send wrote: ↑Tue Apr 30, 2024 7:28 pm
Here are movement speed pointers for Front/Back/Left/Right (Game2.Design.MotorDefinition.Attributes).
All of the other values are hashed and stored in Game2.Design.CharacterPropertyNames. Changing health/energy/etc will either zero out everything or result in an instant failure of the mission/run.
Thank you! It does works, but only on the first mech, I have not been able to get it to work on the other 3 (maybe I'm doing something wrong).
Ah, you're not doing anything wrong. I didn't play any of the others, to be honest. Uninstalled the game.