G4U55

Untitled

Jul 21st, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. 1.7.4
  2. - Fixed GRAPHICS_PITCH_ROTATION
  3. - Fixed AI sometimes pitting at the last lap
  4. - Heave springs are now using rod length from suspension if not in monoshock mode
  5. - Improved AI at race starts
  6. - Levante rim size fixed
  7. - Huracan GT3 and ST pit light fixed
  8. - now acServerManager manages drs_zones.ini files
  9. - Removed dedicated VR driver eyes positions
  10. - Fixed F138 and SF15-T wrong range of damper values in setup screen
  11. - Fixed F138 and SF15-T main body angle of attack viualizzation in WINGS app (no differences in aero performance)
  12. - Improved ERS for McLaren P1, now with 2 profiles, race and charging.
  13. - Nissan GT-R Nismo now uses automatic clutch
  14. - Fixed tyre smoke remaining visible after remote car disconnected
  15. - DRS now automatically closes when outside of DRS zone
  16.  
  17. 1.7.3
  18. - Fixed strut suspensions going full banana
  19.  
  20.  
  21. 1.7.2
  22. - Fixed Oculus VR blurriness with PP on. Also fixed missing glare and godrays effects.
  23. - Improved graphics smoothing for rigid bodies
  24. - Improved SF15-T engine power delivery and gear ratios
  25. - Fixed setup bugs in Maserati GranTurismo MC GT4
  26. - Fixed wrong values in SF15-T Heave dampers
  27. - Improved ERS simulation in McLaren P1
  28. - Pit Box Indicator is visible only if player is in the pitline
  29. - Fixed Race Position App when used on several game modes
  30. - Shared Memory new members
  31. - SPageFileStatic
  32. - float trackSPlineLength = 0;
  33. - wchar_t trackConfiguration[33];
  34.  
  35. 1.7.1
  36. - Reverted HideApps command key (CTRL+H)
  37. - Fixed headlights auto-switch with foggy weather
  38. - Levante brake disks, damage zones and seatbelts fixed
  39. - F138 mirrors fixed
  40. - Fixed ChatApp issue when TIME_TO_LOSE_FOCUS was defined
  41. - Fixed a possible desync at multiplayer start
  42. - Fixed potential divide by zero in ERS
  43. - Tweaked skid sound pitch and volume for Maserati Levante
  44. - Finetuned crossfade at high rpms for Ferrari SF15-T
  45. - Shared Memory new members
  46. - SPageFileStatic
  47. - int hasDRS = 0;
  48. - int hasERS = 0;
  49. - int hasKERS = 0;
  50. - float kersMaxJ = 0;
  51. - int engineBrakeSettingsCount = 0;
  52. - int ersPowerControllerCount = 0;
  53. - SPageFilePhysics
  54. - float performanceMeter = 0;
  55. - int engineBrake = 0;
  56. - int ersRecoveryLevel = 0;
  57. - int ersPowerLevel = 0;
  58. - int ersHeatCharging = 0;
  59. - int ersIsCharging = 0;
  60. - float kersCurrentKJ = 0;
  61. - int drsAvailable = 0;
  62. - int drsEnabled = 0;
  63. - float brakeTemp[4];
  64. - python new functions and members
  65. - added new members to getCarState (see acsys.py)
  66. - getCarEngineBrakeCount(carid)
  67. - getCarPowerControllerCount(carid)
  68. - Updated server plugin example to reflect protocol changes in ACSP_LAP_COMPLETED
  69. - Fixed autoclutch cars not starting if clutch pedal is pressed down
Advertisement
Add Comment
Please, Sign In to add comment