Page 1 of 3

ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Thu Jul 12, 2018 9:17 am
by gideon25
ReCore: Definitive Edition 1.1.7468.2 +15

Options:
Image

Thanks to oLaudix for the resource editor and the jump options. Everything else was done fresh the hard way. On Joule Level option I think you can temporarily change her level to get into the higher level dungeons, then just change the level back to what it was (although I haven't tried that).

ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Jul 13, 2018 2:59 am
by olimpero84
works great! ?

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Sun Sep 16, 2018 4:48 pm
by monk70
Please update to Steam version

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Sun Sep 16, 2018 8:52 pm
by NumberXer0
I put a request in for the newest Steam version, but no biters so far. Maybe you would be interested? Unfortunately nothing on the table works.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Mon Sep 17, 2018 4:02 pm
by machine56
NumberXer0 wrote:
Sun Sep 16, 2018 8:52 pm
I put a request in for the newest Steam version, but no biters so far. Maybe you would be interested? Unfortunately nothing on the table works.
bump on this!

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Tue Sep 18, 2018 11:23 am
by LillyanaKabal
Second bump on that, all the tables are for windows store, not steam.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Tue Sep 18, 2018 7:18 pm
by NumberXer0
Try bumping the request I posted. Someone new might take up the table if gideon25 doesn't want to update his.

Edit: Actually, I don't really need an update anymore. CH updated theirs. But still, if anyone wants to pick this up for everyone else, that would be cool =P

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Thu Sep 20, 2018 6:58 am
by Sushi-Maki
+1 Please update to Steam version.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Sep 21, 2018 6:57 am
by TG1K986
This is for steam version. I made it, but not sure if it will work for you. Try and tell if works. There is 3 function: freeze hp, freeze timer and freeze jump (just freeze at 0 for unlimited jump) EDIT: my last try.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Sep 21, 2018 5:04 pm
by killyourpepe
TG1K986 wrote:
Fri Sep 21, 2018 6:57 am
This is for steam version. I made it, but not sure if it will work for you. Try and tell if works. There is 3 function: freeze hp, freeze timer and freeze jump (just freeze at 0 for unlimited jump)
Thx for your work, but unfortunately freeze timer does not work for me.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Sep 21, 2018 7:20 pm
by TG1K986
killyourpepe wrote:
Fri Sep 21, 2018 5:04 pm
TG1K986 wrote:
Fri Sep 21, 2018 6:57 am
This is for steam version. I made it, but not sure if it will work for you. Try and tell if works. There is 3 function: freeze hp, freeze timer and freeze jump (just freeze at 0 for unlimited jump)
Thx for your work, but unfortunately freeze timer does not work for me.
Try activate timer when in dungeon and timer goes on. About HP, first get some damage and then activate. Hope it will work.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Sun Sep 23, 2018 12:39 am
by arthurh3535
TG1K986 wrote:
Fri Sep 21, 2018 6:57 am
This is for steam version. I made it, but not sure if it will work for you. Try and tell if works. There is 3 function: freeze hp, freeze timer and freeze jump (just freeze at 0 for unlimited jump) EDIT: my last try.
Thanks for trying on the jump thing. I wonder if we should be triggering the 'touched ground' effect for unlimited jump and boosting?

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Mon Sep 24, 2018 5:09 pm
by killyourpepe
TG1K986 wrote:
Fri Sep 21, 2018 7:20 pm
Try activate timer when in dungeon and timer goes on. About HP, first get some damage and then activate. Hope it will work.

I'll try this later, thx for your reply.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Sep 28, 2018 5:19 pm
by killyourpepe
TG1K986 wrote:
Fri Sep 21, 2018 7:20 pm
killyourpepe wrote:
Fri Sep 21, 2018 5:04 pm
TG1K986 wrote:
Fri Sep 21, 2018 6:57 am
This is for steam version. I made it, but not sure if it will work for you. Try and tell if works. There is 3 function: freeze hp, freeze timer and freeze jump (just freeze at 0 for unlimited jump)
Thx for your work, but unfortunately freeze timer does not work for me.
Try activate timer when in dungeon and timer goes on. About HP, first get some damage and then activate. Hope it will work.
sorry for the late reply, every day I have less time to enjoy, the freeze timer works perfect.

Re: ReCore: Definitive Edition 1.1.7468.2 +15

Posted: Fri Sep 28, 2018 9:32 pm
by bloodfayte
Inf Glide and Inf Thrusts to use with gideon25's Inf Jump:
Use jump to stop glide, double click shift to activate thruster again:

Code: Select all

[ENABLE]

aobscanmodule(strafe1,ReCore.dll,0F 84 17 01 00 00 F3)
aobscanmodule(thrusts2,ReCore.dll,75 0B 48 8B CF E8 B3)
aobscanmodule(thrust5,ReCore.dll,44 88 70 34 48 8B CF)
alloc(newmem,$100,"ReCore.dll"+31E78A9)
registersymbol(thrusts2)
registersymbol(strafe1)
label(thrust_addr)
label(code)
label(return)
registersymbol(thrust_addr)

strafe1:
db 0F 85 17 01 00 00

thrusts2:
db 74 0B

newmem:
mov [thrust_addr],rax
  mov [rax+34],01




code:
  mov [rax+34],00
  mov rcx,rdi
  jmp return

  thrust_addr:
  dd 0

thrust5:
  jmp newmem
  nop
  nop
return:
registersymbol(thrust5)

[DISABLE]

strafe1:
  db 0F 84 17 01 00 00

thrusts2:
  db 75 0B

thrust5:
  db 44 88 70 34 48 8B CF

unregistersymbol(thrust5)
unregistersymbol(thrusts1)
unregistersymbol(strafe1)
unregistersymbol(thrust_addr)
dealloc(newmem)