Debug Scenes: Difference between revisions
From Splatoon Wiki - SDL Foundation
Jump to navigationJump to search
Created page with "Debug Scenes" |
m Remove scene table |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Debug | 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 == | |||
{| class="wikitable" | |||
|+ | |||
!Debug Scene Name | |||
!Stripped | |||
|- | |||
|FreeTest | |||
|No | |||
|- | |||
|MiniGTest | |||
|Maybe | |||
|- | |||
|DbgEntry | |||
| rowspan="20" |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. | |||
[[File:Restored DbgSetting menu (Splatoon 2).jpg|thumb|Restored DbgSetting menu from Splatoon 2]] | |||
[[File:DbgSetting Front Page (Splatoon 2).jpg|thumb|Restored DbgSetting front page from Splatoon 2]] | |||
=== Viewer === | |||
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]] |
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.