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

Development:Secret Scout in the Temple of Demise

From The Cutting Room Floor
Jump to navigation Jump to search

This page details development materials of Secret Scout in the Temple of Demise.

The source code to Secret Scout in the Temple of Demise was released online back in 2003 by Roger Deforest, artist and programmer at Color Dreams.

Unused Debugging Features

There are a few debugging features in the game's source code that can be re-activated into the game.

Position and Room Indicator

By re-activating lines 872, 873, 875, 876, 877, 879 and 880 on the code, a position and room indicator will appear on the HUD and be updated every time you kick in the game. It will tell you your position X, Y, and the current room you're in.

"Cheat Mode"

Re-activating lines 4375, 4376, 4377, and 4777 on the code seem to make a so-called "Cheat Mode" activateable in the game, by pressing Select + Start, then B + Start, then Start on the title screen. The code doesn't seem to work, though, but the code it's supposed to activate when properly executed definitely is supposed to do stuff.

Hmmm...
To do:
Find how to properly activate this cheat, and see what it does.