OnosBlocker
OnosBlocker is a metamod plugin to prevent players from gestating to
Onos until a minimum number of players are present.
1.0
- First version of OnosBlocker.
- The cvar prs_onos_minplayers determines how many players must be
present (excluding ready room and spectators) to allow Onos gestation.
- If the number of players drops below this number, players who
have already gestated to Onos are unaffected.
- The cvar prs_onos_minhives setermines how many hives must be
built to allow Onos gestation.
- If players attempt to gestate to Onos while the number of players
is below prs_onos_minplayers, they will recieve a message like this: "You need 8 players to go Onos
(currently 7)"
- If players attempt to gestate to Onos while the number of built
hives
is below prs_onos_minhives, they will recieve a message like this: "You need 3 hives to go Onos
(currently 1)"
- Players can use the cvar prs_onosblocker_version to filter
servers using this plugin.
2.0
- Second version of OnosBlocker.
- Added ability to limit gestation to Fade
- Cvars prs_fade_minplayers and prs_fade_minhives added.
- Changed default values to give similar results as NS1.04.
New defaults are:
prs_onos_minplayers: 1
prs_onos_minhives: 3
prs_fade_minplayers: 1
prs_fade_minhives: 2
3.0
- Third version of OnosBlocker.
- Added ability to limit gestation to lerk and gorge
- Recompiled against metamod 1.17a
- Cvars prs_lerk_minplayers and prs_lerk_minhives added.
- Cvars prs_gorge_minplayers and prs_gorge_minhives added.
- Added ability to limit total number of each class. If
prs_onos_max is greater than zero, then that is the maximum number of
onos allowed at any one time. Cvars prs_fade_max, prs_lerk_max
and prs_gorge_max also eist.
Home