include name

This commit is contained in:
ineedbots 2021-09-04 23:40:32 -06:00
parent 2d99f207b5
commit 0b06eca14a
2 changed files with 4 additions and 7 deletions

View File

@ -46,12 +46,9 @@
// or you might end up with a FFA that needs // // or you might end up with a FFA that needs //
// 7500 kills to be won. YOU HAVE BEEN WARNED! // // 7500 kills to be won. YOU HAVE BEEN WARNED! //
////////////////////////////////////////////////// //////////////////////////////////////////////////
exec "gamesettings_default.cfg" // Load the default game settings shared by all game modes
exec "gamesettings_dem.cfg" // Load the default tdm settings
set_gametype "dem" // Set the game type to tdm
////////////////////////////////////////////////// //////////////////////////////////////////////////
set sv_hostname "" // Probbly useless. Change sv_hostname by changing your key at http://platform.plutonium.pw/serverkeys set sv_hostname "^1Bot ^3War^5fare" // Probbly useless. Change sv_hostname by changing your key at http://platform.plutonium.pw/serverkeys
set sv_motd "" set sv_motd "^1Bot ^3War^5fare"
////////////////////////////////////////////////// //////////////////////////////////////////////////
// GENERAL CONFIGURATION // // GENERAL CONFIGURATION //
@ -306,7 +303,7 @@ set g_inactivitySpectator "180"
// Current Rotation (Edit to your liking) // // Current Rotation (Edit to your liking) //
////////////////////////////////////////////////// //////////////////////////////////////////////////
set sv_maprotation "exec dem.cfg map mp_nuketown_2020 map mp_hijacked" set sv_maprotation "exec dom.cfg map mp_nuketown_2020 map mp_hijacked"
//Congratulations. You reached the end of this file. Leave map_rotate down below or else the server will not start after launch... //Congratulations. You reached the end of this file. Leave map_rotate down below or else the server will not start after launch...
map_rotate map_rotate

View File

@ -22,6 +22,6 @@ echo (%date%) - (%time%) %name% server start.
cd /D %LOCALAPPDATA%\Plutonium cd /D %LOCALAPPDATA%\Plutonium
:server :server
start /wait /abovenormal bin\plutonium-bootstrapper-win32.exe t6mp "%gamepath%" -dedicated -sv_config "%cfg%" -key "%key%" -net_ip "%ip%" -net_port "%port%" -rcon_password "%rcon_password%" start /wait /abovenormal "%name%" "bin\plutonium-bootstrapper-win32.exe" t6mp "%gamepath%" -dedicated -sv_config "%cfg%" -key "%key%" -net_ip "%ip%" -net_port "%port%" -rcon_password "%rcon_password%"
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts. echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
goto server goto server