-
Notifications
You must be signed in to change notification settings - Fork 72
/
console_mods_stealth.json
46 lines (46 loc) · 1.17 KB
/
console_mods_stealth.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
{
"outputFiles": [
{
"file": "Output/Console/g_mods_stealth.bin"
},
{
"file": "Output/Console/g_mods_stealth.txt"
}
],
"codes": [
{
"name": "Stealth 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]"
}
]
}
]
}