HardRom wrote: ↑Sun Jul 21, 2019 7:17 pm
Drivium wrote: ↑Sun Jul 21, 2019 6:25 pm
Does CoordBase work for you? If so, you can set a hotkey to your jump button on the Z coord and it will act like a super jump. When you start jumping, deploy your glider, then it works better. I've also mapped the other coords (y,x) to the arrow keys on the keyboard. You can use those to push through obstacles
.
@Drivium, the table is sporatic- sometimes one cheat will work, other times it just freezes CE for a bit.
Coordbase won't activate. Which sucks, because I'd love to try out more.
If this is helpful in anyway- I am using the FitGirl version right now.
Ok, so what you can do is copy the bytes searched for in the CoordBase cheat:
?? ff ff ff f1 3f ?? ?? ?? 80 00 ?? ?? 11 ?? ?? ?? 10 df ?? ?? 00 00 00 01 00 00 00 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 3f 80
...and use it to do an Array of Byte search (make sure the Hex box is checked). In your case, it probably won't have any results initially, but keep deleting bytes off of the end and re-search until you get a match. Then you'll right click the found address (hopefully there's only one, but there'll probably be more) and select "Disassemble this memory region".
Then you'll highlight the instructions and choose to Copy to clipboard, then choose Bytes only:
...you'll want to highlight more instructions than I have here to get a truly unique value, but start from the same starting point and just keep including more instruction bytes until you get a unique result. Then replace what I have in the script with what you've got and it should work...
"Simple" as that! haha. This method can be applied to any of the scripts here that aren't working for people.
Also, can you link me to the FitGirl version?
*EDIT: NM, I was thinking this was some kind of cheat tool, but its a modified version of the game itself.