Daemon666 / CSB Multimod Manager Публичен

Enables/disables mod plugins and execs the right .cfg per map prefix from a mapping file.

v1.0.0 121 изтегляния GPL-3.0 Последна актуализация Aug 21, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Apr 2, 2026 1 Версии
csb_multimod_manager.sma main ed6003c 3.9 KB
README.md

CSB Multimod Manager lets one server rotate through several mods by map prefix. At map start it reads a mapping file and, for every block whose prefix matches the current map, execs that block's server .cfg and amx_unpauses its plugins; non-matching blocks are amx_paused. So kz_, deathrun_, surf_, zm_ and jail_ maps each get their own plugin set without hand-swapping configs.

Features

  • Reads addons/amxmodx/configs/csb_multimod.ini (prefix, cfg, plugin list per line).
  • Matches the current map name by prefix and applies the matching block.
  • amx_unpause matching plugins and amx_pause the rest.
  • Execs the block's server .cfg; re-run any time with csb_mm_reload.

Installation

  1. Create addons/amxmodx/configs/csb_multimod.ini with lines like kz_ kz.cfg kztimer.amxx;kz_hud.amxx.
  2. Compile csb_multimod_manager.sma, copy it to addons/amxmodx/plugins/ and add it to plugins.ini.
  3. Change the map.
Инсталация
1. Put csb_multimod_manager.amxx in addons/amxmodx/plugins/ and add it to plugins.ini
2. Create addons/amxmodx/configs/csb_multimod.ini (prefix cfg plugin1;plugin2 per line)
3. Change map
Cvar-и
CVARDefaultDescription
csb_mm_enabled 1 Enable or disable the multimod manager.
Команди
CommandAccessDescription
csb_mm_reload e (ADMIN_CFG) Re-apply the multimod config for the current map.
Списък с промени — v1.0.0
1.0.0 - Initial release.
Версии →
Оценка

No ratings yet.

Относно
  • Gameplay
  • Лиценз: GPL-3.0
  • Daemon666
  • Оригинален автор: Emp` (Multi-Mod Manager, concept)
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Изтегли .sma
Изисквания
AMX Mod X ≥ 1.9
Engine ReHLDS HLDS
ReGameDLL Незадължително
ReAPI Незадължително
Metamod Metamod / Metamod-r
Известни конфликти Pausing a plugin that other running plugins depend on can break those; order your mapping carefully.
Сътрудници
Обратно към плъгините