AMX Mod X plugins by rain
English Polski Deutsch Français

Concert of wishes (amx_concert)

First published: 2006/07/05 at Allied Modders
Version: 2.0.6
Description: This plugin enables the best player on the map (based on fragcount) to choose the next map to be played. Some fancy random player choosing is also possible (in fact it should be named more appropriately as The Request Show, but the name comes from the original literal translation).
Instructions:
  1. Compile and install
  2. Edit .../configs/amx_concert.cfg to your liking.
  3. (Optionally:) Create .../data/concert/concert.ini and .../data/concert/concert_night.ini files. Put all the maps to be used by amx_concert (normal/night mode).
Changelog: Version 2.0.6 (2008-08-22)
  • Added mp_maxrounds support (thanks to seba123)
  • Minor changes in comments (fixed inconsistencies)
Version 2.0.5 (2007-09-08)
  • License upgraded to GPL v3 or later
Version 2.0.4 (2007-03-11)
  • Added some debugging stuff and verbose logging
  • Added FateRevert disable mode (no need to recompile any more)
  • Added more selection types for FateRevert
  • Fixed some minor FateRevert issues
Version 2.0.3 (2007-02-28)
  • Added 'night mapcycle' support (second map list)
Version 2.0.2 (2007-02-15)
  • Incorporated translations thanks to:
    • [DA] ZiP
    • [DE] Soulseker, Fr3ak0ut, Mordekay
    • [NL] Dr Nick^
    • [ES] KylixMynxAltoLAG
    • [FR] pydaumas
  • Added public amx_concert_version cvar
  • Redesigned FateRevert mode
  • Fixed FateRevert worst selection bug
  • Sorting is now done through natives (quicksort)
Version 2.0 (2006-07-03)
  • Added ML support
  • Added FateRevert mode
  • Added map sorting (o(n^2) - be careful)
  • Added menu confirmation - random/manual map choose possibility
  • Added handicap modification (thanks to Mider)
  • Vastly revamped code, bug fixes, file split, comments, GPL
Version 1.0 (Somewhere in 2004)
  • Initial private release (not open published)
Source: View source (SVN repository)
Downloads: Download .zip (.zip file - Windows line encoding)
Download .tgz (.tar.gz file - UNIX line encoding)