If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

D.C. II P.S.: Da Capo II Plus Situation

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

D.C. II P.S.: Da Capo II Plus Situation

Developer: Circus
Publisher: Kadokawa Shoten
Platform: PlayStation 2
Released in JP: May 29, 2008, June 25, 2009 (The Best)


GraphicsIcon.png This game has unused graphics.
DebugIcon.png This game has debugging material.
LevelSelectIcon.png This game has a hidden level select.


One of the many Japanese-exclusive dating simulation games for the PlayStation 2.

Debug Menu

Da Capo II Plus - Debugmenu.png

Applying the below code will enable a debug menu when starting a new game. This allows you to set clear flags, unlock everything, and view any scene.

SLPM-66924 codes:

Master Code (only needed for cheat devices)
9014ADE0 0C052B20

Replace New Game With Debug Menu
205E24FC 000FB000
205E2500 0000808B
(Source: Punk7890)

Unused Image

Da Capo Four Seasons - Unusedimage.png

This is likely used when an image file doesn't exist. Text translates to "No background".

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.

SLPM-66924 code:

Re-enable printf Messages
20106F30 08052974
20106F34 00000000

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".

(Source: Punk7890)