allejo / CaptureBonus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C++ 85.9%Language:Makefile 14.1%