Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Mar 1, 2025. It is now read-only.
/amxx-acerPublic archive

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

License

NotificationsYou 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

AnAMX Mod X plugin forCounter-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 thelatest release.
  2. Extract the 7z archive into your HLDS folder.
  3. Appendacer.amxx toconfigs/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.

CVarTypeDef. valueMin. valueMax. valueDescription
acer_mix_min_playersinteger2132Minimum number of players necessary before a mix vote can be started.
acer_mix_min_pcount_ratiofloat1.00.11.0Minimum player ratio that must be satisfied before a mix vote can be started.
acer_mix_min_pcount_ratio_livefloat0.750.11.0Minimum player ratio that must be maintained throughout the mix. The mix will end prematurely otherwise.
acer_mix_round_numinteger121-Number of rounds the mix will run for.
acer_mix_repeat_delayinteger600-Number of seconds that must elapse before another mix can be started.
acer_mix_vote_timeoutinteger102-Number of seconds the mix vote will run for.
acer_mix_vote_min_turnoutfloat0.60.01.0Minimum turnout necessary to consider mix vote results.
acer_mix_vote_min_ratiofloat0.750.11.0Minimum in-favor to total votes ratio necessary to start mix.
acer_mix_vote_repeat_delayinteger300-Number of seconds that must elapse before a repeat vote can be started.
acer_show_restart_msgboolean001 Show "Game will restart in N seconds" messages.
0 - disabled;
1 - enabled.
acer_prefixstring"[ACER] ^1"--Prefix printed before every chat message issued by the plugin.

Modules

  • FakeMeta
  • Cstrike

[8]ページ先頭

©2009-2025 Movatter.jp