Introduction / Basic Server Setup | Setting Map Configs | Running Advanced Server Configs

Map configs have the ability to control server settings based on what map is being played. The naming structure of the config names are to be <mapnam>.cfg - the actual name of the map bsp's. For example etf_forts.cfg. You can view a list of all the map names here

That being said you can download sample map configs from.

These map configs are to be placed in your /ETF/ directory if you are using a standard server configuration. For advanced server configuration consult the Advanced Server Setup Documentation for map config locations.

Sample map config:

// ETF 1.0 Server Configuration Script
//-----------------------------------------------
// Type : Map config
// Date : 2005/01/15
//-----------------------------------------------
set g_classReconLimit -1
set g_classSniperLimit 2
set g_classSoldierLimit -1
set g_classGrenadierLimit -1
set g_classParamedicLimit -1
set g_classFlametrooperLimit 2
set g_classMinigunnerLimit 2
set g_classAgentLimit -1
set g_classEngineerLimit 3

set timelimit 30