AMXModX plugins for providing Deathmatch gameplay in Counter-Strike 1.6, optimized to work with ReGameDLL_CS =4>.
About modification
The mod is a completely rewritten implementation of CSDM ReAPI to replace legacy code.
The mod was made with an eye to the successful experience of CSDM 2.1.2 by BAILOPAN, but using the modern capabilities of the new ReGameDLL_CSFeatures
Many functions have long been collected and optimized to work directly in ReGameDLL_CS; the mod now only switches game settings and provides a convenient way to control..
Saving game settings (CVars);
Round modes (NEW);
Hot configuration reload;
Randomized, preset spawn (you can add new spawn points, spawn presets);
Spawn protection (adjustable by time and player rendering);
Interactive spawn editor;
Customizable weapon menus;
Team Deathmatch, as well as FFA (Free-for-all Deathmatch);
Large parts are optimized in ReGameDLL_CS;
Multi-language support;
Extraconfig support:
For a separate card (redm/extraconfigs/de_dust2.json);
For map prefix (redm/extraconfigs/prefix_aim.json).
Counter-Strike: Condition Zero is supported out of the box;
Support for setting groupings for spawns;
The ability to use the mod as a basis for developing other mods (for example, GunGame);
Admin commands
Cvars | Access level | Description | Plugin |
---|
redm_status | f | Notifies the console about the status of the mod | ReDeathmatch |
redm_disable | f | Disables Deathmatch system | ReDeathmatch |
redm_enable | f | Includes deathmatch system | ReDeathmatch |
redm_reload | f | Restarts the Deathmatch system | ReDeathmatch |
redm_dump_cvars | f | Displays a list of CVars loaded by the system | ReDeathmatch |
redm_dump_equip | f | Displays a list of loaded ammunition currently available to players | ReDeathmatch |
redm_convert_spawns | f | Converts old spawn files for the new system | redm_spawns |
redm_edit_spawns | f | Switches spawn editing mode | redm_spawns |
Public commands
Commands | Description | Plugin |
---|
redm | Displays basic information about the mod being used | ReDeathmatch |
!guns, /guns, drop | Toggles the equipment selection menu | ReDeathmatch |