Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.

Commit ef9ac66

Browse files
authored
Merge pull request #13 from marqdevx/update-readme
Update readme
2 parents 55fdcd6 + aacd9cf commit ef9ac66

File tree

1 file changed

+25
-11
lines changed

1 file changed

+25
-11
lines changed

README.md

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
![Build pass](https://github.com/marqdevx/mm-cs2-scrim/actions/workflows/compile-metamod-addon.yaml/badge.svg)
22

3-
## This repository is just a tweak of https://github.com/Source2ZE/CS2Fixes/
4-
Removing "unnecessary" features from the original addon, to have the minimum to just run the commands.
3+
## IMPORTANT
4+
This repository is based on https://github.com/Source2ZE/CS2Fixes/
5+
Removing "unnecessary" features from the original addon.
6+
Thanks for the work!
57

6-
## DISCLAIMER: *not* responsible for any issues or breakages caused by the plugin.
8+
```
9+
DISCLAIMER: *not* responsible for any issues or breakages caused by the plugin.
10+
```
711

8-
# Competitive Practice & Scrim for CS2
12+
# Addon information
913
This plugin adds the minimum requirements for competitive teams that need a more handy way of managing a few commands from the server side, like config management or replay recording.
1014

1115
## Available Commands
@@ -18,27 +22,37 @@ This plugin adds the minimum requirements for competitive teams that need a more
1822
* Scrim commands
1923
`.pause`: pauses the match
2024
`.unpause`: request the unpause
25+
* Coach
26+
`.coach`: switch to coach
27+
`.uncoach`: return as a player
2128
* Admin only
2229
`.record`: start the demo recording
2330
`.stoprecord`: finish the recording and save it under `gotv/<date>.dem`
2431
`.restore <round>`: load the desired round's backup
2532
`.forceunpause`: force the unpause
2633

34+
* Practice commands
35+
`.spawn`: move to the desired competitive spawn i.e `.spawn 2`
36+
2737
## Roadmap
2838
- Scrim
2939
- [X] Pauses
3040
- [X] Medic (round backup)
31-
- [ ] Coach
41+
- [X] Coach
3242
- [X] gotv .record
3343
- [X] include date and time
3444
- [ ] include map name
3545
- Practice
36-
- [X] Map
37-
- [X] Spawns
38-
- [ ] Only show competitive spawns
39-
- [ ] Remove smokes
40-
- [ ] Move to spec
41-
- [ ] Noclip
46+
- Maps
47+
- [X] Map
48+
- [X] Spawns
49+
- [X] Only show competitive spawns
50+
- Utility
51+
- [ ] Remove smokes
52+
- [ ] Rethrow
53+
- Misc
54+
- [ ] Move to spec
55+
- [ ] Noclip
4256

4357
## Compilation
4458

0 commit comments

Comments
 (0)