Page 1 of 1

Deadfall Adventures +7 [Steam][Version 1.0]

Posted: Sun May 03, 2020 5:54 am
by VampTY

Options : 7
  • Campaign [Flashlight Power Durability]
  • Campaign [Health]
  • Campaign [Health/One Hit Kill]
  • Campaign [Inventory] Ammo/Dynamite/Grenade
  • Campaign [Stamina]
  • Game [Speed] Fast
  • Game [Speed] Slow
Important!
<> Don't use "Campaign [Health/One hit kill]" on bosses/trap scenes!
<> Activate "Campaign [Inventory] Ammo/Dynamite/Grenade" after having some items in your inventory, it will freeze them!
<> Activating "Campaign [Stamina]" will also hide the cursor!
In order for this table to properly work :
ALWAYS USE THE LATEST VERSION OF Cheat Engine!

Deadfall Adventures +7 [Steam][Version 1.0]

Posted: Sun May 31, 2020 9:07 am
by Joshuan
Thank you very much.

A very underrated game this is.



Great atmosphere, well balanced puzzles and very nice graphics.

With a unique Iniana Jones vibe.



I wish more games like this would exist.

If someone knows of any, please tell us.



Thanks again.

Re: Deadfall Adventures +7 [Steam][Version 1.0]

Posted: Wed Dec 09, 2020 8:47 pm
by sebastianyyz
Thanks for the table. I have tried it with the latest Steam version. Ammo option works but not with grenades, if you pick up a grenade it doesn't add it, or if you have grenades, dynamite and switch you lose those grenades/dynamite, infinite sprint makes the crosshair disappear

Re: Deadfall Adventures +7 [Steam][Version 1.0]

Posted: Wed Dec 09, 2020 9:18 pm
by VampTY
sebastianyyz wrote:
Wed Dec 09, 2020 8:47 pm
Thanks for the table. I have tried it with the latest Steam version. Ammo option works but not with grenades, if you pick up a grenade it doesn't add it, or if you have grenades, dynamite and switch you lose those grenades/dynamite, infinite sprint makes the crosshair disappear
My pleasure, ammo and stamina will freeze values [look inside the scripts], is for the no reload.. so make sure you have some grenade/dynamite before activating it...and for stamina, doesn't affect the game at all [just that crosshair], you can either use it or not since is not much needed, now on the next replay, i'll redo the stamina with that crosshair, thanks for the info..all the best!

PS: also for flashlight, in that script where is " mov [edi],(float)1.15", you can modify "1.15" to a higher value. :)

Re: Deadfall Adventures +7 [Steam][Version 1.0]

Posted: Sun Dec 04, 2022 8:31 am
by Shirwatel
i know this is a bit late to the post but you can have infinite stamina without the cursor disappearing by looking into the debugger and scan for commonalities, i have managed to make that and here's the code if you wanna take a look:
Spoiler
[ENABLE]

alloc(newmem,2048)
label(returnhere)
label(originalcode)
label(exit)
alloc(stamm,4)

stamm:
dd (float)1

newmem:

cmp [ecx+28],5
jne originalcode
movss xmm0,[stamm]

originalcode:
movss [ecx],xmm0
add esp,08

exit:
jmp returnhere

"ADVGame-Win32-Shipping.exe"+4AC04:
jmp newmem
nop 2
returnhere:




[DISABLE]

dealloc(newmem)
dealloc(stamm)
"ADVGame-Win32-Shipping.exe"+4AC04:
movss [ecx],xmm0
add esp,08
//Alt: db F3 0F 11 01 83 C4 08