aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-01 19:48:58 -0300
committerBarichello <artur@barichello.me>2022-02-01 19:48:58 -0300
commit2a47d06fde260fead9c4dbe6cb204872c42ba317 (patch)
treef935f4caad163d730e75ecbfce3ddd7b539cbd44 /Northstar.CustomServers
parentc9413ecccf46272febc077d1b318b12e2a137270 (diff)
downloadNorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.tar.gz
NorthstarMods-2a47d06fde260fead9c4dbe6cb204872c42ba317.zip
Bump version info to 1.4.0
Diffstat (limited to 'Northstar.CustomServers')
-rw-r--r--Northstar.CustomServers/mod.json21
1 files changed, 2 insertions, 19 deletions
diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json
index 28a08868e..72c286252 100644
--- a/Northstar.CustomServers/mod.json
+++ b/Northstar.CustomServers/mod.json
@@ -1,62 +1,51 @@
{
"Name": "Northstar.CustomServers",
"Description": "Attempts to recreate the behaviour of vanilla Titanfall 2 servers, as well as changing some scripts to allow better support for mods",
- "Version": "1.0.0",
+ "Version": "1.4.0",
"LoadPriority": 0,
-
"ConVars": [
{
"Name": "ns_lobby_type",
"DefaultValue": "0"
},
-
{
"Name": "ns_is_modded_server",
"DefaultValue": "1",
"Flags": 8192
},
-
{
"Name": "ns_should_return_to_lobby",
"DefaultValue": "1"
},
-
{
"Name": "ns_private_match_last_mode",
"DefaultValue": "tdm"
},
-
{
"Name": "ns_private_match_last_map",
"DefaultValue": "mp_forwardbase_kodai"
},
-
{
"Name": "ns_private_match_only_host_can_change_settings",
"DefaultValue": "0"
},
-
{
"Name": "ns_private_match_only_host_can_start",
"DefaultValue": "0"
},
-
{
"Name": "ns_private_match_countdown_length",
"DefaultValue": "15"
},
-
{
"Name": "ns_private_match_override_maxplayers",
"DefaultValue": "1"
},
-
{
"Name": "ns_should_log_unknown_clientcommands",
"DefaultValue": "1"
}
],
-
"Scripts": [
{
"Path": "_misc_stubs.gnut",
@@ -70,17 +59,14 @@
"Path": "_script_movers.gnut",
"RunOn": "SERVER && MP"
},
-
{
"Path": "sh_northstar_utils.gnut",
"RunOn": "CLIENT || SERVER || UI"
},
-
{
"Path": "mp/levels/_lf_maps_shared.gnut",
"RunOn": "SERVER && MP"
},
-
{
"Path": "gamemodes/sh_gamemodes_custom.gnut",
"RunOn": "(CLIENT || SERVER) && MP"
@@ -96,7 +82,6 @@
"Before": "GamemodeFRA_AddAdditionalInitCallback"
}
},
-
{
"Path": "mp/_classic_mp_dropship_intro.gnut",
"RunOn": "SERVER && MP"
@@ -105,7 +90,6 @@
"Path": "mp/_classic_mp_no_intro.gnut",
"RunOn": "SERVER && MP"
},
-
{
"Path": "_loadouts_mp.gnut",
"RunOn": "SERVER && MP",
@@ -113,10 +97,9 @@
"After": "SvLoadoutsMP_Init"
}
},
-
{
"Path": "lobby/sh_private_lobby_modes_init.gnut",
"RunOn": "( SERVER || CLIENT ) && MP"
}
]
-}
+} \ No newline at end of file