1
0
mirror of https://git.chasehall.net/Chase/COD-Cfgs.git synced 2025-06-08 00:27:53 -05:00

Update 'IW5/Start.bat'

This commit is contained in:
Chase Hall 2020-10-08 21:39:00 +00:00
parent 63aa58b509
commit af5e74b5b0

View File

@ -1,30 +1,11 @@
@echo off @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. set game=iw5mp
:: Make sure you Port Forward both TCP & UDP. set key=xxxxxxxxxxxxx
set GamePort=28961 set GF=C:\b_PlutoniumIW5-Dedicated-Servers\GameFiles
set cfg=xxxx.cfg
set port=12003
.\bin\plutonium-bootstrapper-win32.exe %game% "%GF%" +set key "%key%" +set sv_config "%cfg%" +set net_port "%port%" +start_map_rotate -dedicated
:: 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