From 0b06eca14a98b804a68d27e6d2903dd8b0350fdb Mon Sep 17 00:00:00 2001 From: ineedbots Date: Sat, 4 Sep 2021 23:40:32 -0600 Subject: [PATCH] include name --- main/dedicated.cfg | 9 +++------ z_server.bat | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/main/dedicated.cfg b/main/dedicated.cfg index ac8f0ed..2fc9d79 100644 --- a/main/dedicated.cfg +++ b/main/dedicated.cfg @@ -46,12 +46,9 @@ // or you might end up with a FFA that needs // // 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_motd "" +set sv_hostname "^1Bot ^3War^5fare" // Probbly useless. Change sv_hostname by changing your key at http://platform.plutonium.pw/serverkeys +set sv_motd "^1Bot ^3War^5fare" ////////////////////////////////////////////////// // GENERAL CONFIGURATION // @@ -306,7 +303,7 @@ set g_inactivitySpectator "180" // 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... map_rotate diff --git a/z_server.bat b/z_server.bat index 8aa66ab..677e9e9 100644 --- a/z_server.bat +++ b/z_server.bat @@ -22,6 +22,6 @@ echo (%date%) - (%time%) %name% server start. cd /D %LOCALAPPDATA%\Plutonium :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. goto server