-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathconsole_mods_friendlies.json
81 lines (81 loc) · 2.49 KB
/
console_mods_friendlies.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
{
"outputFiles": [
{
"file": "Output/Console/g_mods_friendlies.bin"
},
{
"file": "Output/Console/g_mods_friendlies.txt"
}
],
"codes": [
{
"name": "Full friendlies codes",
"authors": [
"Achilles",
"UnclePunch"
],
"description": [
"Friendlies mods to improve fair competition and speed up sessions"
],
"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]"
},
{
"type": "injectFolder",
"sourceFolder": "External/Salty Runback",
"annotation": "Hold A+B For Salty Runback 2.0 + Skip Results [Dan Salvato, UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/Winners Names are Gold on CSS",
"annotation": "Winners Names are Gold on CSS [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/CSS KO Stars",
"annotation": "Asign KO Stars Upon Exiting Dairantou [UnclePunch]"
}
]
}
]
}