Hi all.
who can tell me - how to configure *.cfg files placed in adminmod/cfg/maps directory? which variables can be used? for example - i want run every map with custom gametype - how to do so?
offtop - and yeh - thanks for very usefull mod )
Hi all.
who can tell me - how to configure *.cfg files placed in adminmod/cfg/maps directory? which variables can be used? for example - i want run every map with custom gametype - how to do so?
offtop - and yeh - thanks for very usefull mod )
You can use every ConfigVar the Mod has. But you cant use any RCON Commands or Dvars for the game itself
thats all clear. but on practice for ex. if i whant to run killhouse only with Free for All and Team DeathMatch gametypes, i'd write to killhouse.cfg: gametypes = "dm, war" or how?