mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-07 18:37:52 -05:00
Update 'IW5/Start.bat'
This commit is contained in:
parent
63aa58b509
commit
af5e74b5b0
@ -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
|
||||
.\bin\plutonium-bootstrapper-win32.exe %game% "%GF%" +set key "%key%" +set sv_config "%cfg%" +set net_port "%port%" +start_map_rotate -dedicated
|
Loading…
x
Reference in New Issue
Block a user