Debug Scenes: Difference between revisions
From Splatoon Wiki - SDL Foundation
Jump to navigationJump to search
m Fix headers |
m Remove scene table |
||
Line 1: | Line 1: | ||
Splatoon has a variety of scenes that were used during development to make rendering promotionals, testing content and other things easier. Unfortunately, the majority of the scenes have been stripped from the binaries of the game because of the compiler stripping unreferenced functions, but the majority of the scenes have a known purpose because of Splatoon 2 debug symbols and other development sources. | Splatoon has a variety of scenes that were used during development to make rendering promotionals, testing content and other things easier. Unfortunately, the majority of the scenes have been stripped from the binaries of the game because of the compiler stripping unreferenced functions, but the majority of the scenes have a known purpose because of Splatoon 2 debug symbols and other development sources. | ||
== Scenes == | == Scenes == |
Latest revision as of 10:46, 22 August 2024
Splatoon has a variety of scenes that were used during development to make rendering promotionals, testing content and other things easier. Unfortunately, the majority of the scenes have been stripped from the binaries of the game because of the compiler stripping unreferenced functions, but the majority of the scenes have a known purpose because of Splatoon 2 debug symbols and other development sources.
Scenes
Debug Scene Name | Stripped |
---|---|
FreeTest | No |
MiniGTest | Maybe |
DbgEntry | Yes |
DbgSetting | |
DummyMatch | |
DummyTeamMatch | |
Viewer | |
LytCheck | |
TexViewer | |
FontViewer | |
ModelCapture | |
IconCapture | |
PlainForPhoto | |
GameSample | |
LayoutSample | |
MiiverseSample | |
MiiSample | |
NetSample | |
ColTest | |
NkjmTest | |
NfpTest | |
CustomTest |
FreeTest
Multiplayer test scene with the timer disabled.
DbgSetting
Debug menu used by the developers to test various scenes, gear, weapons and more.
Viewer
A scene used for making renders of inklings and octolings with custom configurations of gear and animations.