1set sv_maxclients 8
2echo "==============================================================="
3echo "| CVAR                           | DESCRIPTION                |"
4echo "==============================================================="
5echo "| sv_enablemorale                | activate morale            |"
6echo "| sv_teamplay                    | activate teamplay          |"
7echo "| sv_ai                          | activate ai (aliens)       |"
8echo "| ai_autojoin                    | auto join of ai players    |"
9echo "| ai_multiplayeraliens           | number of ai opponents     |"
10echo "| ai_equipment                   | equipment def the ai uses  |"
11echo "| ai_alienteam                   | alien team                 |"
12echo "| ai_civilianteam                | civilian team              |"
13echo "| sv_maxsoldiersperplayer        | max soldiers per player    |"
14echo "| sv_maxsoldiersperteam          | max soldiers per team      |"
15echo "| sv_maxclients                  | max client amount          |"
16echo "==============================================================="
17echo
18gametypelist
19echo
20echo "To change the gametype, just change the cvar gametype to one of the above shown types"
21// start the first map in the cycle
22mapcyclenext
23