1
0
mirror of https://git.chasehall.net/Chase/COD-Cfgs.git synced 2025-06-07 22:17:51 -05:00

Update 'T7/Start.bat'

This commit is contained in:
Chase Hall 2020-09-19 22:10:10 +00:00
parent 52e6b2b5ce
commit 34800e11c7

View File

@ -23,7 +23,8 @@ set net_port=15001
:: Server Name/Description (in server browser)
:: Stay away from known illegal characters, such as the pipe, using these will break the config. ( | )
set live_steam_server_name="^1A New BO3 Server"
set live_steam_server_description=Coming Soon
set live_steam_server_description="Coming Soon"
:: Make sure both of these have quotes surrounding your name/description, none of the other variables need quotes.
:: Playlist File
:: Sets the Playlist to use from the playlists.info file in the /machinecfg folder
@ -60,7 +61,7 @@ set g_log=1
:: Setting 1 will buffer the write and 2 will not.
set logfile=2
start BlackOps3_UnrankedDedicatedServer.exe +set sv_playlist %sv_playlist% +set fs_game %fs_game% +set g_log %g_log% +set logfile %logfile% +set net_port %net_port% +lobbyTimerStatusStartInterval %lobbyTimerStatusStartInterval% +set live_steam_server_name %live_steam_server_name% +set live_steam_server_description "%live_steam_server_description%" +set live_steam_server_password "%live_steam_server_password%" +rcon_password "%rcon_password%" %*
start BlackOps3_UnrankedDedicatedServer.exe +set sv_playlist %sv_playlist% +set fs_game %fs_game% +set g_log %g_log% +set logfile %logfile% +set net_port %net_port% +lobbyTimerStatusStartInterval %lobbyTimerStatusStartInterval% +set live_steam_server_name %live_steam_server_name% +set live_steam_server_description %live_steam_server_description% +set live_steam_server_password "%live_steam_server_password%" +rcon_password "%rcon_password%" %*
:: Please do not touch the line above unless you know you are doing.
exit