1
0
mirror of https://git.chasehall.net/Chase/COD-Cfgs.git synced 2025-06-07 19:17:55 -05:00
COD-Cfgs/T4/Start.bat
2020-12-14 16:08:51 +00:00

16 lines
431 B
Batchfile

@echo off
:: PLUTO T4 START SCRIPT.
set game=t4mp
:: Games: t4mp, t4sp
set key=xxxxxxxxxxxxx
:: Server key from: https://platform.plutonium.pw/serverkeys
set GF=C:\T4
:: Game file location
set cfg=xxxx.cfg
:: Server.cfg name
set port=12003
:: Port you want the server to run on
.\bin\plutonium-bootstrapper-win32.exe %game% "%GF%" +set key "%key%" +set sv_config "%cfg%" +set net_port "%port%" +start_map_rotate +set dedicated 2