Overview
AMXModX plugins to provide Deathmatch gameplay in Counter-Strike 1.6 optimized to work with ReGameDLL_CS.
About
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.
A variety of functions have long been built-in and optimized to work directly in ReGameDLL_CS. The ReDeathmatch system mostly just switches game settings and provides a convenient way to control most of the functionality.
Features
- 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);
- Performance-sensitive code is optimized in ReGameDLL_CS (without using AMXModX).
- 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
);