mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-07 19:37:54 -05:00
11 lines
306 B
Batchfile
11 lines
306 B
Batchfile
@echo off
|
|
|
|
:: PLUTO IW5 START SCRIPT.
|
|
|
|
set game=iw5mp
|
|
set key=xxxxxxxxxxxxx
|
|
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 |