Page 1 of 1

OFFA Genocide

Posted: Tue Jul 19, 2011 3:29 am
by SkillDude
Playing in Open FFA mode can be fun (But confusing for players that don't understand it is deathmatch!) and exciting. Of course, genocide is currently broken in this mode, and that is to be understood as there are no "teams". This renders the genocide flag useless without a plugin.

OFFA Genocide is simply a fork of RogueGenocide and kills all players except the killing player of course, giving him plenty of points. Genocide should be placed in a very difficult area to reach with very low shot limits, as this plugin can cause mad players, and fast.

Plugin has 3 parameters. You specify parameters when you add the command to a conf file, or when loading bzfs:

Code: Select all

-loadplugin ./offagenocide.so,1,1,0
All parameters are either 0 (Off) or 1 (On)
First Parameter: Teams - Instead of killing all tanks, offagenocide will only kill the colors of the originally killed tank.
Second Parameter: Self - If the killer kills a tank of the same color, he also dies.
Third Parameter: OnlyOnce - Overrides the second parameter. If the killer kills any tank, he dies also regardless.

Omitting a parameter means it is off.

Released to the public in the public domain.

Min Version: 2.4.0
Source File:
offagenocide.cpp
(2.43 KiB) Downloaded 315 times

Re: OFFA Genocide

Posted: Tue Jul 19, 2011 3:35 am
by allejo
OpenFFA is essentially all rogues but with pretty colors. Maybe you could add the option as a parameter to kill all tanks or kill all the tanks from the team just like a regular genocide flag would do. :D

Re: OFFA Genocide

Posted: Tue Jul 19, 2011 4:22 am
by SkillDude
Updated. Plugin now has 3 parameters:

Plugin has 3 parameters. You specify parameters when you add the command to a conf file, or when loading bzfs:

Code: Select all

    -loadplugin ./offagenocide.so,1,1,0
All parameters are either 0 (Off) or 1 (On)
First Parameter: Teams - Instead of killing all tanks, offagenocide will only kill the colors of the originally killed tank.
Second Parameter: Self - If the killer kills a tank of the same color, he also dies.
Third Parameter: OnlyOnce - Overrides the second parameter. If the killer kills any tank, he dies also regardless.

Omitting a parameter means it is off.