Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anon-exploiter/csgo-server
Creating CS:GO server with skins, ws, gloves, knife, rank, rs, etc. both with a bash file and using a docker file.
https://github.com/anon-exploiter/csgo-server
counter-strike-global-offensive csgo csgo-linux docker-image gloves knife knives metamod ptah rank rs skins sourcemod sourcemod-plugins steam ubuntu-instance ws
Last synced: 2 days ago
JSON representation
Creating CS:GO server with skins, ws, gloves, knife, rank, rs, etc. both with a bash file and using a docker file.
- Host: GitHub
- URL: https://github.com/anon-exploiter/csgo-server
- Owner: Anon-Exploiter
- License: mit
- Created: 2020-07-12T13:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T07:04:00.000Z (over 2 years ago)
- Last Synced: 2024-12-07T08:10:23.718Z (15 days ago)
- Topics: counter-strike-global-offensive, csgo, csgo-linux, docker-image, gloves, knife, knives, metamod, ptah, rank, rs, skins, sourcemod, sourcemod-plugins, steam, ubuntu-instance, ws
- Language: Shell
- Homepage:
- Size: 64.5 KB
- Stars: 15
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CS:GO Server with Sourcemod (Bash installation & Docker image)
Creating CS:GO server with skins, ws, gloves, knifes, !rank, !rs, etc. both with a bash file and using a docker file.The `bash` file contains instructions for
- Setting up CS:GO server
- Setting up Sourcemod & Metamod
- Installing skins, rs, etc.
- Setting up GSLT & AUTHKEY usage in a .sh file
- Invoking of a single file to run it all!### Installation instructions (populating [vars.sh](https://github.com/Anon-Exploiter/csgo-server/blob/master/vars.sh))
* Need to add `GSLT token` for creating community server which can be grabbed from: https://steamcommunity.com/dev/managegameservers
* Need to add `AUTHKEY` for downloading workshop maps which can be grabbed from: https://steamcommunity.com/dev/apikey### Why create this?
The reason of creating this `repo` was to simplify the steps of creating a **CS:GO server on linux**. Manually, on the first time, it took me around 3-4 hours to setup everything with sourcemod, metamod, and plugins.The bash file contains will setup everything!
### Works fine on
- Ubuntu 20.04 LTS (as of now)### Todos
- Implement arguments in the script
- Beautifying the script
- Adding screenshots and more details in README.md### Contribution/Errors
Report any errors with details or PR if whenever you come across one to make the container/manual better. Also, if you think a plugin is usefull and isn't in this repo, let me know, I'll work on integrating it.---
### Why's there a Dockerfile?
Welp, I was crazy about docker some time ago so just ported everything in it 😛 you can just download that file and run it, it'll set you up a docker image but right now it ain't storing the files anywhere so you'll lost client side configurations (if any)