Skip to content

v0.0.50

Choose a tag to compare

@github-actions github-actions released this 28 Sep 17:02
· 426 commits to master since this release

Added

  • Support for AC UDP plugins (thanks razaqq). To enable the UDP interface, set EnableLegacyPluginInterface to true.
  • New RandomWeatherPlugin
  • Support for Source RCON protocol
  • New /say command (intended for broadcasting messages via RCON)
  • Support for GUID parameter in entry_list.ini to lock cars to certain Steam IDs
  • New parameter DebugWelcomeMessage to show welcome message and CSP extra options used by the server
  • New parameter ForceServerTrackParams to keep track params such as time zone in sync even when no entry in CSPs data_track_params.ini is present (CSP 0.1.79+)
  • New parameter SmoothCamber to reduce swaying of AI cars on some tracks such as SRP
  • Allow multiple data.acd checksums per car (must be named data*.acd)
  • Introduce user groups to allow more flexibility for blacklist/whitelist/adminlist etc. User groups can be loaded from other places such as AssettoServer Hub
  • Re-add a way to manually reload GUID lists by sending SIGUSR1 to the process
  • Additional log message when a player exits the server cleanly
  • Debug overlay for AI cars

Changed

  • Allow admins to join on slots marked as AI=fixed
  • Better error messages when ai folder is absent
  • Various optimizations
  • Ignore unknown properties in extra_cfg.yml
  • Retry Kunos lobby update before writing error to log
  • Increase Steam ticket validation timeout to 10 seconds

Removed

  • Remove accidentally introduced Path variable from extra_cfg.yml

Fixed

  • Start logging to file before parsing config. This prevents the server from crashing with no logs when config files are invalid
  • Rare cases of massive log spam when disconnecting players fixed
  • Added workaround for CMs Disable integrity verification checkbox that caused the server not to start when AI was enabled
  • Exception when starting the server for the first time and no extra_cfg.yml is present
  • Allow server to start without content folder
  • RaceChallengePlugin: fix players being able to accept their own challenges
  • Exceptions caused by running multiple AI updates at the same time under high load
  • CSP extra options broken in some cases
  • Prevent exceptions from being silently discarded in some places
  • DiscordAuditPlugin: Webhooks stopped working when the username contains words such as "discord" or "clyde"
  • Kunos lobby registration not working when car list is too long
  • AI cars should no longer drive through each other at the end of traffic jams

Security

  • More awareness for Steam Family Sharing, propagate bans of shared accounts to owner account