From b2285b941a047a2ff92aa6bb358503bc81f2f91a Mon Sep 17 00:00:00 2001 From: Chase Hall Date: Mon, 14 Dec 2020 14:51:12 +0000 Subject: [PATCH] Add 'T4/Start.bat' --- T4/Start.bat | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 T4/Start.bat diff --git a/T4/Start.bat b/T4/Start.bat new file mode 100644 index 0000000..250e334 --- /dev/null +++ b/T4/Start.bat @@ -0,0 +1,16 @@ +@echo off + +:: PLUTO T4 START SCRIPT. + +set game=t4mp +:: Games: t4mp, t4sp +set key=xxxxxxxxxxxxx +:: Server key from: https://platform.plutonium.pw/serverkeys +set GF=C:\b_PlutoniumIW5-Dedicated-Servers\GameFiles +:: Game file location +set cfg=xxxx.cfg +:: Server.cfg name +set port=12003 +:: Port you want the server to run on + +.\bin\plutonium-bootstrapper-win32.exe %game% "%GF%" +set key "%key%" +set sv_config "%cfg%" +set net_port "%port%" +start_map_rotate -dedicated \ No newline at end of file