1
0
mirror of https://git.chasehall.net/Chase/COD-Cfgs.git synced 2025-06-07 21:59:49 -05:00

Update 'T7/Start.bat'

Adjusted set Name value to display colors of server names correctly.
This commit is contained in:
LeonLionHeart 2020-09-15 04:02:08 +00:00
parent 9d3d908aaa
commit cabb11ff19

View File

@ -22,7 +22,7 @@ set GamePort=15001
:: Server Name/Description (in server browser) :: Server Name/Description (in server browser)
:: Known illegal characters, using these will break the config. ( | ) :: 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 ^. :: NOTE: if you use a pipe, you MUST escape it with a ^.
set Desc=Coming Soon 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. :: This is what is required for IW4MAdmin to work. However, RaidMax is still testing T7.
set consolelog=1 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. :: Please do not touch the line above unless you know you are doing.
exit exit