chore: update server configs

This commit is contained in:
Rim 2025-02-20 06:52:46 -05:00
parent a4b6ca020a
commit f8eb250bd1
8 changed files with 83 additions and 69 deletions

View File

@ -1,14 +1,6 @@
@echo off
:: Either put the batch in the Advanced Warfare install dir, or change the value below to the Advanced Warfare install dir
set AW_INSTALL=%~dp0
set game_exe=s1-mod.exe
:: Remove this line if automatic updates on start should be disabled
start /W alterware-launcher.exe --update
::///////////////////////////////////////////////////////////////////////
:://You're done!! WARNING!!! Don't mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set GAME_EXE=s1-mod.exe
start %GAME_EXE%
cd /D "%~dp0"
start %game_exe%

View File

@ -1,23 +0,0 @@
@echo off
set ServerFilename=server_horde.cfg
:://///////////////////////////////////////////////////////////////////////////
::// What port do you want the server to run on? //
::// You must port forward this port & allow it through your firewall //
:://///////////////////////////////////////////////////////////////////////////
set port=27016
:: Either put the batch in the Advanced Warfare install dir, or change the value below to the Advanced Warfare install dir
set AW_INSTALL=%~dp0
:: Remove this line if automatic updates on start should be disabled
start /W alterware-launcher.exe --update
::///////////////////////////////////////////////////////////////////////
:://You're done!! WARNING!!! Don't mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set GAME_EXE=s1-mod.exe
start %GAME_EXE% -dedicated +survival 1 +set net_port "%port%" +exec %ServerFilename% +map_rotate

View File

@ -1,22 +1,30 @@
@echo off
::///////////////////////////////////////////////////////////////////////
::// S1-Mod Server Configuration startup file //
::///////////////////////////////////////////////////////////////////////
::// This config best view with Notepad++ or other non-windows notepad //
::///////////////////////////////////////////////////////////////////////
::// Your edited server_mp.cfg goes in the "s1/" folder //
::// This is were you edit your hostname, map & gamemodes from //
::///////////////////////////////////////////////////////////////////////
set ServerFilename=server.cfg
:://///////////////////////////////////////////////////////////////////////////
::// What port do you want the server to run on? //
::// You must port forward this port & allow it through your firewall //
:://///////////////////////////////////////////////////////////////////////////
set cfg=server_mp.cfg
set port=27016
:: Either put the batch in the Advanced Warfare install dir, or change the value below to the Advanced Warfare install dir
set AW_INSTALL=%~dp0
:: Remove this line if automatic updates on start should be disabled
start /W alterware-launcher.exe --update
set name="S1 MP 1"
::///////////////////////////////////////////////////////////////////////
:://You're done!! WARNING!!! Don't mess with anything below this line //
::// You're done! WARNING! Do not mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set GAME_EXE=s1-mod.exe
start %GAME_EXE% -dedicated +set net_port "%port%" +exec %ServerFilename% +map_rotate
set game_exe=s1-mod.exe
title S1 - %name% - Server restarter
echo Server "%name%" will load %cfg% and listen on port %port% UDP!
echo To shut down the server close this window first!
echo (%date%) - (%time%) %name% server start.
cd /D "%~dp0"
:server
start /wait /abovenormal %game_exe% -dedicated +set net_port "%port%" +exec %cfg% +map_rotate
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
goto server

View File

@ -0,0 +1,30 @@
@echo off
::///////////////////////////////////////////////////////////////////////
::// S1-Mod Server Configuration startup file //
::///////////////////////////////////////////////////////////////////////
::// This config best view with Notepad++ or other non-windows notepad //
::///////////////////////////////////////////////////////////////////////
::// Your edited server_zm_horde.cfg goes in the "s1/" folder //
::// This is were you edit your hostname, map & gamemodes from //
::///////////////////////////////////////////////////////////////////////
set cfg=server_zm_horde.cfg
set port=27016
set name="S1 Horde 1"
::///////////////////////////////////////////////////////////////////////
::// You're done! WARNING! Do not mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set game_exe=s1-mod.exe
title S1 - %name% - Server restarter
echo Server "%name%" will load %cfg% and listen on port %port% UDP!
echo To shut down the server close this window first!
echo (%date%) - (%time%) %name% server start.
cd /D "%~dp0"
:server
start /wait /abovenormal %game_exe% -dedicated +set survival 1 +set net_port "%port%" +exec %cfg% +map_rotate
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
goto server

