Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaoterryy/cs2-dedicated
https://github.com/zhaoterryy/cs2-dedicated
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhaoterryy/cs2-dedicated
- Owner: zhaoterryy
- Created: 2024-07-31T20:01:31.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-31T20:06:37.000Z (5 months ago)
- Last Synced: 2024-11-08T07:15:55.182Z (about 2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## cs2-dedicated
Docker compose config based on https://github.com/joedwards32/CS2 with MatchZy.## Steps
- Setup environment variables
- Setup `./admins.json`
- https://shobhit-pathak.github.io/MatchZy/configuration/#creating-admins
- https://docs.cssharp.dev/docs/admin-framework/defining-admins.html
- Example:
```
{
"": {
"identity": "",
"flags": [
"@css/root"
]
}
}
```
- Install plugins by uncommenting: https://github.com/zhaoterryy/cs2-dedicated/blob/f09e450f2ef4de53d5661d341ca0cdf7f2f8b0d6/docker-compose.yml#L49-L50 Only need to run once or to update plugins. Does not hurt to re-run.## Notes
- MatchZy configs changed from default:
- matchzy_autostart_mode 2 ~~1~~
- matchzy_save_nades_as_global_enabled true ~~false~~