Skip to content

Commit 465ca17

Browse files
authored
[Skylanders: Giants] Add Enable Debug Menu pack (#711)
Thanks @WinnerNombre and co. for their work on this pack!
1 parent 100acaa commit 465ca17

File tree

6 files changed

+120
-0
lines changed

6 files changed

+120
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[SG_EnableDebugMenu]
2+
moduleMatches = 0x62CC63A5, 0x71E3CF7E ; EUR, USA
3+
4+
0x02004E08 = li r6, 1 ; changes the value of param_4 in this call of tfbCore::tfbStreamMemoryConfiguration::getPlatformSetup to 1 to load the debug folder
5+
0x02110098 = li r8, $app_config_value ; changes the App Config
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[Definition]
2+
titleIds = 000500001010D700, 0005000010116000
3+
name = "Enable Debug Menu/Mode"
4+
path = "Skylanders: Giants/Cheats/Enable Debug Menu"
5+
description = Enables the game to look through the debug folder. If debug files are present, it will load them (unless App Config is set to Golden, which is the regular config).||Made by SuperSamus and Winner Nombre.|Special thanks to Hydos, NefariousTechSupport and maff.
6+
version = 7
7+
8+
[Default]
9+
$app_config_value:int = 2
10+
11+
12+
# App Config
13+
14+
[Preset]
15+
name= Demo
16+
category = App Config
17+
$app_config_value:int = 0
18+
19+
[Preset]
20+
name= Development (most debugging features)
21+
category = App Config
22+
$app_config_value:int = 1
23+
24+
[Preset]
25+
name = QA (some debugging features)
26+
category = App Config
27+
$app_config_value:int = 2
28+
default = 1
29+
30+
[Preset]
31+
name = Golden (production, Default)
32+
category = App Config
33+
$app_config_value:int = 3
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[SSA_EnableDebug]
2+
moduleMatches = 0xC22A1809
3+
4+
0x02005394 = li r6, 1 ; changes the value of param_4 in this call of tfbCore::tfbStreamMemoryConfiguration::getPlatformSetup to 1 to load the debug folder
5+
0x02111CAC = li r7, $app_config_value ; changes the App Config
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[Definition]
2+
titleIds = 0005000010142D00
3+
name = "Enable Debug"
4+
path = "Skylanders: Spyro's Adventure/Game Mods/Enable Debug"
5+
description = Enables the game to look through the debug folder. If debug files are present, it will load them (though you shouldn't get any debug feature if the App Config is set to Golden).||Made by SuperSamus and Winner Nombre.|Special thanks to Hydos, NefariousTechSupport and maff.
6+
version = 7
7+
8+
[Default]
9+
$app_config_value:int = 2
10+
11+
12+
# App Config
13+
14+
[Preset]
15+
name= Demo
16+
category = App Config
17+
$app_config_value:int = 0
18+
19+
[Preset]
20+
name= Development (has the most features)
21+
category = App Config
22+
$app_config_value:int = 1
23+
24+
[Preset]
25+
name = QA
26+
category = App Config
27+
$app_config_value:int = 2
28+
default = 1
29+
30+
[Preset]
31+
name = Golden (production)
32+
category = App Config
33+
$app_config_value:int = 3
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[STT_EnableDebug_v16]
2+
moduleMatches = 0x2A14BB42 ; v16
3+
4+
0x02003F1C = li r6, 1 ; changes the value of param_4 in this call of tfbCore::tfbStreamMemoryConfiguration::getPlatformSetup to 1 to load the debug folder
5+
0x02100840 = li r8, $app_config_value ; changes the App Config
6+
7+
[STT_EnableDebug_v0]
8+
moduleMatches = 0x321D97F0 ; v0
9+
10+
0x02003F1C = li r6, 1 ; changes the value of param_4 in this call of tfbCore::tfbStreamMemoryConfiguration::getPlatformSetup to 1 to load the debug folder
11+
0x02100DAC = li r8, $app_config_value ; changes the App Config
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[Definition]
2+
titleIds = 000500001017C600,0005000010181F00
3+
name = "Enable Debug"
4+
path = "Skylanders Trap Team/Game Mods/Enable Debug"
5+
description = Enables the game to look through the debug folder. If debug files are present, it will load them (though you shouldn't get any debug feature if the App Config is set to Golden).||Made by SuperSamus and Winner Nombre.|Special thanks to Hydos, NefariousTechSupport and maff.
6+
version = 7
7+
8+
[Default]
9+
$app_config_value:int = 2
10+
11+
12+
# App Config
13+
14+
[Preset]
15+
name= Demo
16+
category = App Config
17+
$app_config_value:int = 0
18+
19+
[Preset]
20+
name= Development (has the most features)
21+
category = App Config
22+
$app_config_value:int = 1
23+
24+
[Preset]
25+
name = QA
26+
category = App Config
27+
$app_config_value:int = 2
28+
default = 1
29+
30+
[Preset]
31+
name = Golden (production)
32+
category = App Config
33+
$app_config_value:int = 3

0 commit comments

Comments
 (0)