|
1 |
| - |
2 |
| - |
3 |
| -[](https://github.com/DevCSru/CSDM-ReAPI/actions)</br> |
4 |
| - |
5 |
| -# Counter Strike Deathmatch [ReAPI version] |
6 |
| -# Description: |
7 |
| -Players have an infinite number of respawns with full armor, and will |
8 |
| -return within seconds of their death. Once the player is reborn, the |
9 |
| -player will be invulnerable for a few seconds,this time will allow the |
10 |
| -player to access the selection of weapons. Ammunition is infinite, and |
11 |
| -any weapon can be bought (or taken from the menu), regardless of cost, |
12 |
| -except for equipment like the C4 and the Defense Kit. The purchase of |
13 |
| -weapons can be blocked or random, depending on which player chooses to |
14 |
| -use. Once the player starts moving or shooting, the invulnerability is |
15 |
| -removed and the purchase menu will no longer be available. Killing |
16 |
| -enemies player will gain points, not money or new weapons. Also a |
17 |
| -possible mode of domination (superiority of the enemy on points). |
18 |
| -Weapons cannot be thrown away and players will not drop weapons when |
19 |
| -they are killed. Fire on their own and collision disabled. |
20 |
| - |
21 |
| - |
22 |
| -#### Requirments |
23 |
| - - [**AmxModX 1.10 - build |
24 |
| - 5233**](https://www.amxmodx.org/downloads-new.php?branch=master) |
25 |
| - - [ReAPI](https://github.com/s1lentq/reapi) |
26 |
| - |
27 |
| -#### Includes the following components: |
28 |
| - |
29 |
| -> ##### CSDM Core |
30 |
| - The main core of the system implements uploading / file management configuration, game mode, add-on system, API system. |
31 |
| -> ##### CSDM |
32 |
| -Equipment Manager the player's equipment Manager. Makes an add-on player inventory, allows the player to manage inventory using |
33 |
| -menu. |
34 |
| -> ##### CSDM Map Cleaner |
35 |
| -Clears maps from foreign objects that interfere gameplay. |
36 |
| -> ##### CSDM Misc |
37 |
| -Addition to the gameplay of the game, contains settings silencer for weapons. |
38 |
| -> ##### CSDM Protection |
39 |
| -The system of protection of the player during revival of the game. |
40 |
| -> ##### CSDM Spawn Manager |
41 |
| -Spawn point editor players. |
42 |
| - |
43 |
| -#### Changes in the [fork] version: |
44 |
| - 1. Added multilingual support; |
45 |
| - 2. Fixed compilation errors; |
| 1 | +<h1 align="center"> |
| 2 | + <a href="https://github.com/wopox1337/CSDM-ReAPI/releases"><img src="https://user-images.githubusercontent.com/18553678/126974290-c1b301e7-6e8c-4b35-8e5e-440e9fe3ddc2.png" width="500px" alt="CSDM Reapi releases"></a> |
| 3 | +</h1> |
| 4 | + |
| 5 | +<p align="center">AMXModX plugin for provide Deathmatch mode with rich functionality and API.</p> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="https://github.com/wopox1337/CSDM-ReAPI/releases/latest"> |
| 9 | + <img src="https://img.shields.io/github/downloads/wopox1337/CSDM-ReAPI/total?label=Download%40latest&style=flat-square&logo=github&logoColor=white" |
| 10 | + alt="Build status"> |
| 11 | + <a href="https://github.com/wopox1337/CSDM-ReAPI/actions"> |
| 12 | + <img src="https://img.shields.io/github/workflow/status/wopox1337/CSDM-ReAPI/Build/master?style=flat-square&logo=github&logoColor=white" |
| 13 | + alt="Build status"> |
| 14 | + <a href="https://github.com/wopox1337/CSDM-ReAPI/releases"> |
| 15 | + <img src="https://img.shields.io/github/v/release/wopox1337/CSDM-ReAPI/?include_prereleases&style=flat-square&logo=github&logoColor=white" |
| 16 | + alt="Release"> |
| 17 | + <a href="https://www.amxmodx.org/downloads-new.php"> |
| 18 | + <img src="https://img.shields.io/badge/AMXModX-%3E%3D1.9.0-blue?style=flat-square" |
| 19 | + alt="AMXModX dependency"> |
| 20 | + <a href="https://gitter.im/CSDM-ReAPI/Development?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"> |
| 21 | + <img src="https://img.shields.io/badge/discussions-on%20gitter-informational?style=flat-square&logo=googlechat" |
| 22 | + alt="Gitter"> |
| 23 | +</p> |
| 24 | + |
| 25 | +<p align="center"> |
| 26 | + <a href="#about">About</a> • |
| 27 | + <a href="#requirements">Requirements</a> • |
| 28 | + <a href="#installation">Installation</a> • |
| 29 | + <a href="#updating">Updating</a> • |
| 30 | + <a href="#downloads">Downloads</a> • |
| 31 | + <a href="#features">Features</a> • |
| 32 | + <a href="#wiki">Wiki</a> • |
| 33 | + <a href="#contributing">Contributing</a> • |
| 34 | + <a href="#credits">Credits</a> |
| 35 | +</p> |
| 36 | + |
| 37 | +--- |
| 38 | + |
| 39 | +## About |
| 40 | +- TODO |
| 41 | + |
| 42 | +## Requirements |
| 43 | +- HLDS installed; |
| 44 | +- [ReGameDLL](https://github.com/s1lentq/ReGameDLL_CS) installed; |
| 45 | +- Installed AMXModX ([`v1.9`](https://www.amxmodx.org/downloads-new.php) or [`v1.10`](https://www.amxmodx.org/downloads-new.php?branch=master)); |
| 46 | + - Installed [ReAPI](https://github.com/s1lentq/reapi) module; |
| 47 | + |
| 48 | +## Installation |
| 49 | +- [Download the latest](https://github.com/wopox1337/CSDM-ReAPI/releases/latest) stable version from the release section. |
| 50 | +- Extract the `cstrike` folder to the root folder of the HLDS server; |
| 51 | +- Make sure that all plugins are running and in the correct order, using the `amxx list` command. |
| 52 | + |
| 53 | +## Updating |
| 54 | +- Put new plugins and lang-files (`plugins/*.amxx` & `data/lang/*.txt`) into `amxmodx/` folder on the HLDS server; |
| 55 | +- Restart the server (command `restart` or change the map); |
| 56 | +- Make sure that the versions of the plugins are up to date with the command `amxx list`. |
| 57 | + |
| 58 | +## Downloads |
| 59 | +- [Release builds](https://github.com/wopox1337/CSDM-ReAPI/releases) |
| 60 | +- [Dev builds](https://github.com/wopox1337/CSDM-ReAPI/actions/workflows/build.yml) |
| 61 | + |
| 62 | +## Features |
| 63 | +- TODO |
| 64 | + |
| 65 | +## Wiki |
| 66 | +Do you **need some help**? Check the _articles_ from the [wiki](https://github.com/wopox1337/CSDM-ReAPI/wiki). |
| 67 | + |
| 68 | +## Contributing |
| 69 | +Got **something interesting** you'd like to **share**? Learn about [contributing](CONTRIBUTING.md). |
| 70 | + |
| 71 | +## Credits |
| 72 | +> Thanks to [@Vaqtincha](https://github.com/Vaqtincha) for the original implementation of the mod on ReAPI. |
| 73 | +
|
| 74 | +I would like to thank the creators of AMXModX and ReAPI and everyone who helps me in developing and testing this system, who supports my interest. |
| 75 | + |
| 76 | +**Thank you guys! 👍** |
| 77 | + |
| 78 | +## Support |
| 79 | +Reach out to me at one of the following places: |
| 80 | +- Github issues; |
| 81 | +- Github discussions; |
| 82 | +- [Telegram](https://t.me/ShorokhovSergey); |
| 83 | +- E-Mail; |
| 84 | + |
| 85 | +## License |
| 86 | +[](LICENSE) |
| 87 | + Copyright © Sergey Shorokhov |
0 commit comments