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:
parent
cdccf0c7cc
commit
6cee854b3a
37
T5/Start.bat
Normal file
37
T5/Start.bat
Normal 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%
|
Loading…
x
Reference in New Issue
Block a user