CSB Mix ELO

v1.0.0 0 descărcări Daemon666 Ultima actualizare: Jul 15, 2026

ELO rating for mix/match play in MySQL: winners gain and losers lose points by the rating gap, with /elo, /topelo and ELO-balanced teams.

CSB Mix ELO gives mix/match play a proper skill rating. Ratings load asynchronously on authorise; after each match amx_elo_result <T|CT> applies the standard ELO update - winners gain and losers lose points scaled by the rating difference and a configurable K factor - and writes back through threaded SQLx. Players check their rating with /elo, the ladder with /topelo, and admins can print ELO-balanced teams with amx_elobalance.

Features

  • Async load on authorise, threaded write-back after each match.
  • Standard ELO formula with a configurable K factor.
  • /elo shows your rating; /topelo shows the ladder.
  • amx_elobalance greedily splits players into balanced teams.

Installation

  1. Enable the sqlx module in modules.ini.
  2. Set the csb_elo_* cvars to your database credentials.
  3. Compile csb_mix_elo.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  4. Change the map. Call amx_elo_result with the winning side at match end.

Instalare

1. Enable the sqlx module in addons/amxmodx/configs/modules.ini
2. Set the csb_elo_* cvars to your DB credentials
3. Put csb_mix_elo.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
4. Change map

Cvar-uri

CVARDefaultDescription
csb_elo_host 127.0.0.1 MySQL host.
csb_elo_user csb MySQL user.
csb_elo_pass MySQL password.
csb_elo_db csb MySQL database name.
csb_elo_k 32 ELO K factor (points at stake).
csb_elo_start 1000 Starting rating for new players.

Comenzi

CommandAccessDescription
say /elo Show your ELO rating.
say /topelo Show the ELO ladder (top 10).
amx_elo_result d (ADMIN_BAN) amx_elo_result <T|CT> - apply the match result.
amx_elobalance d (ADMIN_BAN) Print ELO-balanced teams.

Jurnal de modificări — v1.0.0

1.0.0 - Initial release.
Versiuni →
Contribuitori: Daemon666 ✦
Licență: GPL-3.0

Evaluare

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Descarcă .sma
Fișiere:
csb_mix_elo.sma main 9.8 KB

Cerințe

AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Opțional
ReAPI Opțional
Metamod Metamod / Metamod-r
Module sqlx
Conflicte cunoscute Other ranking plugins that use /elo or /topelo chat triggers will collide.
Înapoi la Pluginuri