Update README.md

This commit is contained in:
GenZmeY 2023-02-11 23:23:06 +03:00 committed by GitHub
parent e0bf86c61e
commit 744629f56d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,11 @@
[![Steam Workshop](https://img.shields.io/static/v1?message=workshop&logo=steam&labelColor=gray&color=blue&logoColor=white&label=steam%20)](https://steamcommunity.com/sharedfiles/filedetails/?id=2850677094) [![Steam Workshop](https://img.shields.io/static/v1?message=workshop&logo=steam&labelColor=gray&color=blue&logoColor=white&label=steam%20)](https://steamcommunity.com/sharedfiles/filedetails/?id=2850677094)
[![GitHub](https://img.shields.io/github/license/GenZmeY/KF2-MSK-GS)](LICENSE) [![GitHub](https://img.shields.io/github/license/GenZmeY/KF2-MSK-GS)](LICENSE)
# Description
Mutator providing some functions of [MSK-GS](https://steamcommunity.com/groups/msk-gs) servers.
Contains implementations of my ideas and/or combinations of other mutators for compatibility.
Publishing due to [the closure of the MSK-GS project](https://steamcommunity.com/groups/msk-gs/announcements/detail/3645134002744389126).
*** ***
**Note:** If you want to build/test/brew/publish a mutator without git-bash and/or scripts, follow [these instructions](https://tripwireinteractive.atlassian.net/wiki/spaces/KF2SW/pages/26247172/KF2+Code+Modding+How-to) instead of what is described here. **Note:** If you want to build/test/brew/publish a mutator without git-bash and/or scripts, follow [these instructions](https://tripwireinteractive.atlassian.net/wiki/spaces/KF2SW/pages/26247172/KF2+Code+Modding+How-to) instead of what is described here.
@ -23,5 +28,8 @@ To your kf2 server folder: `/KFGame/BrewedPC/`
7. Upload client-side files to steam workshop: 7. Upload client-side files to steam workshop:
`./tools/builder -u` `./tools/builder -u`
# Usage
See `KFMSKGS.ini` and `KFRPL.ini` configs
# License # License
[GNU GPLv3](LICENSE) [GNU GPLv3](LICENSE)