Skip to content

v10.4.0 Bug Fixes / Map Manager

Compare
Choose a tag to compare
@cemathey cemathey released this 04 Sep 20:15
· 47 commits to master since this release
c00c7ef

Great news! You can now manage your vote map white list in the UI (Settings > Map Manager > Votemap) instead of only through auto settings or manual API calls.

This is just exposing a new interface; your current votemap whitelist has not been changed in any way.

Thank you very much to @Dorfieeee for all his UI work!

🚀 Features

  • The time presets on the blacklist dialog now matches the VIP expiration dialog
    • You can always pick any date/time you want; these are just shortcuts
  • You can now use all of the message variables that were available for the broadcasts feature in chat commands (@FlorianSW)
  • The map manager has received some more updates (@Dorfieeee)
  • Barricade integration: Alert admins when reported players join (@timraay)

🐛 Bug Fixes

  • The settings menu had some broken links (@ElGuillermo
  • The blacklist dialog would crash if the user didn't have the correct permissions (@Dorfieeee)
  • Updated the README for connecting to your VPS from Windows (@ElGuillermo)
  • Omaha and Utah were oriented incorrectly on the point selection UI (@timraay)
  • Hurtgens tac map would not load on the point selection UI (@timraay)
  • The history log view was not using the from parameter (@timraay)
  • Some night maps would show up as unknown maps in the map history (@timraay)
  • Player stat tracking was broken if a player vote kick was conducted (@FlorianSW)
  • Several user configs would not check for missing/extra configuration keys and the UI would not display errors

Current Message Variables (chat commands/broadcasts)

  1. admin_names
  2. admin_ping_trigger_words
  3. discord_invite_url
  4. ingame_mods
  5. junior_names
  6. map_rotation
  7. next_map
  8. num_ingame_mods
  9. num_online_mods
  10. online_mods
  11. owner_names
  12. random_vip_name
  13. scrolling_votemap
  14. senior_names
  15. server_name
  16. server_short_name
  17. top_kill_streak_player_name
  18. top_kill_streak_player_score
  19. top_kills_player_name
  20. top_kills_player_score
  21. vip_expiration
  22. vip_names
  23. vip_status
  24. votenextmap_by_mod_line
  25. votenextmap_by_mod_split
  26. votenextmap_by_mod_vertical
  27. votenextmap_by_mod_vertical_all
  28. votenextmap_line
  29. votenextmap_noscroll
  30. votenextmap_vertical
  31. winning_maps_all
  32. winning_maps_short

Upgrade Instructions

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

What's Changed

Full Changelog: v10.3.0...v10.4.0