Releases: timche/docker-csgo
Releases · timche/docker-csgo
v2.1.0
v2.0.0
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 viaaddons/sourcemod/configs/admins_simple.ini
. - Added
PUGSETUP_DAMAGEPRINT_CVARS
env var to configurepugsetup_damageprint
plugin cvars.
v1.0.0
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 tochangeme
. - Renamed
CSGO_CUSTOM_CONFIGS_DIR
toCSGO_CUSTOM_FILES_DIR
. - Removed
CSGO_DEBUG
.
Changes
- Upgraded Metamod:Source to version
1.10.7
build971
. - Upgraded SourceMod to version
1.10.0
build6488
.
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