1
0
mirror of https://git.chasehall.net/Chase/COD-Cfgs.git synced 2025-06-07 22:17:51 -05:00

Add T6 Key

This commit is contained in:
Chase Hall 2020-09-17 14:36:34 +00:00
parent 0c9a232641
commit bf6111ff70

View File

@ -9,6 +9,10 @@
:: Make sure you Port Forward both TCP & UDP.
set GamePort=28964
:: 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 t6rmp.exe -dedicated +sv_config %ServerFilename% +net_port %GamePort%
start /wait /abovenormal t6rmp.exe -dedicated +sv_config %ServerFilename% +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 t6rmp.exe -dedicated +sv_config %ServerFilename% +net_port %GamePort%
::start t6rmp.exe -dedicated +sv_config %ServerFilename% +key %key% +net_port %GamePort%
::exit
:: END-AUTO-RESTART