mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-07 22:57:54 -05:00
Add T6 Key
This commit is contained in:
parent
bf6111ff70
commit
230c86c822
@ -9,6 +9,10 @@
|
||||
:: Make sure you Port Forward both TCP & UDP.
|
||||
set GamePort=28963
|
||||
|
||||
:: Pluto Server Key
|
||||
:: Grab from here - https://platform.plutonium.pw/serverkeys
|
||||
set key=
|
||||
|
||||
|
||||
:: Your server.cfg file in t6r/data.
|
||||
:: This is where you edit your configs for your server(s)
|
||||
@ -28,13 +32,13 @@ echo Server "%name%" will load %ServerFilename% and listen on port %GamePort% TC
|
||||
echo To shut down the server, close this window first!
|
||||
echo (%date%) - (%time%) %name% server start.
|
||||
:server
|
||||
start /wait /abovenormal t6rzm.exe -dedicated +sv_config %ServerFilename% +net_port %GamePort%
|
||||
start /wait /abovenormal t6rzm.exe -dedicated +sv_config %ServerFilename% +set key %key% +net_port %GamePort%
|
||||
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
|
||||
goto server
|
||||
:: END AUTO-RESTART
|
||||
|
||||
|
||||
:: BEGIN NON-AUTO-RESTART
|
||||
::start t6rzm.exe -dedicated +sv_config %ServerFilename% +net_port %GamePort%
|
||||
::start t6rzm.exe -dedicated +sv_config %ServerFilename% +set key %key% +net_port %GamePort%
|
||||
::exit
|
||||
:: END-AUTO-RESTART
|
Loading…
x
Reference in New Issue
Block a user