View Single Post
Maxximou5
AlliedModders Donor
Join Date: Feb 2013
Old 06-19-2020 , 15:33   Re: Help wtih multiple server from same srcds folder [Windows]
Reply With Quote #3

Using servercfgfile won't help you if you have to overwrite any commands issued in gamemode_casual_server.cfg.
servercfgfile executes BEFORE gamemode_casual.cfg and gamemode_casual_server.cfg. Which means if you did +servercfgfile gamemode_casual_server2.cfg, it would execute in the following order:
  1. gamemode_casual_server2.cfg
  2. gamemode_casual.cfg
  3. gamemode_casual_server.cfg
So if you had any variables that need to overwritten in gamemode_casual_server.cfg by gamemode_casual_server2.cfg, that won't happen.
Maxximou5 is offline