From 994948c1d13deab7a72a97a4524f935cac957ef6 Mon Sep 17 00:00:00 2001 From: FryTechTips Date: Mon, 13 Mar 2023 18:44:29 -0400 Subject: [PATCH] Oops forgot those 2 --- BOIII_CP_Server.bat | 4 ++-- BOIII_ZM_Server.bat | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BOIII_CP_Server.bat b/BOIII_CP_Server.bat index 0cf810f..5022087 100644 --- a/BOIII_CP_Server.bat +++ b/BOIII_CP_Server.bat @@ -7,7 +7,7 @@ ::// Make sure you Port Forward both UDP & TCP // :://///////////////////////////////////////////////////////////////////// -set GamePort=28960 +set GamePort=27017 :://///////////////////////////////////////////////////////////////////// ::// Below edits are optional unless you run multiable servers or mods.// @@ -33,4 +33,4 @@ set ServerFilename=server_cp.cfg :://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// :://///////////////////////////////////////////////////////////////////// -start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +exec %ServerFilename% \ No newline at end of file +start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename% \ No newline at end of file diff --git a/BOIII_ZM_Server.bat b/BOIII_ZM_Server.bat index 0dd6e75..b5b9ac2 100644 --- a/BOIII_ZM_Server.bat +++ b/BOIII_ZM_Server.bat @@ -7,7 +7,7 @@ ::// Make sure you Port Forward both UDP & TCP // :://///////////////////////////////////////////////////////////////////// -set GamePort=28960 +set GamePort=27017 :://///////////////////////////////////////////////////////////////////// ::// Below edits are optional unless you run multiable servers or mods.// @@ -33,4 +33,4 @@ set ServerFilename=server_zm.cfg :://DONE!! WARNING! Don't mess with anything below this line. SEROUSLY!// :://///////////////////////////////////////////////////////////////////// -start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +exec %ServerFilename% \ No newline at end of file +start boiii.exe -dedicated +set fs_game "%ModFolderName%" +set net_port "%GamePort%" +set logfile 2 +exec %ServerFilename% \ No newline at end of file