mirror of
https://github.com/ineedbots/t6_bot_warfare.git
synced 2025-04-20 17:25:42 +00:00
include name
This commit is contained in:
parent
2d99f207b5
commit
0b06eca14a
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user