forked from project-slippi/slippi-ssbm-asm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole_safety.json
More file actions
33 lines (33 loc) · 754 Bytes
/
console_safety.json
File metadata and controls
33 lines (33 loc) · 754 Bytes
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
{
"outputFiles": [
{
"file": "Output/Console/g_safety.bin"
},
{
"file": "Output/Console/g_safety.txt"
}
],
"codes": [
{
"name": "Tournament safety codes",
"authors": [
"Fizzi"
],
"description": [
"Codes to ensure integrity of tournament matches"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "External/FixedDamageRatio",
"annotation": "Prevent Players From Changing Damage Ratio [Fizzi]"
},
{
"type": "injectFolder",
"sourceFolder": "External/PreventPauseSoftLocks",
"annotation": "Force pause on when not using tournament settings [Fizzi]"
}
]
}
]
}