Keybinds

Gamemode Specific CFGs

Config Files #

Config files are a list of commands to execute (one per line).
A collection of console variables can be found here.

Automatic Configs #

When a map loads, certain config files from momentum/cfg folder are executed automatically, in specific order.

These 2 configs run on every map load.

Config When it executes
game.cfg Pre-load – runs before map entities are created
game_postent.cfg Post-load – runs after map entities are created

After them, a gamemode specific config is executed.

...