From 6cee854b3a3e75de1e1ddf1aa4e3ab30909f0f2e Mon Sep 17 00:00:00 2001 From: Chase Hall Date: Sun, 9 Aug 2020 20:05:19 +0000 Subject: [PATCH] Add 'T5/Start.bat' --- T5/Start.bat | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 T5/Start.bat diff --git a/T5/Start.bat b/T5/Start.bat new file mode 100644 index 0000000..cd4a1ee --- /dev/null +++ b/T5/Start.bat @@ -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% \ No newline at end of file