Skip to content

Releases: timche/docker-csgo

v2.1.0

23 Jun 07:43
Compare
Choose a tag to compare

Changes

v2.0.0

21 Jun 23:00
Compare
Choose a tag to compare

Breaking Changes

  • Removed PugSetup plugins env vars in favour of SOURCEMOD_PLUGINS_ENABLED.

Added

  • Added CSGO_FORCE_NETTINGS env var to force optimal netsettings.
  • Added CSGO_DISABLE_BOTS env var to disable bots the right way.
  • Added CSGO_SERVER_CONFIG env var to add csgo-server-configs.
  • Added SOURCEMOD_ADMINS env var to manage SourceMod admins via addons/sourcemod/configs/admins_simple.ini.
  • Added PUGSETUP_DAMAGEPRINT_CVARS env var to configure pugsetup_damageprint plugin cvars.

v1.0.0

21 Jun 22:59
Compare
Choose a tag to compare

docker-csgo has been majorly refactored to be more efficient and easier configurable. All changes and new features are reflected in the README.

Images

  • Added sourcemod image.
  • Refactored images to base on each other (base > sourcemod > pug-practice)

Breaking Changes

Environment Variables

  • CSGO_HOSTNAME can't contain spaces anymore. Use config instead.
  • Set CSGO_RCON_PW default value to changeme.
  • Renamed CSGO_CUSTOM_CONFIGS_DIR to CSGO_CUSTOM_FILES_DIR.
  • Removed CSGO_DEBUG.

Changes

  • Upgraded Metamod:Source to version 1.10.7 build 971.
  • Upgraded SourceMod to version 1.10.0 build 6488 .

Features

  • Released csgo-updater, a companion Docker image, that is automatically watching all containers running this image and will restart them when a server update is available. We recommend this to update your servers without hassle.
  • Added possibility to manage SourceMod plugins through environment variables: SOURCEMOD_PLUGINS_DISABLED, SOURCEMOD_PLUGINS_ENABLED
  • Added possibility to manage Metamod:Source and SourceMod versions through environment variables: METAMOD_VERSION, METAMOD_BUILD, SOURCEMOD_VERSION, SOURCEMOD_BUILD`.
  • Added possibility to manage PugSetup and PracticeMod versions through environment variables: PUGSETUP_VERSION, PRACTICEMODE_VERSION

v0.1.0

20 Jun 12:58
Compare
Choose a tag to compare

Initial Release