After the recent posts, I downloaded TG1K986's Steam Table, from the post lined below.
ReCore: Definitive Edition – Steam Build ID = 2250180 by TG1K986
On trying it I ran into a problem, the Jump option does not work, so I went to comparing it with the version I got elsewhere.
The other version seems to be an older version, and may also have been edited by an unnamed 3rd party.
Differences
"Freeze HP (first get some hit, then activate)"
Options identical, but other version lacks the bracketed instruction
"Freeze Timer (Activate in dungeon)"
Options identical, but other version lacks the bracketed instruction
"Energy (buggy, when ON, item not goes to inventory)"
Totally missing from other version
All are superior in the version hosted here, and linked above.
Then we come to the Jump Option(s)
Both have this Jump Entry that doesn't work, which looks like this
In Cheat Engine, with the CT, and Game Running
Jump … P->???????? … 4 Bytes … ??
In the code the broken address is
<Address>"mono.dll"+00296488</Address>
The other table has 3 additional Jump entries, which all seem to work individually,
I've played most of the game with all three activated, without issue
In Cheat Engine, with the CT, and Game Running, All three working Entries show
Jump … P->7AC58A28 … 4 Bytes … 0
In the code the 1st working address is
<Address>"mono.dll"+00295BC8</Address>
In the code the 2nd working address is
<Address>"mono.dll"+00264618</Address>
In the code the 2nd working address is
<Address>"mono.dll"+002645E0</Address>
Original Single Jump Entry Code
Code: Select all
</CheatEntry>
<CheatEntry>
<ID>24</ID>
<Description>"Jump"</Description>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+00296488</Address>
<Offsets>
<Offset>18</Offset>
<Offset>398</Offset>
<Offset>C8</Offset>
<Offset>728</Offset>
<Offset>20</Offset>
</Offsets>
</CheatEntry>
Four Jump Entry Code
Code: Select all
</CheatEntry>
<ID>24</ID>
<Description>"Jump"</Description>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+00296488</Address>
<Offsets>
<Offset>18</Offset>
<Offset>398</Offset>
<Offset>C8</Offset>
<Offset>728</Offset>
<Offset>20</Offset>
</Offsets>
</CheatEntry>
<CheatEntry>
<ID>25</ID>
<Description>"Jump"</Description>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+00295BC8</Address>
<Offsets>
<Offset>18</Offset>
<Offset>398</Offset>
<Offset>C8</Offset>
<Offset>728</Offset>
<Offset>20</Offset>
</Offsets>
</CheatEntry>
<CheatEntry>
<ID>26</ID>
<Description>"Jump"</Description>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+00264618</Address>
<Offsets>
<Offset>18</Offset>
<Offset>398</Offset>
<Offset>C8</Offset>
<Offset>728</Offset>
<Offset>98</Offset>
</Offsets>
</CheatEntry>
<CheatEntry>
<ID>27</ID>
<Description>"Jump"</Description>
<VariableType>4 Bytes</VariableType>
<Address>"mono.dll"+002645E0</Address>
<Offsets>
<Offset>18</Offset>
<Offset>398</Offset>
<Offset>C8</Offset>
<Offset>728</Offset>
<Offset>98</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
The current table is superior, for all the other entries, Jump is where it's failing for me.
So adding the working jump options makes sense, though I'm not sure we need all three.
I've seen no issues with activating all of them, and short tests with each one separately also work, so I've not removed any.
You can manually replace the Jump code using Copy & Paste, or use the Working Jump Table I've uploaded here
All credit goes to TG1K986, as no other authors credited, on the other site.
I have done nothing except merge the differences to get jump working.
The attachment ReCore - Working Jump.CT is no longer available
{Edit)
I'm not sure why the post says attachment isn't available, I've just downloaded it, to check it is.
Maybe my previews, or changing the BBCode number for attachment=0 to 1 (used), and 2 (No visible effect) set a flag.