OpenFFA is a simple free-for-all deathmatch mod for Quake 2, an open source replacement for ‘RegularDM’ mode of OSP Tourney. Currently in development, it features familiar scoreboard and HUD, voting system, configurable map rotation support, high scores logging, ‘proper’ in-eyes chasecam support. Besides that, OpenFFA fixes some gameplay bugs and annoyances original Quake 2 game library has.
OpenFFA supports a number of custom client commands, some of them are given below.
If you wish to try OpenFFA on your server, you can start by downloading a nightly build for your system. Binary builds for Win32 (x86) and GNU/Linux (i386 and amd64) are provided, along with source snapshots.
Anonymous read-only access to OpenFFA SVN repository is available. Use the following commands to checkout a fresh working copy and prepare it for building:
$ svn co svn://skuller.net/openffa/trunk openffa
$ svnversion openffa > openffa/REVISION
You can also browse OpenFFA source code online.
For reporting bugs and proposing enhancements to OpenFFA, please use the bug tracker. No registration (a trivial process though) is required.
Some custom OpenFFA cvars are described below.
set g_idle_time 0 (integer)
Time, in seconds, after which inactive players are automatically put into
spectator mode. Default value of zero disables this feature.
set g_maps_random 2 (boolean)
Specifies whether map list is traversed in random on sequental order.
set g_maps_file "" (string)
Specifies name of the file to load map list from. Should not include any
extenstion part or slashes.
set g_defaults_file "" (string)
If this variable is not empty and there are some settings modified by voting,
server will execute the specified config file after 5 minutes pass without
any active players. Config file should reset all votable variables
to their default values.
set g_bugs 0 (integer)
Specifies whether some known Quake 2 gameplay bugs are enabled or not.
set g_teleporter_nofreeze 0 (boolean)
Enables ‘no freeze’ (aka ‘q3’) teleporter behaviour.
set g_spawn_mode 1 (integer)
Specifies deathmatch spawn point selection mode.
set g_item_ban 0 (bitmask)
Allows one to remove certain items from the map.
set g_vote_mask 0 (bitmask)
Specifies what proposals are available for voting.
set g_vote_time 60 (integer)
Time, in seconds, after which undecided vote times out.
set g_vote_treshold 50 (integer)
Vote passes or fails when percentage of players who voted
either ‘yes’ or ‘no’ becomes greater than this value.
set g_vote_limit 3 (integer)
Maximum number of votes each player can initiate.
Value of zero disables this limit.
set g_vote_flags 11 (bitmask)
Specifies misc voting parameters.
set g_intermission_time 10 (float)
Time, in seconds, for the final scoreboard and high scores to be visible
before automatically changing to the next map.
set g_admin_password "" (string)
If not empty, clients can execute admin <password> command to
become server admins. Right now this gives them a decider voice in votes,
ability to see IP addresses in the output of ‘playerlist’ command and grants
access to a number of privileged commands (listed in acommands command output).
set g_team_chat 0 (boolean)
Specifies if ‘say_team’ messages from players are visible to others.
This setting does not affect ‘say_team’ messages from spectators.
set g_mute_chat 0 (integer)
Allows one to globally disallow chat during the match (chat is still allowed
during the intermission).
set g_protection_time 0 (float)
Time, in seconds, for newly respawned players to be invincible.
Map list is loaded at server startup from ./openffa/mapcfg/${g_maps_file}.txt.
Each line of the map list file should have the following format:
<mapname> [min_players] [max_players] [flags]. Minimum and maximum player
counts are optional, as well as flags. Flags can be either 1 or 2, which makes
the map entry not automatically selectable and not votable, respectively.