Bulk Map Settings
Posted: Mon Nov 22, 2021 11:12 pm
get pluginVersion: 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:
Compile and install.
Create 'bms' directory in '~/amxmodx/data/' (put your data directory path here)
Create subdirectories '1', '2', '3', ..., 'n' (where 'n' is equal to CONFIG_SETS_NUMBER).
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)