echo "===============================================================" echo "| CVAR | DESCRIPTION |" echo "===============================================================" echo "| sv_enablemorale | activate morale |" echo "| sv_teamplay | activate teamplay |" echo "| sv_ai | activate ai (aliens) |" echo "| ai_autojoin | auto join of ai players |" echo "| ai_numactors | number of ai opponents |" echo "| ai_equipment | equipment def the ai uses |" echo "| ai_alien | alien team |" echo "| ai_civilian | civilian team |" echo "| maxsoldiersperplayer | max soldiers per player |" echo "| maxsoldiers | max soldiers per team |" echo "| maxclients | max client amount |" echo "===============================================================" echo gametypelist echo echo "To change the gametype, just change the cvar gametype to one of the above shown types"