Skip to content
This repository has been archived by the owner on Jan 10, 2019. It is now read-only.
/ CaptureBonus Public archive

A BZFlag plugin that awards a static bonus to players who capture the flag.

License

Notifications You must be signed in to change notification settings

allejo/CaptureBonus

Repository files navigation

Development for this project has officially ended. This plug-in has been superseded by ctfOverseer.


Capture Bonus

GitHub release Minimum BZFlag Version License

A BZFlag plugin that awards a static bonus to players who capture the flag.

Requirements

  • BZFlag 2.4.14+

This plug-in follows my standard instructions for compiling plug-ins.

Usage

Loading the plug-in

This plug-in does not require any special configuration at load time.

-loadplugin CaptureBonus

Custom BZDB Variables

These custom BZDB variables can be configured with -set in configuration files and may be changed at any time in-game by using the /set command.

-set <name> <value>
Name Type Default Description
_captureBonus int 10 The number of extra points a player will be awarded on capturing a flag.
_penalizeSelfCapture bool true When set to true, deduct the extra points when a player self-caps. Otherwise, it'll always grant extra points.

License

MIT