Skip to content

Acer-mode knife environment plugin for AMX Mod X (CS 1.6).

License

Notifications You must be signed in to change notification settings

vmem6/amxx-acer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Acer

An AMX Mod X plugin for Counter-Strike 1.6 that provides a simple environment for running Acer-mode knife servers.

Features

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]).

Requirements

  • Metamod
  • AMX Mod X (>= 1.9.0)

Installation

  1. Download the latest release.
  2. Extract the 7z archive into your HLDS folder.
  3. Append acer.amxx to configs/plugins.ini.

Configuration (CVars)

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.

Modules

  • FakeMeta
  • Cstrike