feat: update Horde
This commit is contained in:
22
!start_zm_horde_server.bat
Normal file
22
!start_zm_horde_server.bat
Normal file
@@ -0,0 +1,22 @@
|
||||
@echo off
|
||||
|
||||
set ServerFilename=server_zm_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 Ghosts install dir, or change the value below to the Ghost install dir
|
||||
set GHOSTS_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=iw6-mod.exe
|
||||
start %GAME_EXE% -dedicated +set survival 1 +set net_port "%port%" +exec %ServerFilename% +map_rotate
|
Reference in New Issue
Block a user