-
Notifications
You must be signed in to change notification settings - Fork 72
/
console_core.json
194 lines (194 loc) · 5.69 KB
/
console_core.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"outputFiles": [
{
"file": "Output/Console/GALE01r2.ini",
"header": [
"# GALE01 - Super Smash Bros. Melee NTSC-U 1.02",
"",
"[Core]",
"CPUThread = True",
"GPUDeterminismMode = fake-completion",
"PollingMethod = OnSIRead",
"FastDiscSpeed = True",
"",
"[Gecko_Enabled]",
"$General",
"$Slippi Recording",
"",
"[Gecko]"
]
}
],
"codes": [
{
"name": "General",
"authors": [
"Achilles",
"Dan Salvato",
"Magus",
"UnclePunch",
"Zauron",
"Datel",
"donny2112"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/Boot to CSS",
"isRecursive": true,
"annotation": "Boot to CSS"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/UnlockAll.bin",
"annotation": "Unlock All Characters and Stages [Datel]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/StockMode.bin",
"annotation": "Stock Mode [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/4Stocks.bin",
"annotation": "4 Stocks [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/8Minutes.bin",
"annotation": "8 Minutes [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/NoItems.bin",
"annotation": "No Items [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/SinglesStages.bin",
"annotation": "Singles Stages [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/DisableSpecialMessages.bin",
"annotation": "Disable Special Messages [Most]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/DisableTrophyMessages.bin",
"annotation": "Disable Trophy Messages [Achilles]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/CStickSinglePlayer.bin",
"annotation": "C-Stick in Single Player [Zauron]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/CssFromDebugMenu.bin",
"annotation": "Exiting Debug Menu Returns to CSS [Achilles]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/FasterCssLoad.bin",
"annotation": "Faster CSS Load [UnclePunch]"
},
{
"type": "binary",
"sourceFile": "Binary/OsReportPrintOnCrash.bin",
"annotation": "Print OSReport on Crash [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Skip Memcard Prompt",
"isRecursive": true,
"annotation": "Skip Memcard Prompt [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/LRAStart From SSS Goes to CSS",
"isRecursive": true,
"annotation": "LRAStart From SSS Goes to CSS [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Rumble Off",
"isRecursive": true,
"annotation": "Rumble Off [UnclePunch]"
}
]
},
{
"name": "Slippi Recording",
"authors": [
"Fizzi",
"Achilles",
"UnclePunch",
"Nikki",
"jmlee337",
"Krohnos"
],
"description": [
"Used in conjunction with Slippi plugged into PortB to extract game data"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "Recording",
"isRecursive": true,
"annotation": "Slippi Recording [Fizzi, Achilles, UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common",
"isRecursive": false
},
{
"type": "injectFolder",
"sourceFolder": "Common/Preload Stadium Transformations",
"isRecursive": true,
"annotation": "Preload Stadium Transformations [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/Initialize Stage Data",
"isRecursive": true,
"annotation": "Initialize Stage Data [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/Initialize Player Data",
"isRecursive": true,
"annotation": "Initialize Player Data [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/EXITransferBuffer",
"annotation": "EXI Transfer Buffer"
},
{
"type": "injectFolder",
"sourceFolder": "Common/Gecko",
"annotation": "Static function to process Gecko codes [Fizzi]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/ConsoleOverrides",
"annotation": "Forces values for proper console operation [Fizzi]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/NanaDeterminism",
"isRecursive": true,
"annotation": "Makes Nana inputs deterministic [UnclePunch, metaconstruct, Fizzi]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/PSCameraIndependentMonitor",
"isRecursive": true,
"annotation": "Avoids PS + Widescreen desyncs [Fizzi]"
}
]
}
]
}