It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
guide on how to mod money/coins and health.


requirements: cheatengine (cheatengine.org)

the game uses gamemaker so it doesn't have static addresses, from what I know
this means that you will have to scan for addresses everytime you want to modify a value.

first, launch your game.
open your normal save file etc as if you are gonna play.

open CE and click "select process" at the top left and select Dreamcutter (application or process, doesn't matter).

IF YOU WANT TO MOD COINS:

configure your CE as such:
VALUE: the number of coins you currently have, any numerical value like 204, 103, etc. will do.
SCAN TYPE: EXACT VALUE
VALUE TYPE: DOUBLE

once you entered the number of coins you have, click "first scan".
now, wait until scan is finished then purchase an item or kill an enemy and collect it's coins (do anything to change your coin value).
after it changed, go back in CE and now use the number of coins you currently have as value so:

VALUE: the number of coins you currently have
SCAN TYPE: EXACT VALUE
VALUE TYPE: DOUBLE
and tick "Compare to first scan"

afterwards, click "next scan".

it will return only one result.

right-click it and edit the value to 9999 (max possible).
return back to the game.

gg?

for money: reset the scans using "new scan" button then do the process told before. it should return two values. edit both. addresses get changed when you change room/level, so set it up only before boss battles.


for damages, you COULD potentially edit it, though it'd be useless because addresses get randomized at each room change.
if you want to do it:
damages upgrades damages by one, and default value is 2 iirc. you can first scan "2", purchase an upgrade, then second scan "3" and compare both.


gghf

- freezedrice