-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.json
30 lines (29 loc) · 887 Bytes
/
mod.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
{
"Name": "MentalEdge.PilotreBalance",
"Description": "Weapons rebalance, currently modifies all primary pilot weapons, anti-titan weapons and sidearms.",
"LoadPriority": 5,
"RequiredOnClient": false,
"Version": "1.3.3",
"Dependencies": {
"FSCC_ENABLED": "Fifty.ServerChatCommands [FSCC]"
},
"ConVars": [
{
"Name": "rebalance_tips",
"DefaultValue": "0" // Set this to zero to disable the contextual loadout tips. This does not require FSU, and is without it the only way the mod can provide players with info about the changes to their guns.
}
],
"Scripts": [
{
"Path": "guntips.nut",
"RunOn": "( SERVER ) && MP",
"ServerCallback": {
"After": "GunTipsInit"
}
},
{
"Path": "changedata.nut",
"RunOn": "( SERVER ) && MP"
}
]
}