docker-csgo icon indicating copy to clipboard operation
docker-csgo copied to clipboard

Counter-Strike: Global Offensive (CS:GO) Dedicated Server with automated/manual updating and optional SourceMod and PugSetup/PracticeMode integrations

Results 9 docker-csgo issues
Sort by recently updated
recently updated
newest added

If i try to connect to the server, it says that my ip is banned by the server. The banned IP is the docker host IP, i removed the ip...

Trying to run it through docker-compose and I get this error also the host folder volume is bound to is empty after the installation. ``` csgo: image: timche/csgo:sourcemod container_name: csgo-server...

This PR fixes following warning: `WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work.`

This PR fixes following error: ``` /home/csgo/.steam/sdk32/steamclient.so with error: /home/csgo/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory [S_API] SteamAPI_Init(): Sys_LoadModule failed to load: /home/csgo/.steam/sdk32/steamclient.so ```

Hello! I'm your docker image as base for custom server setup, it uses own sourcemod versions for each server type (practice, retake and etc.) and unfortunately got this error: `[SM]...

Addressing this issue https://github.com/timche/docker-csgo/issues/39 This is minimal proposition to support current state of CS2 server. We can add new tag for cs2, so older csgo tags are not affected. Added...

Apparently, now, the only way to make this work is with populating with own files, since 740 still says it's CS:GO DS.

Hey @timche I was trying to use this image to build a CSGO server in a really good server, almost 4X better than the one that you described in your...

The previous code would split on spaces causing variables that contained spaces to not be set correctly. Fixed that code to correctly split the CVARS into the appropriate variables. Also...