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

Add 'T5/Start.bat'

This commit is contained in:
Chase Hall 2020-08-09 20:05:19 +00:00
parent cdccf0c7cc
commit 6cee854b3a

37
T5/Start.bat Normal file
View File

@ -0,0 +1,37 @@
@echo off
::///////////////////////////////////////////////////////////////////////
::/// IW4x Dedicated Server Configuration start-up file ///
::///////////////////////////////////////////////////////////////////////
::///////////////////////////////////////////////////////////////////////
::// Your Game Server Port. //
::// Make sure you Port Forward both UDP & TCP //
::///////////////////////////////////////////////////////////////////////
set GamePort=28960
::///////////////////////////////////////////////////////////////////////
::// Your edited server.cfg in the "data" folder goes here... //
::// This is were you edit your hostname, rcon, inactivity, etc //
::///////////////////////////////////////////////////////////////////////
set ServerFilename=server.cfg
::///////////////////////////////////////////////////////////////////////
::// Default Map to start //
::///////////////////////////////////////////////////////////////////////
set Map=mp_nuked
::///////////////////////////////////////////////////////////////////////
:://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!//
::///////////////////////////////////////////////////////////////////////
start iw4x.exe -console +set dedicated 2 +set net_port 28960 +exec %ServerFilename%.cfg +set playlist_enabled "0" +map %Map%