Skip to content

Releases: leighmacdonald/uncletopia

20240520

21 May 00:28
Compare
Choose a tag to compare
  • Add cp_osiris map config

20240502

03 May 00:09
Compare
Choose a tag to compare
  • Use systemd service with tmux for running srcds, replaces docker.
    • Enables faster update speeds / auto update script
    • Provides a usable server console instead of only rcon access
    • Easier control of affinity, docker affinity works in a bit indirect way and controls affinity within the docker parent process.
    • Allows making config changes without bringing servers down and rebuilding image
  • Disables some incompatible extensions like sigsegv/rafradek optimizer
  • Remove some support containers like srcdsup and cadvisor
  • Manage srcds logs via logrotate
  • Add ingame notice / countdown for server restarts
  • Update tv_snapshotrate to 64
  • Support for item whitelists
  • Update connect extension to 1.4.0
  • All server config variables are now set with defaults in their respective templates, but can be overwritten.
  • Services have most configuration defined in a single item.config key, reducing repetition.
  • Add sm_plugins_update.sh to download plugins and install them in the appropriate locations.
  • Add import_env.sh script to load host configs from an external repo/directory