forked from project-slippi/slippi-ssbm-asm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole_mods_tournament.json
More file actions
66 lines (66 loc) · 1.91 KB
/
console_mods_tournament.json
File metadata and controls
66 lines (66 loc) · 1.91 KB
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
{
"outputFiles": [
{
"file": "Output/Console/g_mods_tournament.bin"
},
{
"file": "Output/Console/g_mods_tournament.txt"
}
],
"codes": [
{
"name": "Full tournament codes",
"authors": [
"Achilles",
"UnclePunch"
],
"description": [
"Tournament mods to improve fair competition"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/NeutralSpawn",
"annotation": "Neutral Spawns [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Hide Nametag When Invisible",
"annotation": "Hide Nametag When Invisible [Achilles1515]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Closing CSS Door Preserves Nametag",
"isRecursive": true,
"annotation": "Closing CSS Door Preserves Nametag [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Unplugging Closes CSS Door",
"isRecursive": true,
"annotation": "Unplugging Closes CSS Door [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/CSS Player Hands Default to HMN Button",
"annotation": "CSS Player Hands Default to HMN Button [Achilles1515]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Disable FoD During Doubles",
"annotation": "Disable FoD During Doubles [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Toggle Rumble From CSS",
"annotation": "Toggle Rumble From CSS [Dan Salvato]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Stage Striking",
"annotation": "Stage Striking on SSS [Dan Salvato]"
}
]
}
]
}