https://github.com/b3none/cs2-deathmatch
CS2 implementation of FFA DM. Based on the version for CS:GO by Maxximou5.
https://github.com/b3none/cs2-deathmatch
Last synced: 12 months ago
JSON representation
CS2 implementation of FFA DM. Based on the version for CS:GO by Maxximou5.
- Host: GitHub
- URL: https://github.com/b3none/cs2-deathmatch
- Owner: B3none
- Created: 2024-01-21T03:10:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T23:39:22.000Z (over 2 years ago)
- Last Synced: 2024-05-29T22:47:44.108Z (about 2 years ago)
- Language: C#
- Size: 32.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CS2 Deathmatch
CS2 implementation of FFA DM. Based on the version for CS:GO by Maxximou5.
# DEVELOPMENT
This plugin is currently in development and is not ready for use.
## Features / Roadmap
- [x] Replenish clip on kill
- [ ] Configuration for headshot only / limiting certain weapons.
- [ ] Custom spawn logic
## Installation
1. Download the zip file for the latest release.
2. Extract the contents into your `counterstrikesharp/plugins` directory.
3. Copy `cfg/cs2-deathmatch/deathmatch.cfg` to `/game/csgo/cfg/cs2-deathmatch/deathmatch.cfg`
## Credits
This was inspired by the [CS:GO Deathmatch project](https://github.com/Maxximou5/csgo-deathmatch) written by [Maxximou5](https://github.com/Maxximou5).