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

×
I would usually make a Costume Room Run since there's no sanctioned way that I know to start the game already wearing an alternate unlockable costume. However, it's possible to modify the completed save file to enable it from the start. This way it would appear on in scenes where it would otherwise have been impossible to see. All that is required is to change the bytes at addresses 0x2A6 and 0xA01 to 0x20 and 0x01 respectively.

Note: Changing only the first address would get you the ohgee (nonexclusive) alternate costume.

It's been a week since the game got released on the site, and I thought that I would share this information with other users that might be interested. I've also included four (4) already modified completed save files embedded into the image attached to this post. That's one for each character for both the English and Japanese versions available on the site. These files include the unlockable weapons, as well.

Note: The game's difficulty is considerably higher in subsequent runs. Be extra careful to survive.
Attachments:
avatar
ASnakeNeverDies: I would usually make a Costume Room Run since there's no sanctioned way that I know to start the game already wearing an alternate unlockable costume. However, it's possible to modify the completed save file to enable it from the start. This way it would appear on in scenes where it would otherwise have been impossible to see. All that is required is to change the bytes at addresses 0x2A6 and 0xA01 to 0x20 and 0x01 respectively.

Note: Changing only the first address would get you the ohgee (nonexclusive) alternate costume.

It's been a week since the game got released on the site, and I thought that I would share this information with other users that might be interested. I've also included four (4) already modified completed save files embedded into the image attached to this post. That's one for each character for both the English and Japanese versions available on the site. These files include the unlockable weapons, as well.

Note: The game's difficulty is considerably higher in subsequent runs. Be extra careful to survive.
Ha, nice Way to share the Files.
How dou you make the renamed Zip-File display a Picture?
avatar
kakiss4: Ha, nice Way to share the Files.
How dou you make the renamed Zip-File display a Picture?
You can do it with the copy command on Windows. If you use the /b parameter it treats the input as raw data and with the addition operator (+) you can concatenate files. In this case there was an image and a zip file that were used. It can be done by hand, as well.

copy /b image.png + file.zip final.png