Skip to content

v1.16.0 - Game join failed commands

Latest
Compare
Choose a tag to compare
@Askaholic Askaholic released this 01 Mar 07:08
· 2 commits to develop since this release
be44cf7

Developer Notes

  • Added new message game_join_failed for sending error responses to game_join requests. Clients can use these messages to more easily cancel a failed game_join attempt, and display a localized message to the user based on the error code.
  • Deprecated the notice messages that respond with error messages for game_join requests. These are still sent in addition to the game_join_failed messages for backwards compatibility and can be ignored.

Deployment Notes

New config options:

  • LADDER_VIOLATIONS_ENABLED [default=True] Switch to enable or disable the violation tracking system
  • LADDER_VIOLATIONS_BAN_THRESHOLD [default=2] How many violations are needed to trigger a temporary ban from queuing
  • LADDER_VIOLATIONS_BAN_DURATION [default=1800] Number of seconds that each temporary ban lasts
  • LADDER_VIOLATIONS_FIRST_BAN_DURATION [default=600] Number of seconds that the first temporary ban lasts. By default the ban for the first violation is shorter than the following bans.
  • LADDER_VIOLATIONS_RESET_TIME [default=3600] Number of seconds needed since last violation to reset the counter

What's Changed

New Contributors

Full Changelog: v1.15.2...v1.16.0