Debug Scenes: Difference between revisions
From Splatoon Wiki - SDL Foundation
Jump to navigationJump to search
Add basic scenes |
m Player Viewer image |
||
Line 63: | Line 63: | ||
== Viewer == | == Viewer == | ||
A scene used for making renders of inklings and octolings with custom configurations of gear and animations. | A scene used for making renders of inklings and octolings with custom configurations of gear and animations. | ||
[[File:Player Viewer.png|thumb|Restored Player Viewer image]] |
Revision as of 10:39, 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.