mirror of
https://git.chasehall.net/Chase/COD-Cfgs.git
synced 2025-06-07 23:47:59 -05:00
11 lines
305 B
Batchfile
11 lines
305 B
Batchfile
@echo off
|
|
|
|
:: PLUTO T6 - MP START SCRIPT.
|
|
|
|
set game=t6mp
|
|
set key=xxxxx
|
|
set GF=C:\c_PlutoniumT6-Dedicated-Servers\Normal Servers
|
|
set cfg=xxxx.cfg
|
|
set port=13001
|
|
|
|
.\bin\plutonium-bootstrapper-win32.exe %game% "%GF%" +set key "%key%" +set sv_config "%cfg%" +set net_port "%port%" +start_map_rotate -dedicated |