From cabb11ff19e6bd3d4473b3dcc3f61d2cb2892c2d Mon Sep 17 00:00:00 2001 From: LeonLionHeart Date: Tue, 15 Sep 2020 04:02:08 +0000 Subject: [PATCH] Update 'T7/Start.bat' Adjusted set Name value to display colors of server names correctly. --- T7/Start.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/T7/Start.bat b/T7/Start.bat index 30f7ab6..ba8fadd 100644 --- a/T7/Start.bat +++ b/T7/Start.bat @@ -22,7 +22,7 @@ set GamePort=15001 :: Server Name/Description (in server browser) :: Known illegal characters, using these will break the config. ( | ) -set Name=Nexus^1Core ^7- Closed ^1Alpha ^7Server (1) - MW2RMM +set Name="Nexus^1Core ^7- Closed ^1Alpha ^7Server (1) - MW2RMM" :: NOTE: if you use a pipe, you MUST escape it with a ^. set Desc=Coming Soon @@ -57,7 +57,7 @@ set lobbytimer=60000 :: This is what is required for IW4MAdmin to work. However, RaidMax is still testing T7. set consolelog=1 -start BlackOps3_UnrankedDedicatedServer.exe +set sv_playlist %playlist% +set fs_game %fsgame% +set g_log %consolelog% +set net_port %GamePort% +lobbyTimerStatusStartInterval %lobbytimer% +set live_steam_server_name "%Name%" +set live_steam_server_description "%Desc%" +set live_steam_server_password "%PrivPW%" +rcon_password "%RCON%" %* +start BlackOps3_UnrankedDedicatedServer.exe +set sv_playlist %playlist% +set fs_game %fsgame% +set g_log %consolelog% +set net_port %GamePort% +lobbyTimerStatusStartInterval %lobbytimer% +set live_steam_server_name %Name% +set live_steam_server_description "%Desc%" +set live_steam_server_password "%PrivPW%" +rcon_password "%RCON%" %* :: Please do not touch the line above unless you know you are doing. exit