Page 1 of 1
[Request] Vietnam War
Posted: Mon May 12, 2025 7:41 pm
by LaunchedComic31
Game Name: Vietnam War
Game Engine: Unity
Game Version: Update 9
Options Required: Infinite Health, Infinite Hunger, Infinite Energy, Infinite Thirst, Infinite Rations, Bandages, Canteen. Infinite Ammo, No Reload, Infinite Vehicle Health, Infinite Fuel, Infinite Vehicle Ammo, EXP, Reputation
Steam Website:
Re: [Request] Vietnam War
Posted: Wed May 14, 2025 7:21 pm
by LaunchedComic31
Some things I have found, Vehicle ammo, Player's weapons ammo are 4 bytes, and fuel is a float. However I for the life of me cannot find the player's health at all. Bandages are also a 4 byte, and so is exp.
Re: [Request] Vietnam War
Posted: Wed May 14, 2025 8:28 pm
by hotbabyx
LaunchedComic31 wrote: ↑Wed May 14, 2025 7:21 pm
Some things I have found, Vehicle ammo, Player's weapons ammo are 4 bytes, and fuel is a float. However I for the life of me cannot find the player's health at all. Bandages are also a 4 byte, and so is exp.
try to search by known value and change - unchanged value when you have addresses toggle them and you will find one how control the health search wheres write and trace it i think the address write in hex you will find it in the right corner at register values i wish that help you.
ex health
if the health 100 will show you 64 in register.
Re: [Request] Vietnam War
Posted: Thu May 15, 2025 6:14 pm
by Pruchol5
Yeah cant seem to be able to find health either. Tried all values and used the unknown start value method but no luck.
Vehicle ammo is also a 4 byte. Easy enough to find but seems to be vehicle bound so you have to search every new vehicle
Maybe someone else can try.
Re: [Request] Vietnam War
Posted: Mon May 19, 2025 3:23 pm
by Pruchol5
@LaunchedComic31 Any luck with finding the health value?
Re: [Request] Vietnam War
Posted: Mon May 19, 2025 6:39 pm
by LaunchedComic31
Pruchol5 wrote: ↑Mon May 19, 2025 3:23 pm
@LaunchedComic31 Any luck with finding the health value?
Unfortunately No, I however thought I found the squadmates health (which was a float) but it seems like it doesn't prevent instant death. So im still back at square one, also looks like the weapon ammo is different for each gun as well so I am currently looking through the memory addresses and will see if I can find a way to max them out as well.
Also still having trouble finding water energy and food as well. I think food might be tied a little bit to the health because if you eat your rations it give you a well fed bonus