Posted : 7 Years ago

  1. 1.8
  2. - New Ferrari FXXK (Tripl3 Pack DLC)
  3. - New Ferrari 488 GTB (Tripl3 Pack DLC)
  4. - New Praga R1 (Tripl3 Pack DLC)
  5. - New Audi S1 (A1)
  6. - New Monza 66 Full Course (sopraelevata)
  7. - New Monza 66 Junior Course
  8. - Improved reflection quality
  9. - Improved shadow stability
  10. - Improved graphics performances
  11. - Fixed Tyre Model 10 not updating Dx and Dy value in telemetry app
  12. - AI improvements on slower reaction after an impact, for more realistic collisions
  13. - Overlay Leaderboard now shows correct positions on the grid at race start
  14. - Fixed Laps app showing 0 as first lap
  15. - Fixed Race Control UI for the low resolution screens
  16. - Wrong direction penalty gets also time penalty
  17. - Added float clutch to SPageFilePhysics
  18. - Fixed turbolevel digital item showing a wrong value
  19. - Fixed various problems/timing on ghost cars
  20. - Fixed typo on sound distance attenuation for Lotus Evora GTC/GX
  21. - Fixed sample attack for BMW M3 e30 GrA/DTM limiters
  22. - Replay files will not reset anymore at session start (no need to rush out of the server anymore to save a replay)
  23. - Fixed remote cars head movements in multiplayer and multiplayer replays
  24. - Fixed typo on LaFerrari active differential lock in coast and small bumpstop stiffness changes
  25. - General improvements on V10 tyres for rolling resistance, flex, pressures and more.
  26. - Improved Maserati GranTurismo MC GT4 suspension, should improve braking without ABS
  27. - V10 tyres for Hypercars LaFerrari, McLaren P1, Pagani Huayra
  28. - V10 tyres for GT2 cars BMW M3 GT2, Ferrari 458 GT2, Corvette C7R
  29. - V10 tyres for Racing Hypercars Ferrari 599XX, Ferrari FXXK, Pagani Zonda R
  30. - Fixed ERS power output when battery is close to 0 and MGU-H is set to battery
  31. - Removed ERS cockpit controls for MGU-H and Recover in McLaren P1
  32. - Improvement in performance for collision detection and physic solver
  33. - Fixed clouds when switching sessions
  34. - Returning to pit during a time penalty results in a greater time penalty
  35. - Fixed possible drive through cheat
  36. - Fixed blurred objects not working if speed was negative
  37. - Fixed hotlap mode: now valid laps will be correctly registered
  38. - Removed white flag: a new message will appear the moment the race leader starts his last lap
  39. - Modding: extra animations now binded to three channels NUM 4, 5 and 6 (group animations to make them play simultaneously, otherwise each clip will be played separately)
  40. - Modding: rotating object support for cooling fans [ROTATING_OBJECT_0] in extra_animations
  41. - Modding: series scripts added for digital speed bars [SPEED_SERIE_0] in digital_instruments
  42.  
  43. 1.7.5
  44. - fixed pit timing for BMW M3 GT2
  45. - fixed encoding issues in some json files
  46. - fixed Steam achievement "Vallelunga Instructors are giving you the thumb, well done!"
  47. - fixed Steam achievement "You should be driving the real Formula Abarth! Poleman!"
  48.  
  49. 1.7.4
  50. - Fixed GRAPHICS_PITCH_ROTATION
  51. - Fixed AI sometimes pitting at the last lap
  52. - Heave springs are now using rod length from suspension if not in monoshock mode
  53. - Improved AI at race starts
  54. - Levante rim size fixed
  55. - Huracan GT3 and ST pit light fixed
  56. - now acServerManager manages drs_zones.ini files
  57. - Removed dedicated VR driver eyes positions
  58. - Fixed F138 and SF15-T wrong range of damper values in setup screen
  59. - Fixed F138 and SF15-T main body angle of attack viualizzation in WINGS app (no differences in aero performance)
  60. - Improved ERS for McLaren P1, now with 2 profiles, race and charging.
  61. - Nissan GT-R Nismo now uses automatic clutch
  62. - Fixed tyre smoke remaining visible after remote car disconnected
  63. - DRS now automatically closes when outside of DRS zone
  64.  
  65. 1.7.3
  66. - Fixed strut suspensions going full banana
  67.  
  68.  
  69. 1.7.2
  70. - Fixed Oculus VR blurriness with PP on. Also fixed missing glare and godrays effects.
  71. - Improved graphics smoothing for rigid bodies
  72. - Improved SF15-T engine power delivery and gear ratios
  73. - Fixed setup bugs in Maserati GranTurismo MC GT4
  74. - Fixed wrong values in SF15-T Heave dampers
  75. - Improved ERS simulation in McLaren P1
  76. - Pit Box Indicator is visible only if player is in the pitline
  77. - Fixed Race Position App when used on several game modes
  78. - Shared Memory new members
  79.         - SPageFileStatic
  80.                 - float trackSPlineLength = 0;
  81.                 - wchar_t trackConfiguration[33];
  82.  
  83. 1.7.1
  84. - Reverted HideApps command key (CTRL+H)
  85. - Fixed headlights auto-switch with foggy weather
  86. - Levante brake disks, damage zones and seatbelts fixed
  87. - F138 mirrors fixed
  88. - Fixed ChatApp issue when TIME_TO_LOSE_FOCUS was defined
  89. - Fixed a possible desync at multiplayer start
  90. - Fixed potential divide by zero in ERS
  91. - Tweaked skid sound pitch and volume for Maserati Levante
  92. - Finetuned crossfade at high rpms for Ferrari SF15-T
  93. - Shared Memory new members
  94.         - SPageFileStatic
  95.                 - int hasDRS = 0;              
  96.                 - int hasERS = 0;
  97.                 - int hasKERS = 0;
  98.                 - float kersMaxJ = 0;
  99.                 - int engineBrakeSettingsCount = 0;
  100.                 - int ersPowerControllerCount = 0;
  101.         - SPageFilePhysics
  102.                 - float performanceMeter = 0;          
  103.                 - int engineBrake = 0;         
  104.                 - int ersRecoveryLevel = 0;
  105.                 - int ersPowerLevel = 0;
  106.                 - int ersHeatCharging = 0;
  107.                 - int ersIsCharging = 0;
  108.                 - float kersCurrentKJ = 0;
  109.                 - int drsAvailable = 0;
  110.                 - int drsEnabled = 0;
  111.                 - float brakeTemp[4];
  112. - python new functions and members
  113.                 - added new members to getCarState (see acsys.py)
  114.                 - getCarEngineBrakeCount(carid)
  115.                 - getCarPowerControllerCount(carid)
  116. - Updated server plugin example to reflect protocol changes in ACSP_LAP_COMPLETED
  117. - Fixed autoclutch cars not starting if clutch pedal is pressed down
  118.  
  119. 1.7
  120. - Added Red Bull Ring track (Red Pack DLC)
  121. - Added Ferrari SF15-T (Red Pack DLC)
  122. - Added Ferrari F138 (Red Pack DLC)
  123. - Added Ferrari 488 GT3 (Red Pack DLC)
  124. - Added Lamborghini Aventador SV (Red Pack DLC)
  125. - Added Maserati GranTurismo MC GT4 (Red Pack DLC)
  126. - Added Maserati 250F 6 cylinder (Red Pack DLC)
  127. - Added Maserati 250F 12 cylinder (Red Pack DLC)
  128. - Added Maserati Levante S
  129. - Performance Delta App: Added instant velocity difference bar
  130. - Realtime App: Added road/ambient temperatures and grip
  131. - Fixed system messages when ABS and TC are not available
  132. - Added loading/saving system for fixed setup sessions
  133. - Added audio device selector on Audio App. If saved device is not there, main device will be used
  134. - Added volume ramp function to overcome issues with logitech headphone drivers
  135. - Added Precision slider in Photo App
  136. - Added missing icons on replay interface
  137. - Added QUANTITY_MULT in system/cfg/skidmarks.ini
  138. - Fixed RX-7 Tuned turbo sound behavior
  139. - Fixed Alfa 155 mixing route for external sounds
  140. - Fixed Ferrari F40 low-pass filter and some events volume
  141. - Balanced exterior volume for all the cars
  142. - New Bmw M3 e92 external sounds
  143. - Added brake disc temperature simulation to (Ferrari 488 GT3, Maserati GranTurismo MC GT4,Maserati Levante)
  144. - New Drivemotive Drifting School livery for BMW M3 e92 drift and S1 variants
  145. - Tyre pressure now influences temperature spread and build up
  146. - Added dynamic controller for EBB (electronic brake balance). Use file ctrl_ebb.ini for the controller.
  147. - Added daylight function on "lights" script
  148. - Added multiple turbo analogue instruments management
  149. - Added server hints on RaceControl screen
  150. - Added TC, ABS, Turbo keys to controller interface (both up and down)
  151. - now TC and ABS can be cycled back through CTRL + SHIFT
  152. - Added Flashing lights
  153. - Showroom: Added video editing camera controls
  154. - Showroom: Added car lights trigger as script "SHOWROOM""LOAD_LIGHTS" (previews are made without car lights)
  155. - Showroom: Added support for extra animations (extra_animations.ini). Numkey_6
  156. - Added blinking light system
  157. - Fixed Volume App not saving bumper audio
  158. - Added jump start
  159. - Added 3 different selectable penalties configurations for jump starts
  160. - Added penalty for "ESC to pits" during race
  161. - Fixed some car/track combination resetting to pits at the start of HotLap sessions
  162. - Improved remote cars movements over curbs
  163. - AI is not making brake mistakes for cars that have ABS available
  164. - Added AI setup functionality. Save any setup with name AI_default and the AI will use this setup for the circuit.
  165. - Different level of engine brake are now selectable by the users on cars that offer the option (Ctrl+E)
  166. - Added graphics smoothing for rigid bodies coming from physics
  167. - Onboard brake bias now follows same limits in the FRONT_BIAS section in setup.ini
  168. - Red lines and indications for gear change in the GUI are now considering damage rpms as well as limiters
  169. - Laps completed indications in the GUI during races now refer to "leader completed laps" and not player completed laps
  170. - Performance Delta app is now using spline position for calculation instead of distance calculated from car speed (less realistic but much more precise)
  171. - New camera view at start, showing car instead of track
  172. - New AI algorithms for race craft
  173. - AI drivers are now much more variable in performance during a single lap and during a session
  174. - "Lights on/off" is now a status of a car instead of a switch and gets replicated over the network properly
  175. - Tyre radius is now also a function of tyre angular velocity
  176. - Fixed self align torque going to negative values too early
  177. - Added ERS simulation with MGU-K, MGU-H, Batteries, energy recovery and deployment limits
  178. - Added active variable rear brake torque. Works in addition to the MGU-K recovery
  179. - Added variable engine brake
  180. - Added key/button commands for above ERS functions and profiles.
  181. - New Tyre Model V10 for selected cars
  182. - Additional general bugfixing on car graphics and some improvements to lods across the entire vehicle content
  183. - 3D improvements on the Nissan R34 Skyline
  184. - 3D improvements on the Nissan 370Z Nismo
  185. - 3D improvements on the Ferrari LaFerrari
  186. - General bugfixes in several tracks
  187. - New clouds textures
  188. - Improved PPeffects
  189. - Improved Weathers
  190. - Fixed GUI not showing on Oculus with PP off and AA on
  191. - Added the possibility to launch sim directly. Add section
  192.         [AUTOSPAWN]
  193.         ACTIVE=1
  194.         To race.ini then start AssettoCorsa.exe
  195.  
  196.  
  197.  
  198. 1.6.3
  199. - Lamborghini Huracán rear ligths updated to latest racing specs
  200. - Fixed random bug causing a wrong position in the system message at the end of a race
  201. - Fixed pit limiter "clutch cheat"
  202. - Added new skins for Supra mkIV Tuned
  203. - Added localAngularVelocity and finalFF to shared memory (physics rate)
  204. - acServer : fixed sync message spam
  205. - Corrected Traction_Control.lut files. Initial value must start with 0. Traction control levels are functional again.
  206. - Additional model updates on the Nissan R34 Skyline GTR
  207. - Shelby Cobra model updates
  208. - New Mazda RX-7 Tuned sounds
  209.  
  210. 1.6.2
  211. - Chat app : fixed flicker when receiving message and app is locked
  212. - Chat app : added bold and italic font style support (BOLD=1, ITALIC=1)
  213. - Changed advertising billboards backgrounds from Black Cat County
  214. - Small changes in the MX5 Cup rear suspension bump steer, electronics and brake bias.
  215. - Improved MX5 Cup car tyre heating.
  216. - Modified RX7 stock camber setup range
  217. - Improved Supra Drift steering geometry
  218. - Improved AE86 steering geometry
  219. - Corrected Supra front splitter active aero. Now it activates after 60mph/98kmh (it was wrongly set at 60kmh)
  220. - GT3 and GT2 cars have now a default setup with longer 6th or final gear ratio to aid AI with higher top speeds on circuits with long straights
  221. - Some fine tuning on GT3 Balance of Performance
  222. - Fixed backfire issue on Toyota AE86 Tuned
  223. - Fixed cameracar sounds for cars of Japanese Pack
  224. - Fixed Nissan GT3 leds timing
  225. - Improved livery selection previews in the UI
  226. - Full window mirror texture for Oculus
  227. - Oculus pixel per display is now available as setting in Documents/Assetto Corsa/cfg/oculus.ini [SETTINGS] PIXEL_PER_DISPLAY
  228. - Fixed sound samples for the Mazda MX-5 Cup
  229.  
  230. 1.6.1
  231. - Fixed Oculus Rift rendering
  232.  
  233. 1.6.0
  234. - Oculus Rift SDK 1.3 (WIP Pre Alpha)
  235. - Fixed self shadowing on tyres
  236. - Fixed wrong log output
  237. - Dynamic controllers for turbo boost
  238. - Added RPMS input to dynamic controllers
  239. - Implementation of Scalable Apps
  240. - Fixed replay Interface
  241. - Fixed setup info screen
  242. - Fixed race non progression when player is not moving
  243. - Improved MP collision system
  244. - Improved AI fuel handling
  245. - Fixed Hotlap Mode unlocking achievement through not valid laps
  246. - Fixed deltaT for renderAudio
  247. - Bodywork and horn volumes uses engineVolume
  248. - Bodywork's smoothvalue use a different alpha
  249. - Added analogic placeholder for car modellers
  250. - Added option to draw driver's label on focused car (system\cfg\name_displayer.ini -> DRAW_FOCUSEDCAR)
  251. - Fixed CameraCar bad nearplane when forcing camera mode change (see exiting from replay)
  252. - Implementation of Chat App (system\cfg\chat_app.ini)
  253. - SharedMemory: Moved AirTemp/RoadTemp from Static to Physics, old values in static are deprecated
  254. - Timing use also the hour/minutes format
  255. - Fixed GoToPits Cheat to start from the pits.
  256. - Added 4 Wheel Steer systems (Nissan Skyline , Mazda RX7)
  257. - acServerManager : storing Driver data also save the current model/skin, so through drag&drop the saved skin can be used on a new slot)
  258. - Added flags indications for completed session in leaderboards
  259. - F9 overlay leaderboard is now avoiding red colours for better differentiation of opponent proximity indicators
  260. - Added new [ASSETTO_CORSA] SIMULATION_VALUE parameter. Increase the number to increase simulation value. Defaults to 0 for obvious reasons
  261. - Engine performance is now dependent on air density/temperature
  262. - New AWD transmission code, still WIP (Nissan Skyline & Alfa 155)
  263. - Fixed pitstop window not appearing when AI retired some car
  264. - Experimental heating corrections on semislick tyres for Lotus 2-11, Exige Scura, Exige 240 and S3, Lotus Elise SC, KTM X-Bow, Mazda MX5 ND, Toyota AE86 Tuned and Drift
  265. - BOP for GT3 cars
  266. - Improved Mercedes AMG GT3 data
  267.  
  268. 1.5.9
  269. - reverted Realtime app
  270. - Audio : hit and scrape sounds use surface volume
  271.  
  272. 1.5.8
  273. - Tweaked tracks reverb levels
  274. - Tweaked Corvette C7 Stingray idle and exterior volumes
  275. - Tweaked Ferrari 458 GT2 exterior volume
  276. - Tweaked P4/5 Competizione limiter sound
  277. - Fixed Steam achievements limit
  278. - Several special events (quick race mode) have been rebalanced because of AI improvements
  279.  
  280. 1.5.7
  281. - Fixed end race GUI with Post Processing off
  282. - Fixed Alfa 155 rev limiter sound
  283. - Realtime app tweaked for visibility
  284. - Tyre app : customizable wear colors
  285. - F5 camera plays external sounds
  286. - ksPreviewManager : now it's using a file switcher to keep max rendering settings
  287. - ksEditor : fixed error in saving kn5 of a car project
  288. - Rebalanced special events for Tyre Model 7
  289. - Improved timing and removed "smoothing" messages on acServer
  290.  
  291. 1.5.6
  292. - Fixed issues with black mirrors on several cars
  293. - Fixed LaFerrari digital instrument dummy
  294. - Fixed tyre texture on several cars
  295. - Tyre App customizable colors (system/cfg/tyres_app.ini)
  296.  
  297. 1.5.5
  298. - MODDING: BRAKE_POWER_MULT setup option is now correctly expressed in % and can be used for modded content
  299. - Fixed typo on Lotus 98T soft compound slipangle value
  300. - Fixed Lotus 98T engine limiter sound for higher rev limiter than default
  301. - Fixed bad naming on Lotus Exos S1 medium and hard heat curves
  302. - Modified Drift cars steering lock.
  303. - Bugfixing and optimization on Imola, Silverstone, Vallelunga, Spa, Black Cat County circuits
  304. - Improved smoothness of AI driving style
  305. - Improved collisions in multiplayer
  306. - Improved AI fuel planning strategies
  307. - Fixed tatuusfa1 at vallelunga hardcoded achievement
  308. - Added bonnet and bumper internal/external sound switch on Volume App
  309. - mirrors on LODs appearing black issue fixed on various cars (more to come)
  310. - tyre texture bug fixed on all racing cars and skins
  311. - LaFerrari shader fixes
  312.  
  313. 1.5.4
  314. - Fixed motion blur on F6 cameras
  315. - Added support for fahrenheit readings in Tyres App. (set system/cfg/tyres_app.ini [OPTIONS] USE_FAHRENHEIT=1)
  316. - Fixed Corvette C7 Stingray Throttle response and Engine output on low revs
  317. - Some Balance of Performance for Ferrari 458 GT2, more might needed
  318. - BMW GT2 and C7R now have Traction control available with different levels as the 458 GT2. Obviously can be disabled by server.
  319. - Steering geometry improved for drift cars as well some small details here and there.
  320. - Fixed Ferrari LaFerrari and McLaren P1 Kers exceeding engine revlimiter
  321. - slick tyre texture bug fixed on various racing cars
  322. - low-res skin previews fixed
  323.  
  324. 1.5.3
  325. - Fixed Barcelona requiring wrong DLC to start
  326. - Lotus Evora S and S2 model and digital script updated
  327. - Lotus Evora GTE and GTE Carbon model and digital script updated
  328. - Ferrari 458GT2 model, lights and digital script updated
  329. - BMW M4 dash light tweaked
  330. - Abarth 595 (stock, S1, S2) dash light tweaked
  331. - added template 2016_driver in dev
  332. - added old driver model in sdk/dev/content/old_v1.4_driver
  333.  
  334. 1.5.2
  335. - Fixed car reset to pits in wrong way happening even with penalities off
  336. - Fixed crash on 32bit version when using TyreApp
  337. - Fixed track map for Nordschleife Endurance Cup
  338. - Possible fix for audio related crash in Brands Hatch and Silverstone
  339.  
  340. 1.5.1
  341. - Fixed wrong export on Spa
  342.  
  343. 1.5
  344. - New Abarth 595esseesse and S1, S2 upgrades
  345. - New Ford Mustang GT 2015
  346. - New Corvette C7 Stingray
  347. - New Black Cat County track
  348. - Nurburgring gp circuit updated
  349. - Nurburgring gp circuit now with 4 layouts
  350. - Silverstone circuit updated
  351. - Monza circuit updated
  352. - Spa circuit updated
  353. - Nurburgring Nordschleife circuit updated
  354. - Nurburgring Nordschleife endurance cup layout added
  355. - Mugello circuit updated
  356. - Magione circuit updated
  357. - Imola circuit updated
  358. - Drift circuit updated
  359. - Vallelunga circuit updated
  360. - Vallelunga classic layout added
  361. - Vallelunga circuit (all layouts) now has 24 car slots
  362. - Activated time progression in Multiplayer
  363. - All cars updated to Tyre Model 7
  364. - Pitstop are now available in single player races
  365. - Damage is now visible in Multiplayer mode for remote cars
  366. - Launcher: steam overlay support disabled due to stability issues
  367. - Launcher: re-instated multi-process mode for CEF due to stability issues
  368. - Launcher: changes to memory usage policy, more aggressive memory releasing thresholds
  369. - Fixed Lamborghini Miura gearbox damage
  370. - Updated drivetrain upshift and downshift timings for all cars
  371. - F6 inside cameras use internal sounds
  372. - Free camera now honours distance multiplier for sound attenuation
  373. - Of all Drivable cameras only Cockpit uses internal sounds
  374. - Transmission sound can have its own volume (by default it shares engine volume, otherwise it uses the TRANSMISSION value set in audio.ini)
  375. - Gearshift sound shares engine volume
  376. - Backfire sound shares engine volume
  377. - Fixed car sound when bottoming out
  378. - Realtime app shows lapped guys (blue) and lapping guys (green)
  379. - Fixed FuelLapEvaluation function
  380. - Fixed fuel consumption on turbo engines
  381. - Fixed inconsistency on UI tech specs
  382. - Modding : added FormCamera functionality to associate internal/external soundset
  383. - Modding : added console commands "observeLights" and "observeFlames" (work as observeDigital); EDIT_MODE is deprecated
  384. - Modding : added Digital Instrument KERS_CHARGE (percentage)
  385. - Modding : added Digital Instrument TOTAL_LAPS (if session is not race then "---")
  386. - Modding : added Digital Instrument CURRENT_LAP
  387. - Modding : added Digital Instrument EST_LAPS (if est is less than 0 then "--.-")
  388. - Modding : added Digital Instrument AMBIENT_TEMP
  389. - Modding : added Digital Instrument PLACE_HOLDER to avoid fixed digits on texture (use TEXT)
  390. - Modding : added ON_BOARD_LOOKBACK_OFFSET in car.ini
  391. - All tyres now use V7 with brand new heating values (beta: except Exos F1 tyres yet)
  392. - All tyres now use V7 with brand new falloff level and speed (beta: except Exos F1 tyres yet)
  393. - Changed all tyres flex and pressure relation.
  394. - Changed all tyres footprint and pressure relation
  395. - Modified global aero efficiency with yaw angle. Works on all cars
  396. - Added new aero.ini version=3 with new YAW_CL_GAIN values that can stall wings depending on yaw angle
  397. - Yaw angle stalling wings and diffusers for GT2/GT3 cars and Mercedes C9 and Lotus 98T
  398. - All GT2/GT3 cars now have minimum height 55mm
  399. - 200,400,500,1000,2000 meters drag circuits now available
  400. - Modding : ksPreviewBuilder added to sdk/dev folder
  401. - Python Interface:
  402.         - initFont(fontfamily, italic, bold)
  403.         - setCustomFont(fontfamily, italic, bold)
  404.         - getCameraMode()
  405.         - setCameraMode(acsys.CM)
  406.         - getCameraCarCount(carId)
  407.         - setCameraCar(F6 camera index, carId)
  408.         - focusCar(carId)
  409.         - getFocusedCar()
  410.         - getServerName()
  411.         - getServerIP()
  412.         - getServerHttpPort()
  413.         - getServerSlotsCount()
  414.         - isCarInPitline(carId)
  415.         - isCarInPit(carId)
  416.         - isConnected(carId)
  417.         - getCarBallast(carId)
  418.         - getCarState(carId)
  419.                 - eKersCharge
  420.                 - eKersInput
  421. - totally revamped backfire system (will not break mods)
  422. - added new F1 "dash camera" and "Chase camera #2"
  423. - CameraManager : fixed issue globalCameraIndex
  424. - Fixed Camera selection on Replay Interface
  425. - Fixed CameraApp to reflect Dash and Chase changes
  426. - Fixed Camera system messages
  427. - Fixed Random camera wrong cameras + message
  428. - added CameraOnBoard offset to avoid car parts on view
  429. - added new driver model with lod
  430. - added Fuel Lut to solve issues with several cars gauges
  431. - SharedMemory : added new members
  432.    - SPageFilePhysics
  433.                 float turboBoost = 0;
  434.                 float ballast = 0;
  435.                 float airDensity = 0;
  436.    - SPageFileGraphic
  437.                 int isInPitLine = 0;
  438.                 float surfaceGrip = 0;
  439.    - SPageFileStatic
  440.                 float maxTurboBoost = 0;
  441.                 float airTemp = 0;
  442.                 float roadTemp = 0;
  443.                 bool penaltiesEnabled = false;
  444.                 float aidFuelRate = 0;
  445.                 float aidTireRate = 0;
  446.                 float aidMechanicalDamage = 0;
  447.                 bool aidAllowTyreBlankets = false;
  448.                 float aidStability = 0;
  449.                 bool aidAutoClutch = false;
  450.                 bool aidAutoBlip = false;
  451. - fixed several cars still featuring dashboard "floating" digits
  452. - fixed car scraping volume
  453. - added first implementation of Force Feedback Post Processing (docs in cfg/ff_post_process.ini)
  454. - improved camber calculations
  455. - improved tyre heating on low friction surfaces (grass,sand etc)
  456. - added new "Tyres" app
  457. - Server lap counters and lap times are now 16 bit unsigned ints allowing super long sessions/races
  458. - Ford GT40 fuel tank position fixed
  459. - revamp of all digital displays and script
  460. - revamp of analogue gauges
  461. - Lamborghini Huracan GT3 3D model tweaks
  462. - Lotus Exige S model tweaks
  463. - Various LOD fixes across the entire vehicle content
  464. - BMW M3 GT2 3D model tweaks
  465. - Roof on the LaFerrari is now customizeable
  466. - Emissive values tweaked on some cars to improve visibility with PP off
  467. - Various skin issues fixed
  468. - PP preset improvements
  469. - Improved AI behavior in traffic
  470.  
  471. 1.4.3
  472. - Fixed locked brakes during pitstops
  473. - Weather colors now use colorCurves.ini HDR_OFF_MULT when PP effects are off to avoid super bright fog/clouds
  474. - Fixed shadowmaps in showroom
  475. - Fixed Lamborghini Gallardo S3 automatic gearbox and clutch
  476. - Revisited p4-5/2011
  477. - Fixed blurred rear rims on Lotus 72D
  478. - Tiny improvent on materials of BMW M3 GT2, BMW Z4 GT3, Ferrari 458 GT2, Ferrari 599XXEVO, Alfa Romeo Mito QV, Alfa Romeo 155 DTM, Corvette C7R, McLaren 650 GT3
  479. - acServerManager : added model shortcut panel
  480. - ksEditor : improved node grid tool
  481. - ksEditor : fixed control focus while moving camera
  482.  
  483. 1.4.2
  484. - Fixed crash in Lotus Evora GTC
  485. - Fixed shaders incompatibility with DX10.1
  486.  
  487. 1.4.1
  488. - New formula to correctly deal with lateral grip at positive cambers
  489. - Fixed Lotus 72d max rpm indicator
  490. - Fixed Lotus 72d Engine parts missing
  491. - Fixed GTA wrong transparency interaction between windshield and driver visor
  492. - Fixed GTA blurred rims
  493. - Fixed Lamborghini Gallardo aero
  494. - Improved Lamborghini Gallardo and S3 central differential logic
  495. - Fixed wrong rear hard tyres names on Lamborghini Huracan GT3, Mercedes GT GT3, McLaren 650S GT3
  496. - model updates to the Huracan ST interior
  497. - model updates on the Lotus 72D
  498. - model updates to the BMW 235i
  499. - fixed suspension animation on the Lotus 25
  500. - fixed minor 3D bugs on Mercedes AMG GT3
  501. - added interior light indicator on several cars
  502. - added fuel indicators for some cars
  503. - Abarth Racing "stiching" light fixed
  504. - Lotus Evora GTC/GX headlight texture fix
  505. - various LODs issues fixed on several older models
  506. - tweaks to lights
  507. - various fixes in the UI
  508. - fixed several skin-related issues
  509.  
  510.  
  511. 1.4
  512. - New reflection rendering system
  513. - HDR now matches real life photographic references
  514. - Improved AI ability to stick to the intended racing line
  515. - Improved AI braking code (able to understand and use locked inside tyre for FWD)
  516. - Vastly improved multiplayer antilag/antiwarp system
  517. - Fixed missing ksBrakeDisc script in all the remaining cars.
  518. - Tweaked wet volume for reverb on high distance
  519. - Tweaked dynamics for Audi R8 Plus interior sound
  520. - New Bmw M3 e30 DTM and Group A exterior sounds
  521. - New font rendering system for dashboards
  522. - Fixed fadeout timing for gravel particles
  523. - Improved digital instruments of all cars
  524. - Fixed some bugged special events
  525. - Tweaked most of the special events to be compatible with tyre model 5/6
  526. - FXAA is now using Kunos' own shader
  527. - Fixed blurred rim/tyres on car with animated suspensions on farther Lods
  528. - ksEditor: added node grid
  529. - Introduced [DRS_ZONES] IGNORE_ZONES in drs.ini to allow road cars to ignore DRS zones (ie. McLaren P1)
  530. - Fixed exaggerate motion blur for some camera modes
  531. - Added serial opponent selection on Options->General: if flagged then opponents skin is not randomly chosen, but alphabetically
  532. - Fixed unrealistic qualify times when session is skipped
  533. - Fixed LaFerrari rear wheels
  534. - Fixed Huracan GT3 model to update it from the pre-season version
  535. - GT3 and GT2 cars tyre heating improvements
  536. - Ferrari 312T Tyre v6
  537. - Audi R8 Plus front torque vectoring and central differential improvements.
  538. - Headlights revised on all cars
  539. - Added missing dashboard lighting to cars where present
  540. - Fixed various LOD issues on a large number of cars
  541. - Car shader overhaul
  542. - Skins fixes and updates on various cars
  543. - Added templates for DP3 cars and Audi R8 Plus
  544. - Optimization across the entire car range (should help with large fields)
  545. - Digital instrument updates
  546. - Fixed collision boxes on various cars
  547.  
  548. 1.3.7
  549. - Improved initial lag when joining a server
  550.  
  551. 1.3.6
  552. - Audi R8 V10 Plus cockpit changeable brake balance disabled
  553. - Tweaked Alfa Romeo GTA default setup
  554. - Ferrari F458 S3 on V6 tyres and small electronic diff tweaks
  555. - Client side anti-lag improvements
  556. - Removed chatty debug log messages in MP
  557. - Tweaked "default" Post Processing effect
  558. - Fixed limiter sound for Pagani Zonda
  559.  
  560. 1.3.5
  561. - New Audi R8 V10 Plus bonus car
  562. - Fixed Nissan GT-R Nismo fuel gauge
  563. - Fixed Mercedes SLS GT3 default tyre texture
  564. - Fixed Lamborghini Huracan GT3 Hard tyres name, causing issue on MP tyre compound restriction
  565. - acServer: fixed issue with timing who caused session skipping
  566. - ksEditor: Added fuel and brakes script tools
  567. - Corrected Alfa Romeo 4c alignment and setup values
  568. - Eliminated wrong tags from Ford GT40
  569. - Works on the tyre heating model continues with new surface rolling heat generation on some cars
  570. - Performance optimization on car multithread physics
  571. - New improved smoothing and "anti lag" systems for both client and server
  572. - Fixed ghost car spawn point
  573. - Fixed dirt effect in replay
  574. - Added unique license plates for each car
  575. - Added new liveries for Lotus Exos
  576. - Fixed headlight indicator in many cars
  577. - Fixed lod issue with BMW E30 GroupA and DTM
  578. - Improved lod switch in some models
  579. - Fixed Alfa Giulietta engine sound position
  580. - Fixed some cars tag typos
  581.  
  582. 1.3.4
  583. - Replay in x64 are now capped at 1Gb instead of 500mb
  584. - Fixed turbo in form gears
  585. - Physics multithread is now disable with less than 4 cores
  586. - Fixed backfire animation on Lamborghini Countach
  587. - acServerManager: admin password is mandatory
  588. - acServerManager: fixed uploader not saving surfaces.ini of multi-layout tracks
  589. - Fixed Lamborghini Countach S1 UI for customers who do not own DLC2
  590. - Fixed Alfa Romeo 4c peak slip angle value on rear street tyres.
  591. - Fine tuning of tyre heating model for GT2 and GT3 cars. Tyres now might need 2 laps to heat up the core temperatures. Core temperatures are now much more stable during a lap and cool down slower.
  592. - New power loss calculation for GT2 GT3 cars engines
  593. - Corrected rolling resistance calculations for GT2 and GT3 cars tyres
  594. - BMW M3 E30 Drift and M3 E92 drift has new tyre heat calculation following the GT2/GT3 logic. Experimental.
  595. - Balancing of GT3 car performances. The balance does not make all cars equal, but just brings their performances closer. Leagues can now add a small amount of ballast to equalize the cars performances even more.
  596. - Fixed dirt texture and headights in Ferrari 458 Italia
  597. - Fixed headlights indicator on BMW Z4 GT3
  598. - Fixed transparency issue on Ruf Yellowbird
  599. - Added leds to Mercedes SLS GT3
  600. - Fixed TrackIR support for x64
  601. - Added Force Feedback Controller app
  602. - Fixed acServer corruption of internal buffers leading to packet losses
  603. - Added benchmark mode
  604. - Realtime app now uses magenta to signal fastest lap in the session
  605. - New "camera facing" spectators are now controlled by the "world detail" settings. Allowing users with older machines to achieve better FPS
  606. - Minor AI race craft tweaks (a bit faster to change lane but bit less "punchybumpy")
  607. - Remapped some functions associated with numpad "+" and "-"
  608. +/- = Change Force Feedback (disabled in replays)
  609. Ctrl +/- = Change onboard FOV
  610. Ctrl Shift +/- = Change saturation
  611.  
  612. 1.3.3
  613. - Fixed wrong timing in brake disc glow effect
  614. - Improved AI spline road sides at Spa
  615. - AI spline sides now accept CSV with both "," or " " as delimiters
  616. - Fixed tyre collision not using rims at super low tyre pressure
  617. - Added downshift protection parameters to drivetrain.ini to allow individual car tune up
  618. - Tuned up downshift protection (experimental) for the following cars
  619. BMW Z4 GT3
  620. Audi R8 LMS Ultra GT3
  621. Glickenhaus SCG003
  622. Lamborghini Huracan GT3
  623. Nissan GT-R GT3
  624. McLaren MP4 12C GT3
  625. Mercedes SLS GT3
  626. BMW M3 GT2
  627. Ferrari 458 GT2
  628. Corvette C7R
  629. - Force Feedback frequency is now controlled using a more precise setting in assetto_corsa.ini (FF_SKIP_STEPS instead of the old MAX_FF_RATE_HZ)
  630. - Direct Input devices are not initialized with a BACKGROUND flag instead of FOREGROUND
  631. - Set audio channels to 128 instead of 64 in audio.ini
  632. - Added turbo boost information to shared memory
  633. - Fixed tyre vertical stiffness pressure dependency wrongly using ideal pressure instead of reference pressure
  634. - Fixed upshift audio sample not correctly triggered
  635. - Fixed Ruf RT12R limiter audio clicks
  636. - Minor EQ tweaks
  637. - Rebalanced heat distribution as function of camber
  638. - Experimental heat/grip ratio for BMW M3 E30 Drift, BMW M3 E92 Drift, BMW Z4 Drift
  639. - Ford GT40 ui description added
  640. - Ford GT40 corrected setup screen with proper values
  641. - Ford GT40 adjustable engine limiter added
  642. - Audi Quattro dash texture bug fixed
  643. - Huracán GT3 light script fixed
  644. - Huracán GT3 LEDs fixed
  645. - Ford GT40 windscreen frame mesh bug fixed
  646. - BMW M4 tyre 3D model fixed
  647. - Nismo GTR glass transparency issue fixed
  648. - Nismo GTR digital instruments not being visible fixed
  649. - BMW M4 dash lights being inverted fixed
  650. - Audi R8 window transparency issue fixed
  651.  
  652. 1.3.2
  653. - Graphical fixes for Ferrari F40 (s3), BMW M4 and Akrapovic, Zonda R
  654. - Corrected SCG003 Fuel consumption
  655. - Fixed Dual Core CPU crashing due to non properly initialized threading using "Timer Process"
  656. - Fixed replay framerate wrong multiple of physic engine rate producing wrong speeds in replays
  657. - Fixed user force feedback capping the value to 100% on load
  658. - Fixed volume balance (exterior) for some cars
  659. - DX10.1 fixes are not also active for the ksEditor
  660. - Possible fix for colored spectators using new camera facing rendering
  661. - Performance improvement for camera facing spectators when reflections are active
  662. - Fixed Lotus 98T AI tyre strategy (choosing qualify tyres even for tracks that are too long for those)
  663. - Added DRS zones to Nordschleife
  664. - Improved AI lines at Nordschleife
  665. - Slight improvement in AI race craft
  666. - Changed Led on Huracan GT3
  667. - Fixed DLC2 cars lap limit on quick races
  668. - replaced Lamborghini Logos
  669.  
  670. 1.3.1
  671. - Possible fix for DX 10.1 video cards crashing
  672. - DLC2 - Improved lowpass filter for Audi R8 LMS Ultra exterior sound
  673. - DLC2 - Fine tuned some coast crossfades for Lamborghini Huracan and Ford GT-40
  674. - G27 leds now turn off when exiting the simulation
  675. - Now includes correct Linux acServer
  676. - Fixed Nissan GT-R NISMO front suspension to correct damage under full lock.
  677. - Fixed Audi R8 LMS Ultra ABS level 7 value typo.
  678. - Fixed GT40 rear camber setup value range mismatch.
  679. - Fixed GT40 dampers setting numbering
  680. - Fixed rear ride height evaluation only using left tyre pressure instead of both
  681. - There was a problem with the shipment of the Ferrari 458 S3 trofeo tyres. We have now put them back in your pitbox setup choices.
  682. - Fixed Tatuus F.Abarth rear wing CL and CD typos
  683. - Added car model name to the "User Gain" Force Feedback message
  684.  
  685. 1.3
  686. - 64bit build
  687. - Car physics is now calculated in separate threads
  688. - Fixed KERS disabled in pitlane
  689. - Added soft locks (use [SOFT_LOCK] ENABLED=1 in system/cfg/assetto_corsa.ini)
  690. - Added support for DRS zones
  691. - acServer is now stressing much less Go' GC and should offer more stable performances
  692. - Added FORCE_TGT to force low res timer in assetto_corsa.ini
  693. - acServer is now using Go 1.5, faster GC
  694. - Added server welcome message
  695. - Fixed gear ratio appearing with a double "/" in setup screen
  696. - Fixed acServer unable to read ini values with a "=" character (ex AUTH)
  697. - Fixed driver name displayer not obeying to saved settings in MP
  698. - Fixed acServer not creating "results" folder automatically
  699. - New algorithms to calculate skid volumes and pitch, now working globally in the entire simulation
  700. - Added grain and blister readings in the setup info screen
  701. - Added downshift protection to gearboxes
  702. - Lap count is now reported using 16bit unsigned integer to server plugins
  703. - Now using triple buffer when vsync is on to reduce latency
  704. - Exposure settings are now persistent
  705. - Fixed audio clicks on surface events
  706. - Tyre flat spots are now taking into account tyre softness
  707. - Windscreens now receive shadows
  708. - ksEditor: now it uses the same ingame engine.
  709. - ksEditor: added project menagement
  710. - ksEditor: added user personalizations
  711. - ksEditor: added floating windows and layout system
  712. - ksEditor: added Weather and PPfilter loader  
  713. - ksEditor: added recent files/project management
  714. - ksEditor: added node filter in scene panel
  715. - ksEditor: added Material by Texture in Materials panel
  716. - ksEditor: added scene icons and side function buttons
  717. - ksEditor: added texture detail on Material panel
  718. - ksEditor: added Texture Review windows in Utilities
  719. - ksEditor: fixed reload texture function
  720. - ksEditor: now the default CultureInfo is en-US (number format, ect)
  721. - ksEditor: added FOV, Near Plane Slider, Mouse sensitivity, camera angle and position under Viewport
  722. - ksEditor: added Dashboard tab
  723. - acServerManager: removed some upper limits on parameters
  724. - acServerManager: preset name/description is more clear
  725. - acServerManager: added welcome message
  726. - acServerManager: added qualify limit
  727. - acServerManager: added fixed setup management
  728. - acServerManager: fixed upload on ftp. Now cfg folder is not deleted.
  729. - Fixed driver textures on serveral cars
  730. - Fixed circuit outline on track selection UI
  731. - Camera Dev App now save F1 cameras' exposure and pitch, F6 cameras' exposure, fov and position and angle
  732. - Removed background from Performance Delta App
  733. - Redesigned and faster code for logging
  734. - Tyre model V5 updated for all cars, except 7 still on V4 (backwards compatible)
  735. - Fixed EDL wrong calculation order
  736. - Updated values for cars with EDL systems
  737. - EDL now available on front axis of AWD cars
  738. - Updated NISSAN GT-R NISMO with front EDL system
  739. - GT3 and GT2 cars updated aero stalling for front splitter and diffuser
  740. - GT3 slight performance balancing
  741. - New ABS thresholds for all cars
  742. - New Wheel Offset simulation in suspensions.ini
  743. - New rear active differentials
  744. - New brake steer system for McLaren MP4 12C and McLaren P1
  745. - New tyre heating modelling with separated surface and core temperatures
  746. - New cool factor for tyre cooling relative to air speed.
  747. - Fixed TC digital item showing 0 based index when multiple TC level are available
  748. - Now showing Cold and Hot pressure readings in setup status
  749. - Added "NA" for IMO temps reading when no set has been swapped out
  750. - Added support for track dynamic objects
  751. - It is now possible to join a server using admin passoword and be automatically granted admin rights
  752. - Joining a server with admin password will override the session "closed" status
  753. - Added "ban_id" admin command to ban a user and send straight to blacklist
  754. - Remote cars in multiplayer now generate skidmarks
  755. - Added tyre skids volume onset value in launcher
  756. - Cars still on V4, soon to be updated
  757. Ferrari 312T
  758. Lamborghini Miura SV
  759. Lotus 49
  760. Lotus 98T
  761. Lotus EXOS 125 (and S1)
  762. Shelby Cobra 427.
  763.  
  764. 1.2.5
  765. - Fixed extremely high level of graining and blister at low speeds
  766.  
  767. 1.2.4
  768. - Fixed Mercedes SLS GT3 Hard Tyre short name
  769. - Fixed high resolution timer disable notification filling the log
  770. - Improved ABS, cars will now have correct braking distances while braking on a straight line.
  771. - Changed all electronics.ini files with updated frequencies for ABS and TC for all cars.
  772. We advice modders to use RATE_HZ=250 and SLIP_RATIO_LIMIT= from 0.14 to 0.20 for optimum ABS, also use higher frequencies for TC
  773. - Changed brakes.ini for various cars to improve braking.
  774. - Experimental aero ride height values and stalling on Pagani Zonda R, Huayra and Ferrari 599XX to better simulate what happens in extreme curves like Eau Rouge
  775. - Corrected Mercedes Benz 190E DTM steer rod ackerman geometry
  776. - Adjusted Steer ratio on Lotus Exos and Exos S1
  777. - 3D driver preload animation starts earlier on 458 GT2
  778. - Up to 27% more placebo effect
  779.  
  780. 1.2.3
  781. - Added MAX_BALLAST_KG to server_cfg.ini (defaults to 100Kg if the value is not there)
  782. - 4WD cars now behave better at very low speed
  783. - New ABS code won't allow individual wheel braking and improves stability and directionality
  784. - Fixed clutch remaining unlocked at high speeds in some occasions generating engine "stutters"
  785. - Fixed tyre blankets not working in HotLap and other oddities
  786. - Nissan GT-R new central active diff logic
  787. - Corrected camber sensitivity values for all tyres
  788. - Corrected brake balance for some cars that had heavy oversteering problems under braking
  789. - Various memory optimizations to allow more cars to be used
  790. - Fixed FPS cap to allow precise FPS selection. Please reset your values from the launcher
  791. - Fixed Alfa Romeo 155 autoclutch range for 1st gear starts
  792. - Tweaked tyres skid pitch, especially for race cars with slicks
  793. - acServerManager : added "Create Manager Package" to use this tool on remote machines
  794. - acServerManager : some performance improvements
  795. - acServerManager : added "External Server" to run multiple servers on the same PC.
  796. - acServerManager : weather settings are no more limited to 3
  797.  
  798. UDP PLUGIN CHANGES
  799. - Added ACSP_VERSION both as command and as incoming message
  800. - ACSP_NEW_SESSION has now a brother ACSP_SESSION_INFO and new format
  801. - New ACSP_CHAT message
  802. - New ACSP_CLIENT_LOADED message
  803. - New ACSP_GET_SESSION_INFO command
  804. - New ACSP_SET_SESSION_INFO command
  805. - New ACSP_ERROR message
  806. - New ACSP_KICK_USER command
  807.  
  808.  
  809. 1.2.2
  810. - Fixed acd files reading wrong values creating problems with 4WD (possibly other cars)
  811. - Corrected Nissan GT-R Nismo fuel tank capacity
  812. - Corrected Nissan GT-R Nismo auto clutch assist engadgement
  813. - Corrected Nissan GT-R Nismo weight figure on Interface spech data description (does not affect physics)
  814. - Corrected Nissan GT-R Nismo skins' names.
  815. - Added skin template for Audi Sport quattro
  816. - Improved Audi Sport quattro skins
  817. - Fixed Alfa Giulietta argento skin
  818. - Fixed BMW Z4 red skin
  819. - Corrected low fuel consumption for Lamborghini Miura, adjusted for the rest of the bonus pack cars
  820. - Corrected Audi Sport quattro S1 turbo pressure dial
  821. - Added DAMPER_MIN_LEVEL in assetto_corsa.ini to allow for some residual FF damping once the car is moving (default is 0)
  822. - Small tweak to relaxation length variation vs tyre load
  823. - Corrected Abarth 500 and S1 semislicks tyre heating and small corrections in alignment and bumpstops
  824. - Fixed ghost car
  825. - Corrected Alfa Romeo 155 DTM setup antiroll bar missing, plus some minor adjustments in suspension geometry and differentials
  826. - Added ksBrakeDisc shader to allow modders to implement glowing brakes
  827. - Rebalanced cockpit exposure value in some cars
  828. - Removed log messages for Python function "getTexture" because some python app dev thought: "Hey, what a nice function! I will call it every frame instead of caching the result" resulting in >60mb logs and stuttering and 10 years less in the life expectance of the AC support guys
  829.  
  830. 1.2.1
  831. - Reduced Nissan GTR Nismo low speed oddities
  832. - Nissan GT-R Nismo corrected typo bugs from suspension alignment.
  833. - Nissan GT-R Nismo different damper settings.
  834. - Fixed some skin names who were shown as "0 name"
  835. - Renamed Audi sport quattro red skin to behave as default skin.
  836. - Fixed "Touring cars battle" special event who was not shown in the list
  837. - Fixed F40 door sound in showroom (both variants)
  838. - Fixed AI choosing to go back to pit on last lap if running out of fuel
  839. - Server forced virtual mirror off is now ignored when Oculus is used
  840. - Corrected McLaren MP4 12C GT3 aero map to be slightly more rear bias.
  841. - Fixed Zandvoort track map.
  842. - Fixed Road Temperature generation in acServerManager
  843.  
  844. 1.2
  845. - Balanced interior and exterior volume for all cars
  846. - Updated Fmod example project
  847. - Updated Fmod pipeline document
  848. - Fixed some rare FMod crashes
  849. - Fixed bodywork sound when stand still for some cars
  850. - Fixed typos for career descriptions
  851. - Fixed Ferrari 458 and Giulia GTA sound pan
  852. - Fixed flags position for triple screens users
  853. - Fixed replay doesn't show smoke
  854. - Fixed sun visible through barriers
  855. - Fixed flying crew at Mugello
  856. - Fixed delay before gear shift recognised
  857. - Fixed keyboard controller and mouse steering
  858. - Fixed rare pit stop repair bug when clutch is pressed
  859. - Fixed wrong player is selected in the drivers list
  860. - Fixed showroom crashes with Motion Blur enabled
  861. - Fixed tyre blankets weird behaviour
  862. - Fixed front wheels size on Lotus Evora
  863. - Fixed Pagani Huayra broken mirror
  864. - Fixed missing BMW M3 Gt2 rear tow
  865. - Fixed cars already damaged starting a gameplay session at Ring
  866. - Fixed BMW M3 e92 red patch on headlights
  867. - Fixed P4/5 Competizione static calipers
  868. - Fixed 599xx Evo weird LOD effect
  869. - Fixed blurred rims missing from LOD C on some cars
  870. - Fixed fuel calculator on Setup UI
  871. - Fixed 500 Abarth skin issues
  872. - Fixed pit crew panels in Chevy C7r and Nissan GT-R GT3.
  873. - Fixed some broken Steam achievements
  874. - BMW 1M has stock liveries; the previous ones are assigned to the S3 version
  875. - Added FOV system message when using +/- to change the value ingame
  876. - Added visual indication for suggested eyes position and actual eye position for Driver Eyes Positioning app
  877. - Added "Auto Pos" button in Driver Eyes Positioning app to automatically move the eyes position to the suggested value
  878. - Added Exposure system message when PGUP/PGDOWN are used to change the value ingame
  879. - Improved AI. AI cars can and will overtake slower cars, lose their stability easier, can oversteer occasionally.
  880. - Tyres now have a short name that is visualized on the classification, so that players can know which tyres the AI is using.
  881. TYRES SHORT NAMES
  882. SV= Street Vintage
  883. ST= Street
  884. SM= Semislicks
  885. SS= Slicks SuperSoft
  886. S= Slicks Soft
  887. M= Slicks Medium
  888. H= Slicks Hard
  889. SH= Slicks SuperHard
  890. HR= Hypercar Road
  891. I= Intermediate
  892. V= Vintage
  893. - Fixed tyre - kerb hard collisions
  894. - Adjusted realigning forces from tyres.
  895. - Active differentials
  896. - New Alfa Romeo Mito Quadrifoglio Verde
  897. - New Audi Sport Quattro
  898. - New Lamborghini Miura SV
  899. - New Nissan GT-R Nismo
  900. - New Toyota GT-86
  901. - New Zandvoort circuit
  902. - New interior soundset for 500 Abarth (shared with Alfa MiTo and Tatuus FA01)
  903. - Added dynamic controllers to drivetrain (Nissan GT-R Nismo)
  904. - Added FF low speed reduction factor to avoid oscillations when the car is stationary. (check system/cfg/assetto_corsa.ini [LOW_SPEED_FF]]
  905. - Multiplayer - Added checksum checks for tracks using the new config system
  906. - Multiplayer - Removed "Track List" feature from AC Server
  907. - Multiplayer - Added "IS_OPEN" key to "[RACE]" to lock new players from joining a race. 0=CLOSED, only players coming from the previous sessions are allowed in. 1=OPEN, players can join during a race. 2=OPEN DURING WAIT TIME, players are allowed to join during the wait time only
  908. - Multiplayer - Fixed collision not triggering correct samples
  909. - Multiplayer - Added weather settings to the server side
  910. - Multiplayer - Fixed tyres glued to the road for cars without animated suspensions
  911. - Multiplayer - Added possibility to limit tyre choice
  912. - Multiplayer - Added Server Plugin Auth system to AC Server for customized user authentication. AUTH_PLUGIN_ADDRESS in server_cfg.ini
  913. - Multiplayer - Added Server UDP Plugin for realtime data input/output from AC Server (check example C# application and UDP_PLUGIN_ADDRESS in server_cfg.ini)
  914. - Multiplayer - It is now possible to complete last lap during Qualify & Practice
  915. - Multiplayer - Fixed /client_list not showing local car ID
  916. - Multiplayer - Added first ballast implementation (use /ballast [carid] [kg] in the chat as admin or entry list)
  917. - Multiplayer - At the end of a race now the system goes "Race Control" view with leaderboard and chat
  918. - Multiplayer - Exit button in ESC menu is now at safe distance from the others
  919. - Multiplayer - Added option to force virtual mirror ON from AC Server
  920. - Multiplayer - Added acServerManager into server folder.
  921. - Added realtime "relative" time app
  922. - Added glowing brakes graphics effect. [DISCS_GRAPHICS] in brakes.ini
  923. - DRS can now be turned off with the DRS button and not only by braking
  924. - AI grip on corner exit is now more realistic
  925. - Improved loading time ~1s faster per car
  926. - Game timing is now using high resolution timer unless a drift is detected and the timer is switched to 1ms resolution. This improves FPS CAPS and general fluidity
  927. - Tyres and rims now stay blurred when replay is paused
  928. - Auto shifter has now its own dedicated section in drivetrain.ini [AUTO_SHIFTER] and does not share it with AI any more
  929. - Air density calculation is now using temperature as input
  930. - Proximity indicator now scales with resolution
  931. - AI now properly brakes in time to hit 80Kmh in the pitlane
  932. - Fixed discs object not properly switched with LODS
  933. - Better driver gearshift preload on first gear
  934. - Fixed strong tyre vibration around 40 kmh
  935. - Added EBB (electronic brake balance) support
  936. - Removed user FF damper settings from GUI and setups. FF damping is only used for stationary cars (hard steering wheel feel) and it is controlled by wheel drivers
  937. - Removed limits from Driver Eyes Positioning app
  938. - Kers is now recharged in pits
  939. - AI is not using "Trail Hint" anymore
  940.  
  941. 1.1.6
  942. - Fixed no collision bug between first 2 cars in the server list
  943. - Fixed TCP connection getting dropped for timeout
  944. - Fixed Pagani Huayra rear wings animation bug, wrongly connected to the animated suspensions on the last update. Physics unchanged and unaffected
  945. - Updated suspension on LaFerrari, missed on last updated due to time constrains
  946. - Fixed server output for "LAP WITH CUTS"
  947. - Fixed KERS not recharging when car is reset
  948. - Telemetry speed graph is now autoadjusted for max speed
  949. - Fixed animations running at wrong speed during replays
  950. - Fixed CPU time in render stats with negative numbers on PC with timer drifting
  951. - Fixed pitstop automatic controller not pressing the clutch and sometimes leaving the car moving away
  952. - Fixed Essential and RacePosition app wrong values in replay mode
  953. - Fixed Leaderboard in online races
  954. - Added flags, penalties, kers to the shared memory
  955. - Fixed wrong tyre temperature value in the car setup screen
  956. - Fixed crash if a non existent PP effect is selected
  957. - Fixed problem with TAB leaderboard on change session
  958. - Removed invalidation message from drift and time attack modes
  959. - Change camera button can now be assigned properly to another key
  960. - Fixed penalties on time attack
  961. - Fixed bad rear pressure slider placement on Lotus 2-11 setup
  962. - Default launcher theme: skip YouTube device support message
  963. - Ferrari F40 S3 brake bias adjustments in setup
  964. - Mclaren F1 GTR front left Toe-in setup slider value fixed
  965. - Added Fuel pressure (shows fuel quantity) to BMW M3 E30 DTM and Group A
  966. - Fuel indicator working for Alfa Romeo GTA, Lotus 2-11, Lotus Elise SC, Lotus Exige 240, Lotus Exige Scura, Lotus Exige S & Roadster & V6cup, Lotus Evora S & GTE & GTE Carbon, Mercedes SLS, McLaren MP4 12C, Pagani Huayra
  967. - Corrected fuel indicator scale for BMW M235iR, McLaren P1, Shelby Cobra
  968. - Working LCD screens for Mercedes 190 DTM EVO 2, Mercedes C9 LM.
  969.  
  970.  
  971. 1.1.5
  972. - Changed BMW M235i Racing fuel tank capacity to 85l
  973. - Changed graphical size of front tyres of Lotus Evora S
  974. - fixed difficulty level on Special Events
  975. - weather light normalization
  976. - Updated FMod to 1.05.14 - probably you need to rebuild your banks
  977. - New Fmod SDK project, please read the provided txt in the project folder
  978. - New LaFerrari sound set
  979. - Improved stereo image
  980. - Fixed sound displacement for 4.1 speakers configuration
  981. - Fixed abnormal pan settings for 458 Italia samples
  982. - Corrected typos on LaFerrari tyres and adjustments on vehicle balance
  983. - Corrected typos on Nissan GT-R GT3 tyres
  984. - Added dampers settings on BMW M235iRacing and Alfa Romeo 155 Ti V6
  985. - Adjusted McLaren F1 GTR bonnet camera inclination
  986. - McLaren P1 now has an active aero brake rear wing as per McLaren latest software update.
  987. - Fixed rear left brake caliper on BMW M3 E92
  988. - Fixed center rear mirror on Lotus Evora S
  989. - BMW 1M lights fixed
  990. - Fixed setup toe alignement bugs for Lotus Elise SC S1,S2
  991.  
  992. 1.1.4
  993. - Alfa Romeo GTA aero drag correction. Laptimes will be slower now.
  994. - McLaren P1 is now simulating diffuser stall from front active aero that provokes dirty air
  995. - LaFerrari is not simulating diffuser stall from front active aero that provokes dirty air
  996. - Corrected instrument panel with more information on Alfa Romeo 155 Ti V6
  997. - Corrected instrument panel for Pagani Zonda R
  998. - Corrected instrument panel for McLaren P1
  999. - Corrected instrument panel for KTM X-BOW R
  1000.  
  1001. 1.1.3
  1002. - Launcher default theme (online): added option to filter out servers that contain unavailable content
  1003. - Launcher default theme (online): fixed sorting after a refresh issue
  1004. - Launcher default theme: added option in Options > General to keep currently selected track conditions when changing game mode
  1005. - Launcher: various stability fixes
  1006. - Fixed some audio crash on unexpected values
  1007. - Fixed C9 exterior backfires
  1008. - Fixed C9 exterior attenuation distance
  1009. - In game telemetry now works properly with track-config scenario
  1010. - HDR app now correctly disable saving button for KS cars onboard exposure
  1011. - New Fmod SDK project (added gear_grind and horn events)
  1012.  
  1013. 1.1.2
  1014. - Fixed lap time detection system missing first laps
  1015. - Improved Physics Time Occupancy % (PHY) in Render Stat Form
  1016. - Improved overlay leaderboard to show millisecond accuracy gaps for Qual and Practice session and "PIT" indicator for pitted cars
  1017. - Fixed McLaren P1 wing always down in multiplayer
  1018. - Fixed cars not locked in pits when not starting after a multiplayer session was restarted
  1019. - Added option to suppress log in assetto_corsa.ini
  1020. - Fixed replay timestamps on the timeline
  1021. - Fixed useless yellow flags on race start
  1022. - Fixed getTrackConfig Python API returning wrong string
  1023. - Launcher: added forced exit timer on shutdown
  1024. - Launcher: added more details in content loading errors
  1025.  
  1026. 1.1.1
  1027. - Launcher: new option in Options > General to ignore Windows' display scaling
  1028. - Launcher: launcher will now reset to default theme on version change
  1029. - Launcher: potential fix for rare crash on exit
  1030. - Launcher default theme: further additions to the handling of missing/problematic mod content
  1031. - Added Visual Studio DLLs
  1032. - Now correctly set replay speed for replay files recorded with older versions of AC
  1033. - improved exterior m235i backfire envelopment
  1034. - Corrected C9 numbers on skin
  1035. - Corrected Alfa GTA tyres naming
  1036. - Custom post processes are now correctly located by the launcher in Documents/Assetto Corsa/cfg/ppfilters
  1037.  
  1038.  
  1039. 1.1
  1040. - Added ai-hints
  1041. - New penalty system
  1042. - Added Kick Quorum to the server
  1043. - Fixed sound pops and clicks for some cars engines
  1044. - Fixed traction control sound events
  1045. - Fixed Tatuus FA01 limiter sound
  1046. - Improved sound dynamics under load for some cars
  1047. - Launcher: more graceful handling of missing/problematic content
  1048. - Launcher default theme: personal best time grid filtering by car/track added
  1049. - Fixed blank resolution box
  1050. - Fixed missing sound events
  1051. - Fixed crashes volume
  1052. - Reworked envelopment for interior and exterior sounds
  1053. - Higher exterior volume for surround speaker configurations
  1054. - Fixed tyre fake shadows in slowmo replay
  1055. - Improved AI
  1056. - Added custom head movements per car (driver3d.ini)
  1057. - Driver helmet/head now cast shadows in onboard camera
  1058. - Added custom weather selection
  1059. - Improved Pedals App
  1060. - Rendering performance optimizations
  1061. - Particle rendering optimiziations
  1062. - Render Stats form now features units
  1063. - Added "final" damage for high speed impacts
  1064. - Added quality settings to replay that allow up to 4x longer replays
  1065. - Fixed driver shift preload animation at race start
  1066. - Fixed camera car not using FOV value
  1067. - Fixed AI choosing wrong (slow) tyres
  1068. - Updated FMod to 1.05.13
  1069. - Updated Fmod SDK project (minor envelopment improvements)
  1070. - Tweaked exterior reverb parameters
  1071. - Tweaked envelopment values for some sound events
  1072. - Improved positional surface sounds
  1073. - Fixed wind and tyre rolling noise
  1074. - Fixed doppler effect for rev limiter and horn
  1075. - Fixed FOV in mirrors, now editable in system/cfg/assetto_corsa.ini
  1076. - AI race starts greatly improved
  1077. - Fixed wrong shadow resolution when moving through F6 camera car cameras
  1078. - Fixed graphics not following dynamic track grip levels in Multiplayer
  1079. - Fixed "fast" height evaluation for validating setup ignoring tyre pressure
  1080. - FPS caps is now compatible with the new 1ms resolution timer
  1081. - Suicidal server admins are now a protected species and not allowed to kick themselves anymore
  1082. - Adjusted fuel consumption for most of the cars
  1083. - UI now understand fuel range relative to car and track and adjust maximum race lap count automatically for quick races and race weekends against the AI
  1084. - Added 4WD simulation in drivetrain.ini
  1085. - Added live axle suspension geometry
  1086. - [DATA] section in aero.ini is now obsolete and must be eliminated. HEADER=2 is mandatory if damage is used.
  1087. - AC now support multiple configurations on circuits
  1088. - A to B gameplay options for hillclimb tracks and specific circuits that support.
  1089. - Tyre pressures can now be shown in digital_instruments.ini
  1090. - Limited static weather situations can now be selected from the UI. Weather is also moddable.
  1091. - Time Attack now has a global multiplier that controls the amount of time available for the first checkpoint.
  1092. - Customizable TrackIR rotation range.
  1093. - Chat window now supports full Unicode charset
  1094.  
  1095. 1.0.4
  1096. - Fixed some stuttering
  1097.  
  1098. 1.0.3
  1099. - Switched to a different timer to avoid time drift with software overclock caused by Windows or Motherboard drivers bugs
  1100.  
  1101. 1.0.2
  1102. - Fixed wrong impact speed calculation for car to car contact resulting in too much damage
  1103. - Fixed possible wrong grain calculations when tyre has no load
  1104. - Fixed car bottom not colliding with road
  1105. - Fixed bottom collision box for Mercedes SLS GT3, Lotus Evora GX and GTC, Ferrari 312T, Pagani Huayra
  1106. - Fixed wrong camber for remote cars on multiplayer
  1107.  
  1108. 1.0.1
  1109. - Ruf CTR Yellowbird added
  1110. - Added /client_list and /kick_id server admin commands to ban drivers with international character names
  1111. - Fixed caret bliking period for text input boxes
  1112. - Disabled OculusVR demo mode
  1113. - Now blurred wheel objects work properly on car lods
  1114. - Added support for brake lights dimmed when car lights is on
  1115. - Server now correctly answer to launcher in LAN mode
  1116.  
  1117. 1.0
  1118. - AI now brakes better in the pitlane
  1119. - Fixed problems with remote car colliders not properly turned off when disconnected
  1120. - Fixed DRS triggered from wheels
  1121. - More robust session status sync between server and clients
  1122. - Improved feedback to the kicked or disconnected user
  1123. - Improved car height calculation for a more uniform setup validation
  1124. - New Alfa Romeo Giuletta Q.V. 2014 Launch Edition
  1125. - Eliminated FFB vibration at 30kmh
  1126. - Updated tyre model for all cars
  1127. - Corrected bug in F40 old and street tyres
  1128. - Modifications on Lotus 98T and F.Abarth Aero map
  1129. - Modifications in engine brake on some cars
  1130. - Improved post processing effects
  1131. S1-Dynamic
  1132. S1-Sport
  1133. S1-Movie
  1134. S2-Photographic
  1135. S2-Retro70s
  1136. S3-Vignette
  1137. - New post processing effects
  1138. S1-Evolution
  1139. S1-Expanded
  1140. S1-Filtered
  1141. S1-Soft
  1142. S2-B&W
  1143. S2-B&W - HI
  1144. S3-Sepia
  1145. - New and improved photomode feature. Photomode activates from the replay User Interface
  1146. - New carbonfibre shader for cockpits of: bmw z4 gt3, bmw m3 gt2, Ferrari f40, Ferrari 599xx, Ferrari 458 gt2, ktm xbow, lotus evora gtc, lotus evora gtx, mclaren mp4-12, mclaren mp4-12 gt3, p4/5, tatuus
  1147. - Dirt layer optimization
  1148. - New skins for some cars, more to follow
  1149. - Small bug and fixes on trento bondone, magione, Spa Francorchamps
  1150. - Fmod project updated: no critical changes, just check volumes and envelopment for each event and mixer groups
  1151. - New sounds for Lotus Type 49, Ferrari F40 and Ferrari 312T
  1152. - Audio latency level can now be set in the launcher: available options are Normal, Low and Very Low
  1153. - Fixed FMod bug in multiplayer mode causing FPS drops
  1154. - Fixed wind volume for both stereo and surround configurations (default value: 0.7)
  1155. - Fixed bodywork sound audible for some cars when standing still
  1156. - Improved exterior sounds spatialization for surround speakers configurations
  1157. - Improved and balanced gearshift, backfire and limiter sounds
  1158. - improved positional sound for surfaces
  1159. - Overall volume balance
  1160. - Other minor audio fixes and improvements
  1161. - Added cutscenes for some of the career series.
  1162. - Improved algorithm for AI level while racing should give closer racing
  1163. - Inverted steering wheels and negative camber corrected for multiplayer clients
  1164. - Multiplayer basic admin tools:
  1165. Added simple admin commands using the chat window. It is important to set the "ADMIN_PASSWORD" in the server_cfg.ini file, an empty ADMIN_PASSOWORD will disable admin commands.
  1166.  
  1167. /help: prints the list of the available commands
  1168. /admin: become administrator for the server. ex, if the password is "kunos" the command is "/admin kunos"
  1169. /next_session: moves to next session
  1170. /restart_session: restart the session
  1171. /kick: kick a user using the rules (blacklist etc) of the server. To kick a player named "The Player": /kick The Player
  1172.  
  1173. - GT2 and GT3 cars, F.Abarth, Exos and Exos S1, M3 E30 GrA and DTM have now the modified tyre model
  1174. - LaFerrari has modified active aero and tyre model
  1175. - BMW M3 E30 street car has modified tyres (all compounds) as an example of street tyres new model.
  1176. - GT2 and GT3 cars have now the "old" FFB gain settings in their physics. Obviously the min FFB slider still works on them too. Please try and report back
  1177. - Zonda R, Huayra, 599XX have now tyres that are more load sensitive and more speed sensitive. Laptimes should be slower. Please give feedback on driving feel. Keep in mind you're going to be slower, give it some time.
  1178. - Minimum FF force implemented. Can provoke STRONG vibrations in the center zone, use as low as possible!
  1179. - All cars have new FF gain values to eliminate FF clipping. You might need to raise your FF gain values on your configuration or add a bit of minimum. Advice 0.12 for logitech wheels, much lower for other wheels. Experiment and report on beta forums
  1180. - Difficulty level slider on career
  1181. - Much more laps possible on single player quick and weekend races when fuel consuption is off
  1182. - Added diffuser stall on low speed for tatuus formula Abarth.
  1183.  
  1184. 1.0.10 RC
  1185. - Fixed excessive logging coming from mods accessing textures
  1186. - Audio latency level can now be set in the launcher: available options are Normal, Low and Very Low
  1187. - fix for FPS drops in multiplayer due to audio
  1188. - Fmod project updated: no critical changes, just check volumes and envelopment for each event and mixer groups
  1189. - fixed wind volume for both stereo and surround configurations (default value: 0.7)
  1190. - improved positional sound for surfaces
  1191. - overall volume balance
  1192.  
  1193. 1.0.9 RC
  1194. - Correction of  Lotus Exos 125 and Exos 125 S1 drivetrain bugs with differential at 90% and automatic clutch
  1195. - Fmod: update SDK project and pipeline document - MODDERS, UPDATE YOUR WORK PLEASE!
  1196. - improved distance attenuation for opponents
  1197. - fixed skid volume
  1198.  
  1199. 1.0.8 RC
  1200. - Audio hotfix
  1201. - Fixed career intro issue
  1202.  
  1203. 1.0.7 RC
  1204. - Updated FMOD project (SDK\Audio folder)
  1205. - Fixed Fmod error handle caused huge log file (and stuttering in some cases)
  1206. - Improved overall volume balance
  1207. - Fixed opponents volume and attenuation during gameplay. Situational awareness much improved
  1208. - Optimized average number of channels used in FMod with many opponents
  1209. - Balance adjustments on BMW Z4 GT3 performance
  1210. - Balance adjustments on Ferrari 458 GT2, Mercedes SLS GT3 and Formula Abarth fuel consumption
  1211. - Mercedes SLS GT3 Traction Control and ABS levels corrections
  1212.  
  1213. 1.0.6 RC
  1214. - Launcher default theme: fix for opponent skin selection method
  1215. - Launcher default theme: fix for special event opponent level
  1216. - updated FMod project for modders (in SDK\Audio folder). Please use Fmod 1.05.03 - pipeline still WIP
  1217. - exposed MAX_CHANNELS parameter in assetto_corsa.ini. Lower to 32 ONLY IF you experience stuttering/missing audio during gameplay
  1218. - fixed missing backfires for some cars
  1219. - optimized FMod thread occupancy
  1220. - Lotus 98T qualifying turbo and engine rev damage balancing
  1221.  
  1222. 1.0.5 RC
  1223. - fixed acServerLaunchers not serializing Tyre Blankets option
  1224. - Fixed "Force On" ABS and TC settings not working as expected
  1225. - (WAITING FOR CONFIRMED FIX) Fixed AIM telemetry not loading
  1226. - Fixed server not sending the right JSON and not showing up properly in LAN
  1227. - Fixed some problems with showroom rendering
  1228. - Time Attack : time stops while in pause
  1229. - Fixed engine sound missing when session starts (camera rotates around the car)
  1230.  
  1231. 1.0.4 RC
  1232. - Fixed server not properly freeing slots leading to many "no slot available" messages
  1233. - known issue: engine sound missing when session starts (camera rotates around the car)
  1234. - fixed interior engine sound went muffled in the previous update
  1235. - fixed digital clicks coming from AI during fast coast/load transitions
  1236. - fixed sound clipping (tuned compressor when many cars are involved)
  1237. - fixed opponents distance attenuation
  1238. - fixed positional sounds for skids
  1239. - improved overall volume balance
  1240. - fixed some bodywork samples playing when still
  1241. - fixed some sample loops
  1242. - improved engine spatial position depending of real car engine position
  1243. - improved LaFerrari low freq for interior sounds
  1244.  
  1245. 1.0.3 RC
  1246. - Triple screen rendering fixes
  1247. - Launcher default theme: server listing behavior change on server selection
  1248. - Launcher default theme: list now scrolls to selected server when server name clicked in detail panel
  1249. - updated Fmod 1.05.03 (some volume / fading sound issues may occur. Feedback is appreciated)
  1250. - fixed audio.ini missing opponents volume value
  1251. - fixed opponents volume and attenuation
  1252. - reworked distance attenuation management
  1253. - tweaked exterior reverb
  1254. - fixed wind volume curve
  1255. - fixed interior sounds spatial position (for surround configurations)
  1256. - fixed exterior sounds envelopment
  1257. - fixed surfaces sounds envelopment
  1258. - tweaked overall throttle crossfading
  1259. - fixed SLS idle sound and some crossfades
  1260. - overall volume balancing
  1261.  
  1262. 1.0.2 RC
  1263. - Corrected KTM X BOW factory ABS setting to non enabled.
  1264. - Corrected fuel tank placement for Alfa Romeo Giulietta Q.V. 2013
  1265. - Corrected setup options for Alfa Romeo Giulietta Q.V. 2013
  1266. - Corrected Gearbox ratios for Alfa Romeo Giulietta Q.V. 2013
  1267. - Corrected flames position for Mercedes SLS AMG GT3
  1268.  
  1269. 1.0.1 RC
  1270. - Fixed Oculus IPD reading
  1271. - Fixed missing grinding sound for Evora S and its variants
  1272. - Improved 458 GT2 exterior sound on high rpms
  1273. - Tweaked attack and release times for some sound events
  1274. - Disabled track-related reverb zones causing audio downmixing and panning issues
  1275.  
  1276. 0.22.24beta
  1277. - Fixed 458 coast sound around 3k rpm
  1278. - More balanced interior volumes
  1279. - Tweaked track reverb zones for all tracks
  1280. - Balanced tractioncontrol_ext, backfire_ext and limiter volumes and distance attenuation
  1281. - Tuned compressor in order to prevent clipping with many cars and external views
  1282. - Lowered Alfa Romeo Giulietta QV and KTM exterior volume
  1283.  
  1284. 0.22.23beta
  1285. - Fixed Shelby Cobra natural rpm reference for some samples
  1286. - Overall volume balancing (exteriors are now louder)
  1287. - Overall interior balancing (thanks for testers report)
  1288.  
  1289. 0.22.22beta
  1290. - Deprecated files removed from sfx folders
  1291. - Added track reverb zones
  1292. - Balanced volume and distance attenuation for extra sounds (TC, skid, gearshift and so on)
  1293. - Fixed Traction Control always engaged in particular conditions
  1294. - TC and ABS factory settings now work properly
  1295. - Blistering generates slight vibrations on steering wheel
  1296.  
  1297. 0.22.21beta
  1298. - New BMW Z4 GT3 exterior sound
  1299. - Tuned Ferrari 458 GT2 exterior sound
  1300. - Overall volume balancing
  1301. - Tuned distance filter and attenuation for exterior sounds
  1302. - Balanced performances for GT2 cars
  1303. - Engine damage implemented for all cars
  1304. - Lotus 49, Lotus 98T, Ferrari 312T have lower default rev limiters. Can go over 100% but damage may occur on higher revs
  1305. - Improvements on digital instruments cockpits for various cars
  1306.  
  1307. 0.22.20beta
  1308. - added sounds for pitstop
  1309. - added sounds for tyre puncture
  1310. - added track reverb on modern Monza
  1311. - added different sounds for car to car, car to objects and car to track collisions
  1312. - fixed limiter/TC sound clicks
  1313. - overall volume balancing in order to prevent sounds compression (volume fluctuations)
  1314.  
  1315. 0.22.19beta
  1316. - improvements on automatic gearbox on various cars
  1317. - more balancing on GT2 and GT3 cars
  1318. - various updates on tracks
  1319. - Built with FMod 1.05.02 (known issue - traction control and rev limiter events sound weird)
  1320. - New 458GT2 interior sound set
  1321. - Overall interior samples volume correction and balance
  1322. - Overall exterior samples volume correction
  1323. - Tuned wind and tyre rolling volumes and curves
  1324. - Tuned kerb pitch and volume according with speed
  1325. - Tuned ambience(crowd) volume
  1326. - Tuned interior and exterior gearshift sounds
  1327.  
  1328.  
  1329. 0.22.18beta
  1330. - Steer animations for Ferrari 458 S3
  1331. - small fix on the front Pagani Zonda R tyres
  1332. - Aero map changes for GT3 and GT2 cars. (balancing performances)
  1333. - LOD4 for most of the cars
  1334. - LaFerrari final(?) physics
  1335.  
  1336. 0.22.17beta
  1337. - modifications on driver position for F458 GT2, LaFerrari, Mercedes SLS GT3
  1338. - drivetrain damage for cars with H shifter gearboxes.
  1339. - suspension damage for all cars. to balance and verify
  1340. - changes to aeromaps for GT2 and GT3 cars.
  1341. - adjusted graining effects on exos, exos s1, f.abarth
  1342. - traction control sound now works for all cars
  1343. - fixed horn sound distance (where available)
  1344. - fixed open/close doors sound
  1345.  
  1346.  
  1347. 0.22.16beta
  1348. - BMW M3 E92 , S1 , Drift wheels and rims 3D pivots modification (check replays if they appear ok)
  1349. - BMW Z4, S1, Drift wheels and rims 3D pivots modification (check replays if they appear ok)
  1350. - Adjusted graining values for Lotus Exos and Exos S1 tyres
  1351. - Added tyre blankets under realism tab. The setting is global for all cars and pre heats tyres at 80 C
  1352.  
  1353.  
  1354. 0.22.15beta
  1355. - Aero damage for F312T, L98T, Exos, Exos S1, Tatuus F.Abarth
  1356. - Pit stop fixes & improvements
  1357. - Built with FMOD
  1358.  
  1359. 0.22.14beta
  1360. - Linear Career now available. Go to Options/General and enable Linear Career from UI modules
  1361. - Lotus Evora GTE Carbon
  1362. - Lotus Exige S
  1363. - Mercedes SLS AMG GT3
  1364. - Ferrari 458 GT2
  1365. - Ferrari LaFerrari
  1366. - Spa Francorchamps
  1367. - Silverstone National
  1368. - visual damages enabled
  1369. - New effects enabled, heat shimmering, god rays etc. Fine tuning will follow in the next updates
  1370. - new drivers
  1371. - fmod sound engine active for most original cars
  1372. - BMW Z4 GT3 aero balancing, rear wings stalls more on low values
  1373. - KTM blistering/graining bug corrected
  1374.  
  1375.  
  1376. 0.22.13beta
  1377. - Steam Workshop manager added to sdk folder
  1378.  
  1379. 0.22.12beta
  1380. - New TCP/UDP server
  1381.  
  1382. 0.22.11beta
  1383. - All tyres have graining and blistering enabled
  1384. - All tyres have rim radius
  1385.  
  1386. 0.22.10
  1387. - Improved motion blur
  1388. - Fixed multiplayer endrace with pause menu on
  1389. - General improvements
  1390. - Fixed editor animation export
  1391.  
  1392. 0.22.9
  1393. - Allow the user to disable Python support changing ENABLE_PYTHON inside gameplay.ini
  1394.  
  1395. 0.22.8
  1396. - Changed Vertex and Index Buffer handling
  1397.  
  1398. 0.22.7
  1399. - Pause on/off is now in sync with physics thread
  1400.  
  1401. 0.22.6
  1402. - Small fixes on graphics init
  1403.  
  1404. 0.22.5
  1405. - Tune default Post Processing effect (fixes dark screen on default Post Processing settings)
  1406.  
  1407. 0.22.4
  1408. - SHARED MEMORY LAYOUT IS CHANGED!!! UPDATE YOUR SOFTWARE
  1409. - Default setup for GT3/GT2 cars are now a bit higher to avoid invalid setup. By rules, such cars must not go under 60mm ride height.
  1410.  
  1411. 0.22.3
  1412. - Fixed Nurb. Sprint track map
  1413.  
  1414. 0.22.2
  1415. - Race Rules are checked each time the user presses the button
  1416. - Fuel changes trigger Race Rules checking
  1417. - Slightly modified P4/5 Competizione default ride height
  1418.  
  1419. 0.22.1
  1420. - Assetto Corsa does not crash on missing files and errors (enabled mods with errors again)
  1421. - Correction on alignment values on Mercedes SLS AMG setup screen
  1422. - Corrected Monza ideal line
  1423.  
  1424. 0.22
  1425. - In-game apps must now be enabled in the game's launcher under Options > General
  1426. - Added new car Mercedes SLS
  1427. - Added new track Nurburgring Sprint
  1428. - Tyre model modifications, more direct and "alive" FFB on all cars. We advice less FF "effects"
  1429. - AI modifications for Mercedes SLS AMG & McLaren MP4 12C street
  1430. - fixed drag race
  1431. - all cars with H pattern manual gearbox, when used with paddles, can now enable autocut-off autoblip assist properly. The timings are slower than what you can achieve with an H shifter hardware.
  1432. - Fixed multiplayer leaderboard logic
  1433. - Fixeg bugs in multiplayer GUI
  1434. - Overlay leaderboard implemented (Press F9 to cycle between 4 different modes)
  1435. - Fixed horn & lights in multiplayer
  1436. - Graphics & CPU Performance improvements
  1437. - Multiplayer Blacklist system improved
  1438. - Intro video at first launch, possible to disable it from options
  1439. - Replay Size reduced
  1440. - Replay frame interpolation improved
  1441. - Time Attack : fixed crash when trying to load open tracks & lap estimation formula improved
  1442. - Setup Force Feedback setting page improved
  1443. - ksEditor : notify when skinned mesh is imported with a wrong scale
  1444. - ksEditor : fixed IN/OUT camera normalized start-end position not rendering on spline during camera editing
  1445. - Fixed small random flashes during gameplay
  1446. - Added dedicated leaderboard APP
  1447. - Updated TAB key ingame leaderboard with a new look and functions
  1448. - Skidmarks start shape fixed and rendering is now faster
  1449. - Python apps can be enabled / disabled from the launcher
  1450. - Fixed bug "return to pits and lap counting in some special cases"
  1451. - Added Python camera control
  1452. - Fixed tyres jittering at low speeds
  1453. - Fixed missing wheels when AI car brake its engine and goes to pits
  1454. - Physics related rules : now cars must respect their defined set of rules in order to run on the track
  1455. - Track cameras now place the car in the middle of the screen
  1456. - Post Process App selector : fixed loading of default ppEffects.ini
  1457. - AI improvements
  1458. - Improved Drag AI
  1459. - Skidmarks are now disabled when setting World Detail to minimum
  1460. - Dynamic track randomness now less pronounced
  1461.  
  1462. 0.21.13
  1463. - Fixed Drag Race init
  1464.  
  1465. 0.21.12
  1466. - Python :: exposed getCarsCount(), getCarLeaderboardPosition( carIndex ) , getCarRealTimeLeaderboardPosition( carIndex )
  1467. - Now fonts are read locally and not inside system folder
  1468.  
  1469. 0.21.11
  1470. - Graphics performance improvements
  1471. - Fixed PP FXAA
  1472. - Improvements on Font management
  1473. - Linux server in server folder
  1474.  
  1475. 0.21.10
  1476. - GUI fixes
  1477. - Replay now records the sun position
  1478. - Fixed replay and Esc Menu interactions
  1479.  
  1480. 0.21.9
  1481. - Fixed skidmarks not visible in 0.21.8
  1482. - Implemented GPU profiler with new PP engine
  1483.  
  1484. 0.21.8
  1485. - RaceControl Leaderboard Fixes
  1486. - Mirror Aspect Ratio Fixed
  1487. - General fixes on  multiplayer GUI
  1488. - White border on skidmarks fixed
  1489. - Size of the sun reduced
  1490. - Reduced noise for analogic input
  1491. - Driver's name is printed higher respect to the center of the car
  1492.  
  1493. 0.21.7
  1494. - Launcher: control configuration device acquisition exception handling
  1495. - Launcher default theme: minor cosmetic changes to labels
  1496.  
  1497. 0.21.6
  1498. - New Race Control
  1499. - Server is now in control of fuel rate
  1500. - Server is now in control of tyre rate
  1501. - Server is now in control of damage level
  1502. - AI does not flatshift cars with no autocutoff anymore
  1503. - Added "transfer" grip from session to session
  1504. - AI cars now try to park on the side if they have a broken engine
  1505.  
  1506. 0.21.5
  1507. - Launcher: control configuration now includes assignment option for the newly implemented handbrake as axis (note: mutually exclusive with the button assignment)
  1508.  
  1509. 0.21.4
  1510. - Improved communication with X360 GamePad
  1511. - Added password support for pickup servers
  1512. - Improved Server Configurator
  1513. - Server will now stop with an error if a booking session is added in pickup mode
  1514. - Server will now stop with an error if cars in the entry list do not match the legal car entries in the server_cfg
  1515. - Server will now stop with an error if multiple tracks are selected in pickup mode (unsupported feature)
  1516. - Server will now correctly report to race lobby about the available seats in pickup mode
  1517.  
  1518. 0.21.3
  1519. - Launcher default theme: adjustments to multiplayer session info/request buttons
  1520.  
  1521. 0.21.2
  1522. - Adjusted Traction Control assist on Lotus 98T
  1523. - Added app "post process filter" to switch between different Post Processing effects combinations
  1524. - Adjusted Lotus Evora S side windows
  1525.  
  1526. 0.21.1
  1527. - Lotus 98T ride height adjustments added
  1528. - Launcher default theme: adjustments to car listing of non-booking servers
  1529.  
  1530. 0.21
  1531. - Multiplayer Improvements : New server version available
  1532. - Multiplayer Gameplay improvements
  1533. - New Post Processing Effects engine implemented
  1534. - Implemented booking-less server joining
  1535. - Physical Dynamic track implemented
  1536. - Aerodynamic slipstream on multiplayer
  1537. - Shader fixes and improvements
  1538. - Time Attack fixed start with too much time
  1539. - Fixed AI starting at the same time in qualify
  1540. - AI improvements, better gas control and understeer detection
  1541. - New Car : Lotus 98T
  1542. - lotus elise sc, exige 240R, scura, exige s roadster speedometers corrections
  1543. - changes in speedometers visualization depending on UI options and car design
  1544. - Tyre damping modifications for all cars
  1545. - Ideal Line improvements
  1546. - Improved Python Apps error handling on loading
  1547. - Dynamic wing controller now use setup value as initial angle value.
  1548. - Localization fixes
  1549. - Time Difference displayer improved
  1550. - Fixed camera triple screen & driver names
  1551. - Fixes in Replay for cars with animated suspensions
  1552. - Fixed "You have been sent to pits" issue
  1553. - GUI forms default position not overlapping with system messages anymore & GUI Improvements
  1554. - Showroom updated with the latest graphic engine improvements
  1555. - ksEditor updated with the latest graphic engine improvements
  1556. - Per-Car New setup option to customize Force Feedback
  1557. - Disabled AI in multiplayer events
  1558. - Replay size reduced by half
  1559. - Fixed crew placement in multiplayer events
  1560. - Virtual mirror remembers its last state & virtual mirror improvements on triple screen cfg
  1561. - Fixed mirror rendering bug
  1562. - Adjustable brake balance while driving, for cars that support the feature
  1563. - Adjustable brake balance in the physics brakes.ini file
  1564. - Brake balance working with all the control configurations
  1565. - Fixed wrong time reported after Booking
  1566.  
  1567. 0.20.6
  1568. - Launcher: Added KERS, DRS to control configuration screen.
  1569. - Launcher: Window now scales based on DPI of active monitor.
  1570. - Launcher default theme: Car & track listings now always default to the page containing the player's selection.
  1571. - Launcher default theme: Custom grids are now sortable via mouse drag'n'drop.
  1572.  
  1573. 0.20.5
  1574. - TEMPLATE_CAR_demo_V1.fbx now included in sdk/dev/car-pipeline-v1.03 . Template will be updated again next week with better example
  1575. - McLaren MP4 12C GT3 corrected RPM leds in cockpit
  1576. - Comments for obsolete section in physics files.
  1577.  
  1578. 0.20.4
  1579. - Launcher: further stability fixes for triple-screen setups
  1580. - Launcher: launcher render size limit slider (useful for triple-screen setups) in Options > General
  1581.  
  1582. 0.20.3
  1583. - Launcher: stability fixes for triple-screen setups.
  1584.  
  1585. 0.20.2
  1586. - Fixed wings animations in replay
  1587. - Frequencies and damping ratio work for front monoshock
  1588. - Dynamic wing controller now uses setup value as initial angle value
  1589. - Shaders normal map improvements
  1590. - KS Suspension editor. A simple editor for your suspension.ini file that gives some additional data
  1591. - KS Gear Ratio editor. A simple editor that creates gear ratios from cogs
  1592.  
  1593. 0.20.1
  1594. - Launcher: optimizations for ultra high resolution and triple screen setups
  1595. - Launcher: GPU memory usage limit
  1596. - Fixed no collisions in multiplayer
  1597.  
  1598. 0.20
  1599. - New setting enables forms to overlap ingame
  1600. - Fix to some cars in showroom
  1601. - Fixed debug apps
  1602. - Improved log messages for easier debug
  1603. - Improvements in skybox rendering inside the cubemap
  1604. - Addedd penalty in time attack for going too slow
  1605. - Fixed Time Attack spawn position in some track
  1606. - Added Formula K car with open physics as a template car for modders (found inside folder sdk/dev)
  1607. - Added open tyre physics files from all AC cars (found inside folder sdk/dev/tyres_ac) as examples
  1608. - BMW Z4 GT3 performance balance (slightly faster)
  1609. - Corrected non working mirrors on Lotus Exige 240r
  1610. - Corrected non working mirrors on Lotus Exige S Roadster
  1611. - Corrected disappearing cockpit on M3 E92
  1612. - Corrected wrong proportions on Ferrari 458 mirrors
  1613. - Corrected internal glasses on lotus GTC and GX
  1614. - Fixed Python lap count
  1615. - Increased Setup bar animation speed
  1616. - Fixed error for laptimes > 99:59:999
  1617. - New Shared Memory Layout (update your application!) example on http://www.assettocorsa.net/forum/index.php?threads/shared-memory-reference.3352/
  1618. - Fixed non-ascii symbols on Setup Tab
  1619. - Fixed time left showed in Basic App during practice solo session
  1620.  
  1621. 0.15.3
  1622. - Launcher now operates in single process mode
  1623. - Launcher: full software-only rendering mode added
  1624. - Launcher: further refinements for the steam overlay integration (requires GPU accelerated mode)
  1625. - Default launcher theme: errors while loading cars and tracks will not result in a failed load attempt, instead a list of problematic content will be displayed
  1626.  
  1627. 0.15.2
  1628. - Fixed acServer Linux builds
  1629.  
  1630. 0.15.1
  1631. - Fixed showroom crash
  1632. - Launcher: fixes for certain situations that could cause a crash on startup
  1633. - Launcher: error trapping for the control configuration dialog
  1634. - Default launcher theme: restored the upgrade icon in summary
  1635.  
  1636. 0.15
  1637. - Editor released and available as a tool for everyone
  1638. - acServer bugfixing
  1639. - Physics & time-related fixes
  1640. - Fixed AI setup loading
  1641. - Setup Debug follows the currently focused car
  1642.  
  1643. 0.10.4
  1644. - Launcher: changes for better Steam overlay integration
  1645. - Launcher: fixes for certain situations that could cause a crash on exit.
  1646.  
  1647. 0.10.3
  1648. - Fix for certain condition that causes the launcher to hang on theme load.
  1649.  
  1650. 0.10.2
  1651. - Added Python example for Ingame chat
  1652.  
  1653. 0.10.1
  1654. - Default launcher theme: Fix for the missing track selection images
  1655. - Default launcher theme: Fix for potential results module initialization error
  1656.  
  1657. 0.10
  1658. - SERVER UPDATED : using a new protocol, please update your servers
  1659. - Chat anti-flood
  1660. - Anti-cheating system implemented
  1661. - Kick user, Restart session, Skip session voting system implemented
  1662. - Chat python functions exposed
  1663. - Multiplayer Collisions improvements
  1664. - Some CPU performance improvements
  1665. - UI improvements
  1666. - Race control panel in pits menu
  1667. - AI Fixes
  1668. - Added "display recently joined servers" filter to server list
  1669. - Default launcher theme: extra sanitization for URI-unfriendly characters in content folder paths
  1670.  
  1671. 0.9.13
  1672. - Fixed issue that prevented the refresh & ping buttons from being re-enabled.
  1673. - Added a fallback server in case main lobby server is inaccessible to client.
  1674. - Default launcher theme: yet another attempt at fixing the car modal overlay not displaying properly on very high resolution monitors.
  1675. - Server message overlays will now close when clicked.
  1676.  
  1677. 0.9.12
  1678. - Even longer timeout value for retrieving the server list
  1679. - Added detailed logging for connection problems to the lobby server
  1680.  
  1681. 0.9.11
  1682. -  Default launcher theme: fixed the opponent selection being inactive which was introduced in an earlier update
  1683. -  Default launcher theme: potential fix for the car modal overlay not displaying properly on very high resolution monitors.
  1684.  
  1685. 0.9.10
  1686. - Fixes and optimizations for the server list interface
  1687. - Fix for an issue preventing the control configuration wizard from starting in some configs
  1688.  
  1689. 0.9.9
  1690. - CPU performance enhancements on loading
  1691.  
  1692. 0.9.8
  1693. - Fixed restart in single player races
  1694.  
  1695. 0.9.7
  1696. - Fixed ingame GUI keyboard
  1697. - Improved multiplayer collisions
  1698. - Fixed AI Race fuel evaluation
  1699.  
  1700. 0.9.6
  1701. - Fixed cockpit camera movement in instant replays
  1702. - Fixed drag racing AI
  1703.  
  1704. 0.9.5
  1705. - Server list now warns you for servers that are configured for a client number that exceeds the pitboxes of a given track
  1706.  
  1707. 0.9.4
  1708. - Fixed single session race start in pits
  1709.  
  1710. 0.9.3
  1711. - Launcher multiplayer screen: even higher leniency towards timeouts
  1712.  
  1713. 0.9.2
  1714. - Launcher: less intensive pinging
  1715. - Launcher: higher timeout threshold when loading server list
  1716.  
  1717. 0.9.1
  1718. - Launcher filter options added
  1719.  
  1720. 0.9
  1721. - Multiplayer public release
  1722.  
  1723. 0.8.18
  1724. - Multiplayer join/rejoin fixes
  1725.  
  1726. 0.8.17
  1727. - Multiplayer added guards on enter
  1728.  
  1729. 0.8.16
  1730. - Multiplayer removed threads in UDPCommunication client side
  1731.  
  1732. 0.8.15
  1733. - Multiplayer added more debug info
  1734.  
  1735. 0.8.14
  1736. - Better on enter handle
  1737.  
  1738. 0.8.13
  1739. - Fixed Manual Shifter on start
  1740.  
  1741. 0.8.12
  1742. - Multiplayer on online session start fixes
  1743.  
  1744. 0.8.11
  1745. - Multiplayer bug fixes & endrace
  1746.  
  1747. 0.8.10
  1748. - New Mp debug info
  1749.  
  1750. 0.8.9
  1751. - Multiplayer fixes
  1752.  
  1753. 0.8.8
  1754. - Multiplayer
  1755.  
  1756. 0.8.7
  1757. - Fixed Race weekend output
  1758. - Improved AI
  1759. - Improved AI Fuel evaluation
  1760. - Fixed FF vibration with stationary car (Mclaren GT3)
  1761. - Graphics optimizations
  1762.  
  1763. 0.8.6
  1764. - Default launcher theme: fixed lap number for special events not updating
  1765. - Default launcher theme: various UI element placement adjustments
  1766.  
  1767. 0.8.5
  1768. - Race Weekend
  1769. - AI improvements
  1770. - Fuel lap prediction
  1771. - Improved mouse with ingame gui
  1772. - Gui fixes and improvements
  1773. - Animations on secondary elements of the track
  1774. - Enable/disable keyboard commands with wheel or gamepad
  1775. - Skybox graphical improvements
  1776. - Tweaked kerbs volume
  1777. - Lotus Evora GTC
  1778. - Lotus Evora GX
  1779. - Default launcher theme: opponent name (pseudo)randomized if not available in ui_skin.json or already in grid
  1780.  
  1781. 0.8.4
  1782. - Default launcher theme: split display settings to tabs
  1783. - Default launcher theme: enabled race weekend
  1784. - Default launcher theme: fuel consumption setting determines maximum race laps
  1785.  
  1786. 0.8.3
  1787. - Default launcher theme: previously set number of laps are restored after the game is relaunched
  1788. - Launcher: stricter user folder .ini file reformatting and clean up on init
  1789. - KTM X-Bow: tweaked extra sounds (tyre squeal, wind, turbo)
  1790.  
  1791. 0.8.2
  1792. - Default launcher theme: results screen will not automatically display if no laps were outputed by the sim
  1793. - Default launcher theme: starting position display for special event quickraces updated in summary
  1794. - Controls configuration: allow sharing of buttons between sequential gears and h-shifter in manual assignment
  1795. - Clouds culling improved
  1796.  
  1797. 0.8.1
  1798. - Minor launcher X360 controller options fixed
  1799. - Oculus rift Skybox fixed
  1800.  
  1801. 0.8
  1802. - Lotus Exige 240
  1803. - Ferrari 312T F1
  1804. - Revised AI behavior
  1805. - Collisions performance improvements
  1806. - New sky box with clouds
  1807. - Fixed gui issue with spinner
  1808. - Improved x360 controller support at low speed
  1809. - Fixed gearshift sound on BMW M3 e92 Drift
  1810. - Improved rearview mirrors & added more rendering options in the launcher
  1811. - Default launcher theme: opponent skins are randomized from all available skins
  1812. - Default launcher theme: opponent setups are now set on a per-track basis
  1813. - Launcher: control configuration's Xbox360 section revised
  1814. - Fixed end race chart display bug
  1815.  
  1816. 0.7.8
  1817. - Default launcher theme: Fixed an issue with assist level naming defaulting to "custom"
  1818. - Default launcher theme: Added option for toggling the setting of assists based on controller settings
  1819. - Default launcher theme: Added the option to clear the car preview cache and reload the UI
  1820.  
  1821. 0.7.7
  1822. - Fixed Drag race starting issue
  1823. - Added debouncing MS delay for paddle shifter
  1824. - Added custom starting position
  1825.  
  1826. 0.7.6
  1827. - Further reductions to the launcher's physical RAM usage while the simulator is active.
  1828. - Huayra steering wheel lock to lock modification
  1829. - Huayra collision boxes adjustments
  1830. - Updates and fixes on new skins of BMW 1M S3 and BMW M3 E30 Drift
  1831. - Huayra fixed rims orientation
  1832. - Collision fixes
  1833. - End race report fixes
  1834.  
  1835. 0.7.5
  1836. - Pagani Huayra new car (turbo related sounds still wip)
  1837. - TC now does not engadge until a car specific speed when launching from stand still
  1838. - Aero fixes for Lotus Exos T125, corrects nose up excessive top speed
  1839. - Option for player selective collisions. A small workaround until we properly fix the AI. Collisions only occur around a small distance from the player. All other cars do not collide, limiting CPU occupation
  1840. - Fixed replay audio bug
  1841. - Fixed GUI on some apps
  1842. - Fixed race output
  1843. - New APP :: Track Description
  1844. - New APP :: Real Time X360 car controls debug
  1845. - Damage OFF option
  1846. - Fixed some glitches in mirror rendering
  1847. - Improved CPU performance on Monza
  1848. - Reduced launcher RAM and VRAM consumption while the simulator is active.
  1849. - Added French translation.
  1850. - Collision fixes at Monza and Silverstone gp
  1851. - Physical mesh at Silverstone gp more detailed.
  1852. - Fixed Concrete size at S-Schumacher, Nurburgring GP
  1853. - The launcher now keeps a rotating backup store of the local database (found in Documents\Assetto Corsa\launcherdata\backups)
  1854.  
  1855. 0.7.2
  1856. - Default Exos setup now has maximum fuel for longer AI races.
  1857. - Some minor improvements in Lotus Exos AI
  1858. - Improvements on Nurburgring GP AI line for all cars
  1859. - Lotus Exos 125 hand gearshift animations
  1860. - Traction Control steps for Lotus Exos 125
  1861. - Improved downshift revs matching
  1862. - Fixed setup differential step on Lotus Exos 125
  1863. - Slight modifications on the range of the Lotus Exos 125' rebound dampers
  1864. - Default launcher theme: Fixed an issue with personal best times not being saved under certain conditions
  1865. - Default launcher theme: Control post-configuration check for required assists (e.g. activate autoclutch when no clutch assigned, etc)
  1866. - Added rotation limit option for in-game steering wheel.
  1867.  
  1868. 0.7.1
  1869. - Minor launcher theme tweaks (text positioning in results panel).
  1870. - Fixed an issue with axis & button assignments for control configuration.
  1871.  
  1872. 0.7
  1873. - New car Lotus Exos 125
  1874. - New upgrade Lotus Exos 125 S1
  1875. - New track Nurburgring GP
  1876. - Less noisy bodywork sound for GT cars
  1877. - Fixed hotlap penalties always on
  1878. - Friends Leaderboard :: filters lap for hotlap mode
  1879. - Some performance improvements
  1880. - Replay size reduced by 25%
  1881. - Gui now restoring hidden apps on exit
  1882. - Fixed Gui issues on apps
  1883. - Fixed smoke issues on replay
  1884. - Tuned low-level settings for smoke
  1885. - Fixed time attack start
  1886. - Some texture update for Autodromo di Monza
  1887. - Anticipated pit limiter when entering pitlane for Silverstone and Silverstone International race circuits
  1888. - "New" badge in UI cars thumbnails
  1889. - New "special tags" filtering. When you select a player car, the AI opponents selection is now suggesting similar cars. You can of course dismiss the special tag and choose more
  1890. - New "add visible" and "clear grid" buttons in custom opponents panel UI
  1891. - Launcher theme optimizations.
  1892. - Personal best lap is now recorded if penalties are off - steam achievements and online leaderboard times are not.
  1893.  
  1894. 0.6.6
  1895. - Fixed old replays engine sound
  1896. - Launcher :: fixed small issues
  1897. - Audio : fixed low volume in a file
  1898.  
  1899. 0.6.5
  1900. - Oculus Rift improvements
  1901. - High fov on single screen (>80 degrees) rendering fix
  1902. - Car physics & apps  fixes
  1903. - Balanced opponents volume
  1904. - Some ranking fixes
  1905. - fixed closing AC while a replay was playing after a race
  1906. - Replay performance improvements
  1907. - Fixed real time position on restart
  1908. - Best lap is kept when restarting session
  1909. - Fixed look back on replay
  1910. - Engine smoke when damaged
  1911. - Engine damage (not balanced yet)
  1912. - McLaren MP4-12C GT3
  1913. - Upgrade BMW 1M Stage 3
  1914. - Upgrade Lotus Evora Stage 2
  1915. - Ferrari 599XX Aero center of pressure adjusted
  1916. - Ferrari 599XX improved cockpit view and adjusted bonnet cam
  1917. - Small aero improvements on BMW Z4 GT3, M3 GT2 and P4/5 Competizione
  1918. - New overboost function BMW Z4 Drift (keys 1-0 for 10% to 100% turbo boost. 80% default)
  1919. - Engine damage when turbo overboost is over 80% on cars that support it
  1920. - Engine damage from overreving the enging (i.e. downshifts)
  1921. - Steam friends leaderboard & Friends Leaderboard app for hotlap, drift & time attack
  1922.  
  1923.  
  1924. 0.6.2
  1925. - Improved collisions detection & AI response
  1926. - Cpu warning is the same for all the languages
  1927. - Fixed somke on replay exit
  1928. - Drift mode :: minimum bonus seconds
  1929. - Difference displayer now display the difference on total time
  1930. - some gui fix
  1931.  
  1932. 0.6.1
  1933. - Look back fixed for some cars
  1934. - Removed time parameter in replay.ini
  1935. - No more need to attach race.ini or race_out.json since they are printed in log
  1936. - Improved collisions with ground
  1937. - Small optimizations in collision boxes on some cars
  1938. - LOD fixes for Ferrari F40 to improve framerates
  1939.  
  1940. 0.6
  1941. - All cars AI enabled
  1942. - All tracks AI enabled
  1943. - Improvements on track AI lines
  1944. - UI quickraces enabled
  1945. - Added theme module management interface (see Options/General)
  1946. - Fixed position indicator changing in proximity to the finish line
  1947. - First lap time in races starts when the starting lights are off
  1948. - On screen time difference : (On/Off switch)
  1949. - mesh collider system and terrain collision boxes
  1950. - Reworked collision stiffness
  1951. - Penalty system On/Off switch
  1952. - Hide steer option
  1953. - Smoke rendering in mirrors improved (also On/Off switch)
  1954. - Look back buttons implemented
  1955. - fixed some gui issues in endrace mode
  1956. - Winning an achievement in special events unlocks the lower achievements
  1957. - Fixed ambience sound volume
  1958. - Improved positional audio for opponents when driving in cockpit or F1 cameras
  1959. - Fixed opponents overall engine volume
  1960. - Fixed distance scale volume for opponents engines and related extra sounds (skids, backfires etc...)
  1961. - Fixed backfires exterior volume
  1962. - Maximum exterior engine volume is 1.0 to prevent sample clipping and/or distorsion
  1963. - Lotus Evora GTE physics bug fixes and updates
  1964. - KTM X-Bow R aero modifications and setup fixes
  1965.  
  1966. 0.5.4
  1967. - Fixed BMW 1M setup 0 pressure values
  1968. - Added options for adjusting smoke rendering
  1969.  
  1970. 0.5.3
  1971. - Removed penalty system in race special events
  1972. - Fixed session over leaderboard
  1973. - Fixed session result post session
  1974. - Added more slipstream
  1975. - AI acts less superhuman after collisions
  1976. - Replay memory limit slider increased to 500mb
  1977. - Added missing skins for BMW M3 grA
  1978. - Modifications on collisions boxes of very low cars.
  1979.  
  1980. 0.5.2
  1981. - fixed opponents engine volume typo
  1982.  
  1983. 0.5.1
  1984. - opponents engine volume tuned
  1985. - fixed Golden Glory achievements
  1986. - fixed replay race loading
  1987.  
  1988. 0.5
  1989. - End Race simulation
  1990. - New Race special events
  1991. - Session Ranking app fixes
  1992. - Driver Names displayer
  1993. - Proximity Indicator & damage displayer follow GUI
  1994. - Small GUI fixes
  1995. - Special events have pre-determinate parameters such as Temperature
  1996. - Warning for high CPU occupancy
  1997. - Real time position
  1998. - Steam Achievement fixes
  1999. - fixed suspension animator in replay
  2000. - chase camera shake parameters exposed in launcher
  2001. - Modifications on tyre model combined forces grip. Tyres more sensitive in combined forces, cars more sensitive under braking and acceleration. Resulting in use of traction control more interesting even on racing cars
  2002. - Modifications on tyres heating modelling.
  2003. - BMW Z4 35is drift upgrade
  2004. - BMW M3 E30 group.A is now the early model with less power and no ABS plus chassis modifications and 5 speed gearbox
  2005. - BMW M3 E30 DTM version is now an upgrade to the early model and retains only the 6 speed gearboxes.
  2006. - BMW 1M series
  2007. - Lotus Evora GTE
  2008. - Modifications on Ferrari F40 suspension toe links
  2009. - Modifications on Tatuus FA01 aerodynamic drag.
  2010. - BMW Z4 35is toe fixes and tyre compound fixes
  2011. - Pagani Zonda R ABS levels
  2012. - Laptimes have now 1ms resolution
  2013. - Ferrari 599XX Evo default alignment setup modified to cure over-sensitive steering.
  2014.  
  2015. 0.4.2
  2016. - Control config: removed TAB key from exclusion list
  2017. - Control config: fixed an issue that prevented binding of secondary controls to certain keys
  2018.  
  2019. 0.4.1
  2020. - Fixed rear ARB setup screen for BMW M3 E30 Group A
  2021. - Modified FFB values for F40 (fixes steer oscillation on straight line)
  2022. - Fixed hotlap penalties
  2023. - Fixed steam interface interaction with mouse hiding
  2024. - Fixed Drag Race car moving ahead on restart
  2025. - Fixed crash after loading car for players with long nickNames
  2026.  
  2027. Early Access 0.4
  2028.  
  2029. - New car BMW M3 E30 Group A
  2030. - New car BMW Z4 GT3
  2031. - New car Ferrari 599XX Evoluzione
  2032. - New car Ferrari F40
  2033. - New track Autodromo di Monza
  2034. - New bonus track Drag race 1000m and 400m
  2035. - Upgrade Ferrari 458 S3
  2036. - Upgrade Ferrari F40 S3
  2037. - Modifications on fuel consume of cars with turbo engines
  2038. - Modifications on the engine rev limiter of BMW M3 E92 Drift
  2039. - Modifications on Tatuus FA01 setup packer range
  2040. - New Special Events Mode with medals and achievements implemented
  2041. - Shared memory struct updated
  2042. - Drag Race mode implemented
  2043. - Camera on board :: resets far plane
  2044. - Replay :: fixed leaderboard app in replay mode
  2045. - Fixed triple screen change gear animations going too fast
  2046. - Improved all change gear animations
  2047. - Screen capture (F8) allows to select screenshot between PNG,JPG,BMP
  2048. - Time Attack checkpoints hidden in replays
  2049. - Mouse steering implemented
  2050. - Fixed Triple Screen in Track cameras (F3)
  2051. - Fixed large replay loading
  2052. - Camera Random (F2) improvements
  2053. - Fixed Tyre Tester app in replay mode
  2054.  
  2055. 0.3.2
  2056.  
  2057. Early Access 0.3.2
  2058. - Fixed lingering launcher process under certain exiting conditions
  2059. - More descriptive launcher startup problem descriptions when setting up user folders
  2060. - Added a check for restoring fullscreen launcher windows on triple screen setups on session end
  2061.  
  2062. Early Access 0.3.1
  2063. - Fixed McLaren MP4-12C toe settings and values on setup screen
  2064. - Centered cockpit on McLaren MP4-12C
  2065. - Fixed McLaren MP4-12C RPM dial range of motion
  2066. - Fixed setup values errors in the Lotus 2-11
  2067. - Modifications on Abarth 500 front headlights
  2068. - Tweaked wind noise for open cars
  2069. - Throttle map modifications for all cars
  2070. - Corrected Lotus Exige Roadster Semiautomatic gearbox ratios
  2071. - More UI content translated in Russian
  2072. - Removed redundant messages from log to improve performances
  2073.  
  2074. Early Access 0.3
  2075.  
  2076. - Added McLaren Mp4 12c
  2077. - Added Lotus Exige S Roadster
  2078. - Added Lotus Evora S
  2079. - Added Abarth 500 SS Step1
  2080. - Added BMW M3 E30 Drift (engine swap)
  2081. - Added Lotus Elise SC Step1
  2082. - Added Lotus Elise SC Step2
  2083. - Fixed Setup bugs in P4/5 Competizione
  2084. - Adjusted setup values in Lotus 2-11
  2085. - Fixed single first click bug in setup sliders
  2086. - Adjusted engine brake in Abarth 500 SS
  2087. - Adjusted street and semislick tyres overheating grip
  2088. - BMW M3 E30 and E92 drift cars have now damper settings on their setup
  2089. - Added Silverstone GP track
  2090. - Added Vallelunga Club track
  2091. - Fixed broken right side on OculusVR
  2092. - Improved reflection shading
  2093. - Implemented save setup on exit
  2094. - Python now has its own log : py_log.txt
  2095. - Added saturation control
  2096. - In game telemetry :: fixed seconday bugs
  2097. - Python :: added isAcLive method to know if the simulation is active or not
  2098. - Fixed showroom triple screen central view bug
  2099. - X360 gamepad steer speed exposed
  2100. - Track cameras improved
  2101. - Drift mode :: fixed reverse gear drifting
  2102. - Replay length setting exposed
  2103. - Fixed circular replay
  2104. - Fixed backfire flames on non-hdr rendering
  2105. - New shared memory implementation 1.0 (Physics, Graphic thread and static info)
  2106. - Tyre wear rate is now honoring Realism settings
  2107. - Fuel consumption is now honoring Realism settings
  2108. - Improved BMW M3 e92 (all variants) interior and exterior sounds
  2109. - Added exterior gear shift sounds
  2110. - Tweaked tyre scrub pitch variation for some cars
  2111. - Added damper adjustments in Lotus 2-11 and Scura
  2112. - Adjusted engine brake in Lotus 4 cylinder engines
  2113. - Fixed bugs with Toe setup values in Tatuus FA01
  2114. - Added Chinese & Russian localizations ( Work in Progress )
  2115. - Added camera shake & g-force effect view options
  2116. - Added XBOX360 gamepad steering speed option
  2117. - Added new event hooks for loading external launcher modules (loadModules & beforeLoadModules)
  2118. - Fixed various minor layout problems in launcher default theme
  2119. - Fixed Drift mode end session
  2120. - Fixed unlockable achievements
  2121. - Fixed replay interface animation
  2122. - Fixed long output logs on system timer drift detection
  2123. - Fixed auto shifter (ctrl+g) for wheel [now requestedCarIndex is reset when shifter is not active]
  2124. - Fixed achievements on replay
  2125. - Fixed time attack penalty on restart
  2126.  
  2127. Early Access 0.2.1
  2128. - Fixed the PB grid being unresponsive
  2129. - Fixed the framerate limit slider not being polite to keyboard input
  2130. - Tweaked Pagani Zonda R interior engine volume on load
  2131. - Tweaked P4/5 Competizione bodywork volume and interior engine volume on load
  2132. - Added version display on launcher intro
  2133. - Added changelog display inside launcher (Options/General/View update log)
  2134. - Added more verbose logging for launcher thread activity
  2135. - Made modal dialog content scrollable
  2136.  
  2137. Early Access 0.2
  2138.  
  2139. - Achievement, stats fixed and updated, you can read them using SteamStatisticsReader
  2140. - Added Pagani Zonda R
  2141. - Added P4/5 Competizione Scuderia Cameron-Glickenhaus
  2142. - Added Lotus 2 Eleven
  2143. - Added Mugello Circuit
  2144. - Added Drift Track
  2145. - Added M3 E30 Step 1 upgrade
  2146. - Added M3 E92 Step 1 upgrade
  2147. - Added M3 E92 Drift upgrade
  2148. - Added Z4 35is Step 1 upgrade
  2149. - Updated M3 E30 power curve
  2150. - Updated tyre model for all cars
  2151. - Updated tyre wear for slicks tyres
  2152. - Updated Lotus 49 default setup to suit better monza 66 track
  2153. - Fixed TC not working after change of tyre compound
  2154. - Implemented non linear speedometer (BMW M3 E92)
  2155. - LOCALIZATION FILES NOW MUST BE encoded as [UTF-8 no BOM]
  2156. - acs.exe Localization now reads from INIReaderW, localization files updated
  2157. - problems related to windows user names with strange characters solved
  2158. - update showroom & showroom localization
  2159. - x360 rumble intensity multiplier
  2160. - new drift mode, it is based on score and time not laps
  2161. - sectors status in time transponder is reset after each lap
  2162. - Driver Eyes Positioner is Default app (localization added)
  2163. - Fixed replay loading with cars (wing problem)
  2164. - Fixed replay GUI (slider)
  2165. - Fixed turbo still producing boost even after fuel went zero
  2166. - Better engine coast at near minimum rpm, no need half gas to move the needle anymore
  2167. - Implemented "FF Enhancements"
  2168. - Improved AA algorithm selection
  2169. - New gamma curves for power and coast audio samples
  2170. - Reverb effect removed
  2171. - New default volumes preset
  2172. - Engine volume tweaked for all cars
  2173. - Backfire samples tweaked for all cars (that have them)
  2174. - Rumble strip, tyre rolling, tyre scrubs and wind samples tweaked
  2175. - BMW M3 e30 interior sounds improved
  2176. - BMW M3 e30 fixed missing gearshift sounds
  2177. - BMW M3 GT2 interior and exterior sounds improved
  2178. - Tatuus FA01 interior sounds improved
  2179. - KTM X-Bow interior sounds improved
  2180. - Ferrari 458 Italia overall engine pitch tweaked
  2181. - Lotus 49 interior sounds improved
  2182. - Lotus Elise SC and Scura engine and compressor volume levels tweaked
  2183. - Control presets support added in control config
  2184. - Launcher defaults to software rendering mode - option added for GPU acceleration
  2185. - Added localization for german and spanish languages
  2186. - Added extra options for control configuration of FFB, Xbox360 pads and keyboard
  2187. - Added support and UI selection for car upgrades
  2188. - Added selection for showrooms
  2189. - Added drift mode selection
  2190. - Added drift session results display
  2191. - Fix for possible crash in certain control configuration timing (device permissions revoked during control binding)
  2192. - Replay saving button will now work when returning from a session to a modal view of the session results.
  2193. - Exiting from scrollable content window will now center properly.
  2194. - Car info modal window scales for lower vertical resolution screens.
  2195. - PB grid now supports deleting entries and starts from a zoomed-out state.
  2196. - Added a zoom toggle button to the PB grid.
  2197. - Ghostcar toggling fixed.
  2198. - Warning for dual gpu users added when the launcher has been set to start with a discrete GPU.
  2199. - Stricter thread and file permission checking.
  2200. - Potential fix for flickering of modal windows in some setups.
  2201. - Potential fix for a startup deadlock situation.
  2202. - Game-related newsfeed now displays news items inside the launcher added an unread item notification.
  2203.  
  2204. Early Access 0.1.2 - update 1
  2205.  
  2206. - Added visual studio dll and pdb to override suspicious failing installs
  2207. - Tweaked default audio levels
  2208.  
  2209.  
  2210. Early Access 0.1.2
  2211.  
  2212. - Improved Force Feedback by removing redundant traffic
  2213. - Default FF rate is back to maximum
  2214. - Fixed autoclutch not fast enough to act as antistall when stopping the car in first gear
  2215. - Fixed problem when loading replays
  2216. - Added a change log :)
  2217.