View File

@ -1,23 +1,30 @@
@echo off
::///////////////////////////////////////////////////////////////////////
::// S1-Mod Server Configuration startup file //
::///////////////////////////////////////////////////////////////////////
::// This config best view with Notepad++ or other non-windows notepad //
::///////////////////////////////////////////////////////////////////////
::// Your edited server_zm.cfg goes in the "s1/" folder //
::// This is were you edit your hostname, map & gamemodes from //
::///////////////////////////////////////////////////////////////////////
set ServerFilename=server_zm.cfg
:://///////////////////////////////////////////////////////////////////////////
::// What port do you want the server to run on? //
::// You must port forward this port & allow it through your firewall //
:://///////////////////////////////////////////////////////////////////////////
set cfg=server_zm.cfg
set port=27016
:: Either put the batch in the Advanced Warfare install dir, or change the value below to the Advanced Warfare install dir
set AW_INSTALL=%~dp0
:: Remove this line if automatic updates on start should be disabled
start /W alterware-launcher.exe --update
set name="S1 ZM 1"
::///////////////////////////////////////////////////////////////////////
:://You're done!! WARNING!!! Don't mess with anything below this line //
::// You're done! WARNING! Do not mess with anything below this line //
::///////////////////////////////////////////////////////////////////////
set GAME_EXE=s1-mod.exe
start %GAME_EXE% -dedicated +zombiesMode 1 +set net_port "%port%" +exec %ServerFilename% +map_rotate
set game_exe=s1-mod.exe
title S1 - %name% - Server restarter
echo Server "%name%" will load %cfg% and listen on port %port% UDP!
echo To shut down the server close this window first!
echo (%date%) - (%time%) %name% server start.
cd /D "%~dp0"
:server
start /wait /abovenormal %game_exe% -dedicated +set zombiesMode 1 +set net_port "%port%" +exec %cfg% +map_rotate
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
goto server

View File

@ -20,7 +20,7 @@
// //
//////////////////////////////////////////////////
set sv_hostname "S1 Default Server" // Sets the server hostname.
set sv_hostname "S1 Default MP Server" // Sets the server hostname.
set sv_motd "" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. Leave blank for default intel messages.
//////////////////////////////////////////////////

View File

@ -20,7 +20,7 @@
// //
//////////////////////////////////////////////////
set sv_hostname "S1 Default Server" // Sets the server hostname.
set sv_hostname "S1 Default ZM Server" // Sets the server hostname.
set sv_motd "" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. Leave blank for default intel messages.
//////////////////////////////////////////////////

View File

@ -20,7 +20,7 @@
// //
//////////////////////////////////////////////////
set sv_hostname "S1 Default Server" // Sets the server hostname.
set sv_hostname "S1 Default Horde Server" // Sets the server hostname.
set sv_motd "" // Sets a custom motd which is shown on the intel message loadscreen when a player joins. Leave blank for default intel messages.
//////////////////////////////////////////////////
@ -104,4 +104,4 @@ set scr_horde_promode "0"
// //
//////////////////////////////////////////////////////////
set sv_maprotation "gametype horde map mp_lab2 mp_venus mp_detroit mp_refraction mp_levity mp_comeback mp_terrace mp_instinct mp_greenband mp_solar mp_recovery mp_laser2 mp_prison mp_clowntown3 mp_lost mp_torqued mp_urban"
set sv_maprotation "gametype horde map mp_lab2 map mp_venus map mp_detroit map mp_refraction map mp_levity map mp_comeback map mp_terrace map mp_instinct map mp_greenband map mp_solar map mp_recovery map mp_laser2 map mp_prison map mp_clowntown3 map mp_lost map mp_torqued map mp_urban"