aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/squirrel/gamemode-mods/creatinggamemodes.md
blob: a43fd9cb62211fdfed3e73370b0bd5eb854a9bc4 (plain)
1
2
3
Introduction to creating gamemodes
=======================
Creating a gamemode is significantly more complex than making mutators, but takes on the same form. the main differences are the number of things you must define to make a functioning gamemode, the points system, respawn system and team mechanics must all be considered.