From bf6111ff70c139d8e7bc5f3d22ec47db6a46a287 Mon Sep 17 00:00:00 2001 From: Chase Hall Date: Thu, 17 Sep 2020 14:36:34 +0000 Subject: [PATCH] Add T6 Key --- T6/Start-MP.bat | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/T6/Start-MP.bat b/T6/Start-MP.bat index 652f5f8..f54292a 100644 --- a/T6/Start-MP.bat +++ b/T6/Start-MP.bat @@ -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 \ No newline at end of file