AMXModX plugins to provide Deathmatch gameplay in Counter-Strike 1.6 optimized to work with ReGameDLL_CS.
The mod is a completely rewritten implementation of CSDM ReAPI, to replace legacy code.
Mod made a look back on the successful experience CSDM 2.1.2 by BAILOPAN, but using modern features of the new ReGameDLL_CS.
Many features have long been built and optimized to work directly in ReGameDLL_CS, mod now only switches the game settings and provides a comfortable way to control.
- Store game settings (CVars);
- Round modes (NEW);
- Config hot-reload;
- Randomized, preset spawning (you can add new spawn points, spawn presets);
- Spawn protection (configurable by time and player rendering);
- Interactive spawn editor;
- Configurable weapon menus;
- Team Deathmatch as well as FFA (Free-for-all Deathmatch);
- Large pieces are optimized in ReGameDLL_CS;
- Multi-language support;
- Extraconfigs support:
- For an individual map (
redm/extraconfigs/de_dust2.json
); - For map prefix (
redm/extraconfigs/prefix_aim.json
).
- For an individual map (
- Counter-Strike: Condition Zero support out of the box;
- Support for setting a grouping for spawns;
- Ability to use the mod as a basis for the development of other modes (for example,
GunGame
);
- HLDS installed;
- ReGameDLL_CS installed;
- Installed AMXModX (
v1.9
orv1.10
); - Installed ReAPI amxx module;
- Installed AmxxEasyHttp module (optional);
Check the wiki Installation
- Put new plugins and lang-files (
plugins/*.amxx
&data/lang/*.txt
) intoamxmodx/
folder on the HLDS server; - Restart the server (command
restart
or change the map); - Make sure that the versions of the plugins are up to date with the command
amxx list
.