Skip to content

v10.5.0

Compare
Choose a tag to compare
@cemathey cemathey released this 16 Oct 16:38
· 503 commits to master since this release
2d6c289

🚀 Features

  • Adds new map variants for U15.3 (Abu)
  • The TK ban on connect feature (Settings > TK Ban On Connect) now supports temporary bans
    • You can specify which blacklist ID to add bans to (defaults to 0)
    • You can specify the duration of the ban (it will be the sum of all the fields), defaults to indefinite to match the previous behavior
  • https://github.com/cemathey/hll_seed_vip this now exists as a service running within CRCON
    • Settings > Seed VIP
    • Please see the documentation at the bottom of the settings page, it should be fairly self explanatory I hope.
    • If you use the nice_expiration_date and nice_time_delta (in X hours, etc. style messages) it will default to English, you can set different language codes and anything from this list should work: https://github.com/MarechJ/hll_rcon_tool/wiki/Seed-VIP-Localization

🐛 Bug Fixes

  • get_detailed_player_info and get_detailed_players would not properly report VIP status and include profiles (lordofagents)

Upgrade Instructions

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

What's Changed

Full Changelog: v10.4.1...v10.5.0