mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-08 03:17:53 -05:00
Add T6 Key
This commit is contained in:
parent
0c9a232641
commit
bf6111ff70
@ -9,6 +9,10 @@
|
|||||||
:: Make sure you Port Forward both TCP & UDP.
|
:: Make sure you Port Forward both TCP & UDP.
|
||||||
set GamePort=28964
|
set GamePort=28964
|
||||||
|
|
||||||
|
:: Pluto Server Key
|
||||||
|
:: Grab from here - https://platform.plutonium.pw/serverkeys
|
||||||
|
set key=
|
||||||
|
|
||||||
|
|
||||||
:: Your server.cfg file in t6r/data.
|
:: Your server.cfg file in t6r/data.
|
||||||
:: This is where you edit your configs for your server(s)
|
:: 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 To shut down the server, close this window first!
|
||||||
echo (%date%) - (%time%) %name% server start.
|
echo (%date%) - (%time%) %name% server start.
|
||||||
:server
|
: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.
|
echo (%date%) - (%time%) WARNING: %name% server closed or dropped... server restarts.
|
||||||
goto server
|
goto server
|
||||||
:: END AUTO-RESTART
|
:: END AUTO-RESTART
|
||||||
|
|
||||||
|
|
||||||
:: BEGIN NON-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
|
::exit
|
||||||
:: END-AUTO-RESTART
|
:: END-AUTO-RESTART
|
Loading…
x
Reference in New Issue
Block a user