An AMX Mod X plugin for Counter-Strike 1.6 that provides a simple environment for running Acer-mode knife servers.
Currently, there are two features: slash block, and a simple mix/duel system.
Slash block is always active and forces a would-be slash into a stab.
The mix/duel system allows players to start a vote (through /votemix
) on whether they'd like to initiate a team-versus-team duel for a set amount of rounds (acer_mix_round_num
), assuming that certain conditions are met (player ratio [acer_mix_min_pcount_ratio
] and minimum number of players [acer_mix_min_players
]).
- Metamod
- AMX Mod X (>= 1.9.0)
- Download the latest release.
- Extract the 7z archive into your HLDS folder.
- Append
acer.amxx
toconfigs/plugins.ini
.
CVars (click to expand)
Note: the min. and max. values are not currently enforced, and are only provided as sensible bounds.
CVar | Type | Def. value | Min. value | Max. value | Description |
acer_mix_min_players |
integer | 2 | 1 | 32 | Minimum number of players necessary before a mix vote can be started. |
acer_mix_min_pcount_ratio |
float | 1.0 | 0.1 | 1.0 | Minimum player ratio that must be satisfied before a mix vote can be started. |
acer_mix_min_pcount_ratio_live |
float | 0.75 | 0.1 | 1.0 | Minimum player ratio that must be maintained throughout the mix. The mix will end prematurely otherwise. |
acer_mix_round_num |
integer | 12 | 1 | - | Number of rounds the mix will run for. |
acer_mix_repeat_delay |
integer | 60 | 0 | - | Number of seconds that must elapse before another mix can be started. |
acer_mix_vote_timeout |
integer | 10 | 2 | - | Number of seconds the mix vote will run for. |
acer_mix_vote_min_turnout |
float | 0.6 | 0.0 | 1.0 | Minimum turnout necessary to consider mix vote results. |
acer_mix_vote_min_ratio |
float | 0.75 | 0.1 | 1.0 | Minimum in-favor to total votes ratio necessary to start mix. |
acer_mix_vote_repeat_delay |
integer | 30 | 0 | - | Number of seconds that must elapse before a repeat vote can be started. |
acer_show_restart_msg |
boolean | 0 | 0 | 1 |
Show "Game will restart in N seconds" messages.0 - disabled;1 - enabled.
|
acer_prefix |
string | "[ACER] ^1" |
- | - | Prefix printed before every chat message issued by the plugin. |
- FakeMeta
- Cstrike