diff --git a/T7/Start.bat b/T7/Start.bat index 81cc7be..ed7eb9d 100644 --- a/T7/Start.bat +++ b/T7/Start.bat @@ -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