From af5e74b5b08c3b8ec1cf6f5b956836793211e7f9 Mon Sep 17 00:00:00 2001 From: Chase Hall Date: Thu, 8 Oct 2020 21:39:00 +0000 Subject: [PATCH] Update 'IW5/Start.bat' --- IW5/Start.bat | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/IW5/Start.bat b/IW5/Start.bat index 50b0ba2..ec4348f 100644 --- a/IW5/Start.bat +++ b/IW5/Start.bat @@ -1,30 +1,11 @@ @echo off -:: IW5 Startup Script -:: Features Auto-Restart upon server window closed. -:: By Chase (https://ChaseHall.net) -:: <3 MW3 Community. +:: PLUTO IW5 START SCRIPT. -:: Your Game Server Port. -:: Make sure you Port Forward both TCP & UDP. -set GamePort=28961 +set game=iw5mp +set key=xxxxxxxxxxxxx +set GF=C:\b_PlutoniumIW5-Dedicated-Servers\GameFiles +set cfg=xxxx.cfg +set port=12003 - -:: Game Files Path -:: Example: GameFiles=C:\b_PlutoniumIW5-Dedicated-Servers\GameFiles -set GameFiles=[[CHANGE ME]] - - -:: License Key -:: Grab from: -:: http://platform.plutonium.pw/serverkeys -set Key=[[PUT YOUR LICENSE KEY HERE]] - - -:: Your server.cfg file in admin. -:: This is where you edit your configs for your server(s) -set ServerFilename=server.cfg - - -.\bin\plutonium-bootstrapper-win32.exe iw5mp "%GameFiles%" +set key "%Key%" +set sv_config "%ServerFilename%" +set net_port "%GamePort%" +start_map_rotate -dedicated -exit \ No newline at end of file +.\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