• Tomsteel
    #37311
    1.7.1
    - Reverted HideApps command key (CTRL+H)
    - Fixed headlights auto-switch with foggy weather
    - Levante brake disks, damage zones and seatbelts fixed
    - F138 mirrors fixed
    - Fixed ChatApp issue when TIME_TO_LOSE_FOCUS was defined
    - Fixed a possible desync at multiplayer start
    - Fixed potential divide by zero in ERS
    - Tweaked skid sound pitch and volume for Maserati Levante
    - Finetuned crossfade at high rpms for Ferrari SF15-T
    - Shared Memory new members
    - SPageFileStatic
    - int hasDRS = 0;
    - int hasERS = 0;
    - int hasKERS = 0;
    - float kersMaxJ = 0;
    - int engineBrakeSettingsCount = 0;
    - int ersPowerControllerCount = 0;
    - SPageFilePhysics
    - float performanceMeter = 0;
    - int engineBrake = 0;
    - int ersRecoveryLevel = 0;
    - int ersPowerLevel = 0;
    - int ersHeatCharging = 0;
    - int ersIsCharging = 0;
    - float kersCurrentKJ = 0;
    - int drsAvailable = 0;
    - int drsEnabled = 0;
    - float brakeTemp[4];
    - python new functions and members
    - added new members to getCarState (see acsys.py)
    - getCarEngineBrakeCount(carid)
    - getCarPowerControllerCount(carid)
    - Updated server plugin example to reflect protocol changes in ACSP_LAP_COMPLETED
    - Fixed autoclutch cars not starting if clutch pedal is pressed down