Skip to content
/ get5 Public
forked from splewis/get5

CS:GO Sourcemod plugin for competitive matches/scrims

License

Notifications You must be signed in to change notification settings

thboss/get5

 
 

Repository files navigation

get5

Build Status Downloads Discord Chat

Status: Supported, actively developed.

Get5 is a standalone SourceMod plugin for CS:GO servers for running matches.

Please visit https://splewis.github.io/get5 for documentation.

Discord Chat

A Discord channel is available for general discussion.

Reporting bugs

Please make a github issue and fill out as much information as possible. Reproducible steps and a clear version number will help tremendously!

Contributions

Pull requests are welcome. Please follow the general coding formatting style as much as possible.

Building

You can use Docker to Build get5. First you need to build the container image locally: Go to the repository folder and run:

docker build . -t get5build:latest

Afterwards you can build get5 with the following command: (specify /path/to/your/build/output and /path/to/your/get5src)

docker run --rm -v /path/to/your/get5src:/get5src -v /path/to/your/build/output:/get5/builds get5build:latest

About

CS:GO Sourcemod plugin for competitive matches/scrims

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • SourcePawn 99.2%
  • Other 0.8%