Skip to content

v0.0.49

Choose a tag to compare

@github-actions github-actions released this 11 Jun 09:45

Added

  • Whitelist support - add SteamIDs to whitelist.txt to enable whitelist
  • New parameter PlayerLoadingTimeoutMinutes to control how long players are allowed to load in
  • Support for overriding the kick/ban message shown on the red screen (CSP 0.1.78+)
  • AutoModerationPlugin can now show wrong way / no lights / no parking signs to players (CSP 0.1.77+)
  • New command /cspweather to get a list of all supported weather types (thanks razaqq)
  • Support for ARM64 (thanks razaqq)
  • New car specific override TyreDiameterMeters to change tyre diameter for certain AI cars. Can be used for cars with excessive smoke (thanks razaqq)

Changed

  • Refactored code base to use dependency injection
  • Timing mechanism changed from Environment.TickCount64 to Stopwatch, should lead to more accurate pings for example
  • /setcspweather command now accepts weather names, for example /setcspweather Rain 120 (thanks razaqq)

Removed

  • Removed parameter BatchedPositionUpdateBehavior. Batched position updates are now always enabled for AI cars
  • Removed parameter StateTieBreakerDistanceMeters

Fixed

  • Exception in AI slot overbooking when no AI slots are available
  • Stack overflow causing the server to crash
  • Server lag after a high ping kick when DiscordAuditPlugin is enabled
  • Added workaround for an AC/CSP bug that causes 99% CPU warnings / high ping kicks for other players (thanks to Ram and chriss for reporting this issue)
  • blacklist.txt/whitelist.txt locked after creation
  • Server stops working after ~24 days of uptime