Spoiler
[Link]
And there is:
[Link]
I don't own it, never bought this remastered thingy, i will buy at some point or if somebody will buy the key for me would be cool, in order to update.
Code: Select all
[ENABLE]
aobscanmodule(_ump_,tomb1.dll,0F B7 ? 66 89 ? ? 0F B7 ? ? 48 83 C3)
alloc(_ump_mem,$1000,_ump_)
label(_ump_back_)
_ump_mem:
movzx eax,word ptr [rbx]
imul ax,ax,2
mov [rdi+20],ax
jmp _ump_back_
_ump_:
jmp _ump_mem
db 90 90
_ump_back_:
registersymbol(_ump_)
[DISABLE]
_ump_:
db 0F B7 03 66 89 47 20
unregistersymbol(_ump_)
dealloc(_ump_mem)
thanks for your response!xorps wrote: ↑Mon Feb 19, 2024 9:30 pmPlaying the first part of the game so far. Here's a super jump, I don't know what was so hard about it. It can easily be modified to fit other parts of the game.
Ps:
Google translator.Spoiler
Code: Select all
[ENABLE] aobscanmodule(_ump_,tomb1.dll,0F B7 ? 66 89 ? ? 0F B7 ? ? 48 83 C3) alloc(_ump_mem,$1000,_ump_) label(_ump_back_) _ump_mem: movzx eax,word ptr [rbx] imul ax,ax,2 mov [rdi+20],ax jmp _ump_back_ _ump_: jmp _ump_mem db 90 90 _ump_back_: registersymbol(_ump_) [DISABLE] _ump_: db 0F B7 03 66 89 47 20 unregistersymbol(_ump_) dealloc(_ump_mem)
Tomb Raider games never had "endless jumping". Dating from TR2, they have so called DOZY Cheat (whereas you would press D, O, Z, Y keys on your keyboard and things would happen). Since you know the games by heart, you know the so called fly mode (aka air swim):
Thank you, but this is already too much. In fact, this is a hacsten.SunBeam wrote: ↑Tue Feb 20, 2024 1:07 amTomb Raider games never had "endless jumping". Dating from TR2, they have so called DOZY Cheat (whereas you would press D, O, Z, Y keys on your keyboard and things would happen). Since you know the games by heart, you know the so called fly mode (aka air swim):
h**ps://[Link]
I'm working on enabling just that now
@xorps: "mov [rdi+20],ax" I think that's lara_info.current_yvel
BR,
Sun
Users browsing this forum: AskaLangly, Munck