Skip to content

v10.5.2

Compare
Choose a tag to compare
@cemathey cemathey released this 04 Nov 21:25
· 487 commits to master since this release
4fcfe83

🚀 Features

  • Run arbitrary RCon commands on chat messages (@FlorianSW)
    • You can now configure "RCon chat commands" which trigger specific RCon commands when a chat message is used
    • These commands can use parameters (either user-provided ones, or ones provided by the context, such as the player's steam/MS Game Pass ID)
      Example commands are available in the respective configuragtion page of the Community RCon tool

🐛 Bug Fixes

  • We had some really inefficient queries, performance should be better in general and have fewer excess connection errors when using multiple game servers (@FlorianSW)
  • Fixes an intermittent issue that would cause crashing when many game servers were configured
  • Seed VIP was using the incorrect parameter when giving VIP to players who did not previously have it

Upgrade Instructions

git fetch --tags
git checkout v10.5.2
docker compose pull
docker compose up -d

What's Changed

Full Changelog: v10.5.1...v10.5.2