Skip to content

acsr ratings, server logs improvements, process management improvements, lots of bug fixes

Compare
Choose a tag to compare
@cj123 cj123 released this 13 Feb 15:21
9a2624f

Added:

  • ACSR Ratings are now shown in ACSR enabled Championships, in Driver Standings, the Entrants tables and the Sign Up form responses (including the CSV export).
  • You can now download Server Logs from Server Manager (thanks @mazzn!)
  • You can now run Open Championships with ACSR integration!
  • Server Manager now logs the output of the acServer executable to the logs folder inside your Server Install Path. You can configure this in Server Options -> Miscellaneous
  • In a Multi-Server environment, you can now set different account groups per server, for example you could set an Account to have "Write" access on one server and "Delete" access on another.
  • Added a new permission - "No Access" - which blocks a user from doing anything on a server.
  • Open weather API Lua plugin can now automatically find the location of the track (so long as the track json file contains this information) and set the weather accordingly! Thanks to @mike855 for this contribution!
  • Entrants are now written to the entry_list.ini file in the order of their pitboxes (this should make debugging a bit easier!)

Fixes:

  • On Windows, batch files are now stopped correctly by Server Manager.
  • Fixes an issue where Championship Class IDs could overlap causing Multi-class championships to incorrectly report standings.
  • Fixes an issue where Championship and Race Weekend exports on Firefox would not export with their full name.
  • Fixes an issue where Championship/Race Weekend sessions could not be cancelled if the server is not running.
  • Fixes an issue where Race Weekend Race sessions would have their wait time forced to 120 seconds.
  • Fixes an issue where the progress of a Championship with Race Weekends would be incorrectly reported on the Championship List page.
  • Fixes an issue where Championship attendance would not work correctly for event with Race Weekends.
  • Fixes an issue where watching content folder for changes could cause a crash on Windows.
  • The Championship Entrant table is now sorted alphabetically.
  • Championship Event Pitbox overrides are now applied correctly on Championships with Sign Up forms enabled. If Entrants in a Championship share the same pitbox, the order of the entrants is normalised so all drivers are added to the grid.
  • Fixes an issue where Sol dates could be set to dates before 1st January 1970, leading to a Shaders Patch crash on game launch. Dates before 01/01/1970 are now set to 01/01/1970.
  • Fixes an issue where the Edit Championship Event form would always say "This edited setup will overwrite the 1st Event in the Championship", rather than the correct index of the Event.
  • We've changed the way that kicking people works on Live Timings. The kick button now runs the in-game admin command '/kick ', rather than using what appears to be a broken UDP Plugin message.
  • Pickup Mode is now always enabled for Race Weekend sessions, allowing people to rejoin the session.
  • Discord notifications now use the term "Event" instead of "Race" when notifying about event changes.

Removed:

  • Removed max limit of Damage Multiplier (was 100%). Happy crashing!