PDA

View Full Version : how to statr with a diferent cgf?


lugui
03-28-2016, 08:49
I have 2 TF2 server, both runs in the same instalation. I just run is diferent ports. Is possible to run the server 1 in the the default cfg and the server 2 in another cfg file?










//sory for bad english :oops:

Fastmancz
03-28-2016, 09:00
Yes. Please add to started line:
+servercfgfile xxxx.cfg
+mapcyclefile xxxx.txt
+sm_basepath addons/jailbreak

+servercfgfile -> custom config
+mapcyclefile -> custom mapcycle
+sm_basepath -> dir for sourcemod (in example it is jailbreak folder in addons).

lugui
03-28-2016, 09:17
Yes. Please add to started line:
+servercfgfile xxxx.cfg
+mapcyclefile xxxx.txt
+sm_basepath addons/jailbreak

+servercfgfile -> custom config
+mapcyclefile -> custom mapcycle
+sm_basepath -> dir for sourcemod (in example it is jailbreak folder in addons).


thx :)