1. Do you need support for Assetto Corsa Competizione? Please use the proper forum below and ALWAYS zip and attach the WHOLE "Logs" folder in your c:\users\*youruser*\AppData\Local\AC2\Saved. The "AppData" folder is hidden by default, check "Hidden items" in your Windows view properties. If you report a crash, ALWAYS zip and attach the WHOLE "Crashes" folder in the same directory. Do not post "I have the same issue" in an existing thread with a game crash, always open your own thread. Do not PM developers and staff members for personal troubleshooting and support.
  2. As part of our continuous maintenance and improvements to Assetto Corsa Competizione we will be releasing small updates on a regular basis during the esports season which might not go through the usual announcement process detailing the changes until a later version update where these changes will be listed retrospectively.
  3. If ACC doesn't start with an error or the executable is missing, please add your entire Steam directory to the exceptions in your antivirus software, run a Steam integrity check or reinstall the game altogether. Make sure you add the User/Documents/Assetto Corsa Competizione folder to your antivirus/Defender exceptions and exclude it from any file sharing app (GDrive, OneDrive or Dropbox)! The Corsair iCue software is also known to conflict with Input Device initialization, if the game does not start up and you have such devices, please try disabling the iCue software and try again. [file:unknown] [line: 95] secure crt: invalid error is a sign of antivirus interference, while [Pak chunk signing mismatch on chunk] indicates a corrupted installation that requires game file verification.
  4. When reporting an issue with saved games, please always zip and attach your entire User/Documents/Assetto Corsa Competizione/Savegame folder, along with the logs and the crash folder (when reporting related to a crash).

PS4 Differences in UDP data and documentation

Discussion in 'Console Lounge' started by bradleyland, Jun 17, 2017.

  1. bradleyland

    bradleyland Hardcore Simmer

    In the process of writing a Ruby client for the AC UDP data sent from the PS4, I uncovered a number of differences between what was received, and what was documented in the AC Socket document (link) for RTCarInfo.

    My working (successfully parses and displays all values) UDP definition is linked below. This implementation uses a Ruby library that allows me to declaratively define the structure of the data (Ruby is not normally typed like this) in C terms. It should be pretty easy to read, and I used names that match the official document.

    https://github.com/bradland/ac_telemetry/blob/master/lib/ac_telemetry/bin_formats/rt_car_info.rb

    I have observed the following discrepancies:

    1) String encoding and format is not specified in the AC docs. I'm getting good results with UTF-16LE, and treating % as a string terminator.

    2) The documentation specifies six, 1-byte flags for ABS (2), TC (2), pit status, and engine limiter. The float for vertical G force is supposed to start immediately after, but I had to pad two unknown bytes to get things working. Can you tell me what these two bytes are at offset 26 and 27?

    3) The documentation doesn't specify unit of measure for many values. I'm guessing on man.

    4) Slip angle contact patch always outputs zero.

    5) Tyre slip always outputs zero.

    6) ND Slip is undocumented (unsure of description and unit).

    7) Load does not specify unit (assuming newtons).

    8) Dy is undocumented.

    9) Mz unit of measure is undocumented.

    10) Tyre dirty level max value is undocumented.

    11) Suspension height documentation is ambiguous. Assuming this is vertical travel available in meters.

    12) Car slope always outputs zero.
     
    dolmayan88, Maverick944 and OdeFinn like this.

  2. Similar Threads
    Forum Title Date
    Troubleshooting - Workarounds differences between versions Feb 25, 2024
    ACC Rating & Leaderboards Safety rating - differences between driver statistics and ingame Sep 2, 2023
    ACC PS4/PS5/XB1/XBX/S General Discussions Gain differences between cars Nov 19, 2022
    ACC PS4/PS5/XB1/XBX/S General Discussions Reason for Season Pass differences when same price? Feb 22, 2021
    ACC Physics Differences between GT of different years Feb 16, 2021
    ACC Physics Left to right differences in Lambo evo default aggressive setups Dec 20, 2020
    ACC User Interface Real-Time Lap Differences? Apr 13, 2020
    ACC Physics Anyone educated know the differences between the 2018 and 2019 991 GT3? Apr 3, 2020
    ACC Physics Extreme fuel consumption differences between cars Oct 14, 2019
    ACC Gameplay Pit strategy setup vs in car differences Jun 30, 2019
    ACC Physics differences between motor mapping Oct 19, 2018
    ACC General Discussions Physics differences AC/ACC Feb 21, 2018
    Physics modding - Cars & Tyres Suspension editor & physics/graphic differences Oct 30, 2017
    Bug reports Differences in the event Tunnel Vision between PS and Console Jul 16, 2017
    Console Lounge PC vs PS4 Differences May 8, 2017

  3. bradleyland

    bradleyland Hardcore Simmer

    Also, is there a third-party app development forum that console users can access? I can't read the threads in the "GUI - HUDs - Apps Bugs & Issues" forum :(
     
  4. bradleyland

    bradleyland Hardcore Simmer

    Bump :)
     
    OdeFinn likes this.
  5. dolmayan88

    dolmayan88 Rookie

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice