If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Kanokon: Esuii
| Kanokon: Esuii |
|---|
|
Developer:
Genterprise
|
Dummy Script Files
Present in the game are script files that have no data in them anymore. These all relate to debug scripts.
Xcharatest.scr XDBG00.scr XDBG01.scr XDBG02.scr XDBG03.scr XDMENU.scr zzz.scr
Debug Logging
Within the game is a stubbed printf function which would have logged various background information to a debug unit. This logs information such as files, movies, and sound data loaded. It would also report errors if any occurred. To re-enable this mode, apply the below code.
Re-enable printf Messages 201A7A68 080575B4
If you are playing the game on a regular PlayStation 2, you will need to use a TOOL, RDB, or a debug version of OPL to view the logs. If you are playing on an emulator, you can see this information by enabling the option "Show Console". Below is an example of what type of information gets logged.
Loading 8192
Loading 16384
Loading 4096
Loading 4096
Loading 2048
Loading 8192
Loading 16384
2a6780
2fe980
1f6380
356b80
E1072601: not enough PSJ handle
SSE load 0
Loading 997376
Loading 20480
Script load script/Startup.scr : 131
PADreset scePadInfoMode id=4 : 0
PADreset scePadSetMainMode 1 : 0
PADreset scePadReqStateComplete : 0
system save size 3288
set systemsave 17, 67
CreateSurf 0, 0, 640, 448, 0
CreateSurf 82, 0, 256, 13, 1
CreateSurf 1, 82, 640, 448, 1
CreateSurf 83, 1, 256, 13, 1
CreateSurf 2, 83, 640, 448, 1
CreateSurf 84, 2, 256, 13, 1
CreateSurf 3, 84, 640, 448, 1
CreateSurf 4, 3, 640, 560, 3
CreateSurf 5, 4, 640, 560, 3
CreateSurf 6, 5, 640, 560, 3
CreateSurf 7, 6, 640, 560, 3
CreateSurf 8, 7, 640, 560, 3
CreateSurf 9, 8, 640, 560, 3
CreateSurf 10, 9, 640, 560, 3
CreateSurf 11, 10, 640, 560, 3
CreateSurf 20, 11, 640, 384, 3
CreateSurf 21, 20, 640, 320, 3
CreateSurf 22, 21, 640, 120, 3
CreateSurf 23, 22, 640, 144, 3
CreateSurf 24, 23, 640, 480, 3
CreateSurf 30, 24, 640, 272, 3
CreateSurf 31, 30, 640, 448, 3
CreateSurf 32, 31, 640, 512, 3
CreateSurf 33, 32, 640, 448, 3
CreateSurf 34, 33, 640, 450, 3
CreateSurf 35, 34, 640, 450, 3
CreateSurf 36, 35, 640, 500, 3
CreateSurf 37, 36, 640, 450, 3
CreateSurf 38, 37, 640, 450, 3
CreateSurf 39, 38, 640, 450, 3
CreateSurf 73, 0, 640, 532, 2
CreateSurf 74, 73, 640, 450, 3
CreateSurf 75, 74, 640, 502, 3
CreateSurf 76, 75, 640, 480, 3
CreateSurf 50, 76, 256, 114, 3
CreateSurf 51, 50, 256, 114, 3
CreateSurf 52, 51, 256, 114, 3
CreateSurf 53, 52, 256, 114, 3
CreateSurf 54, 53, 256, 114, 3
CreateSurf 55, 54, 256, 114, 3
CreateSurf 56, 55, 256, 114, 3
CreateSurf 57, 56, 256, 114, 3
CreateSurf 58, 57, 256, 114, 3
CreateSurf 59, 58, 256, 114, 3
CreateSurf 60, 59, 256, 114, 3
SetFlag SF_SYSMENUDISP 1
ResetFlag SF_SYSMENUDISP 1