servinit.cfg (474B)
1 /// includes the various setting files 2 /// contains "generic" server stuff, mostly network and auth stuff 3 exec server.cfg 4 /// maps, mutators and modes allowance/rotation settings 5 exec game_rotation.cfg 6 /// AI behavior: bots, grunts, drones, and their balance. 7 exec ai.cfg 8 /// generic gameplay settings 9 exec game.cfg 10 /// weapons and status damage settings 11 exec weapons.cfg 12 /// gameplay settings specific to some mutator/mode 13 exec specifics.cfg 14 /// list of maps 15 exec maps.cfg