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

Bulk Map Settings (amx_bms)

First published: 2006/06/07 at Allied Modders
Version: 1.2
Description: This plugin complements the built-in individual map configs feature. It enables applying arbitrary config file to a group of specified maps.

Config stacking is supported, so many partial configs can be applied simultaneously.

Useful for major groups of maps sharing some common settings.
Instructions:
  1. Compile and install.
  2. Create 'bms' directory in '~/amxmodx/data/' (put your data directory path here)
  3. Create subdirectories '1', '2', '3', ..., 'n' (where 'n' is equal to CONFIG_SETS_NUMBER).
  4. In these subdirectories, make your map lists (maps.txt) and separate configuration files (maps.cfg).
Changelog: Version 1.2 (2007-09-08)
  • License upgraded to GPL v3 or later
  • Added version broadcasting
Version 1.1 (2006-06-07)
  • Cleaned up the code, commented, GPL-ed
  • Added multiple config/maplist support
Version 1.0 (2004-11-06)
  • 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)