-
Notifications
You must be signed in to change notification settings - Fork 27
Customizing FF2
50Wliu edited this page Dec 5, 2014
·
12 revisions
FF2 aims to be highly customizable. You can find all the convars in tf/cfg/sourcemod/FreakFortress2.cfg
.
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 withkoth_
whilearena_s
will match any map that starts witharena_s
(such asarena_sawmill
,arena_something
,arena_s
)
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
.
The plugins listed below have official FF2 support.