Skip to content
50Wliu edited this page Dec 5, 2014 · 12 revisions

Customizing FF2

Convars

FF2 aims to be highly customizable. You can find all the convars in tf/cfg/sourcemod/FreakFortress2.cfg.

Enabled Maps

Edit addons/sourcemod/configs/freak_fortress_2/maps.cfg to let Freak Fortress 2 know what gamemodes and/or maps it should be active on. Note that an exact match is not needed.

  • For example, koth_ will match any map that begins with koth_ while arena_s will match any map that starts with arena_s (such as arena_sawmill, arena_something, arena_s)

Force Open All Doors

Some maps need to have all their doors opened in order for FF2 gameplay to proceed normally. Edit addons/sourcemod/configs/freak_fortress_2/doors.cfg to set the gamemodes and/or maps FF2 should force open the doors. This config file follows the same rules as maps.cfg.

TODO: ANYTHING BELOW THIS DOES NOT BELONG HERE Recommended plugins

The plugins listed below have official FF2 support.

Making your own Boss

Making your own sub-plugin