aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/mod.json')
-rw-r--r--Northstar.CustomServers/mod.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 3525c434..93fc8932 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -53,6 +53,10 @@
{
"Name": "ns_allow_kill_commands",
"DefaultValue": "0"
+ },
+ {
+ "Name": "ns_use_phase_fix",
+ "DefaultValue": "1"
}
],
"Scripts": [
@@ -150,6 +154,15 @@
"ServerCallback": {
"After": "AiTurretSentry_Init"
}
+ },
+
+ {
+ "Path": "gamemodes/_gamemode_fd_events.nut",
+ "RunOn": "( SERVER ) && MP"
+ },
+ {
+ "Path": "gamemodes/_gamemode_fd_nav.nut",
+ "RunOn": "( SERVER ) && MP"
}
]
}