kaimallea / csgo

A containerized dedicated server for Counter-Strike: Global Offensive
The Unlicense
243 stars 58 forks source link

Added nomaster env, updated max fps to 400 & minor improvements to readme #42

Closed whopavan closed 4 years ago

whopavan commented 4 years ago

I have built the docker image and tested with following 4 conditions

  1. Without --env "NOMASTER" (server shows up on master/server list)
  2. With --env "NOMASTER" (server shows up on master/server list)
  3. With --env "NOMASTER=0" (server shows up on master/server list)
  4. With --env "NOMASTER=1" (server doesn't show up on master/server list)

Let me know if you need any changes in these, will be happy to add them 🙂

kaimallea commented 4 years ago

You rock! Thanks for contributing this change!