From 2a47d06fde260fead9c4dbe6cb204872c42ba317 Mon Sep 17 00:00:00 2001 From: Barichello Date: Tue, 1 Feb 2022 19:48:58 -0300 Subject: Bump version info to 1.4.0 --- Northstar.Client/mod.json | 14 +++++--------- Northstar.Custom/mod.json | 3 +-- Northstar.CustomServers/mod.json | 21 ++------------------- 3 files changed, 8 insertions(+), 30 deletions(-) diff --git a/Northstar.Client/mod.json b/Northstar.Client/mod.json index 809a54f6..ce814e90 100644 --- a/Northstar.Client/mod.json +++ b/Northstar.Client/mod.json @@ -1,7 +1,7 @@ { - "Name" : "Northstar.Client", - "Description" : "Various ui and client changes to fix bugs and add better support for mods", - "Version": "1.0.0", + "Name": "Northstar.Client", + "Description": "Various ui and client changes to fix bugs and add better support for mods", + "Version": "1.4.0", "LoadPriority": 0, "ConVars": [ { @@ -34,11 +34,10 @@ "Path": "ui/menu_ns_modmenu.nut", "RunOn": "UI", "UICallback": { - "Before": "AddNorthstarModMenu", + "Before": "AddNorthstarModMenu", "After": "AddNorthstarModMenu_MainMenuFooter" } }, - { "Path": "ui/menu_ns_serverbrowser.nut", "RunOn": "UI", @@ -46,7 +45,6 @@ "Before": "AddNorthstarServerBrowserMenu" } }, - { "Path": "ui/menu_ns_connect_password.nut", "RunOn": "UI", @@ -54,7 +52,6 @@ "Before": "AddNorthstarConnectWithPasswordMenu" } }, - { "Path": "ui/menu_ns_custom_match_settings_categories.nut", "RunOn": "UI", @@ -74,8 +71,7 @@ "RunOn": "UI" } ], - "Localisation": [ "resource/northstar_client_localisation_%language%.txt" ] -} +} \ No newline at end of file diff --git a/Northstar.Custom/mod.json b/Northstar.Custom/mod.json index fa7a8730..9052a9ee 100644 --- a/Northstar.Custom/mod.json +++ b/Northstar.Custom/mod.json @@ -1,7 +1,7 @@ { "Name": "Northstar.Custom", "Description": "Custom content for Northstar: extra weapons, gamemodes, etc.", - "Version": "1.1.0", + "Version": "1.4.0", "LoadPriority": 1, "RequiredOnClient": true, "ConVars": [ @@ -102,7 +102,6 @@ "Path": "gamemodes/_gamemode_sns.gnut", "RunOn": "SERVER && MP" }, - { "Path": "gamemodes/sh_gamemode_fw_custom.nut", "RunOn": "( CLIENT || SERVER ) && MP", diff --git a/Northstar.CustomServers/mod.json b/Northstar.CustomServers/mod.json index 28a08868..72c28625 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 -- cgit v1.2.3