Guest User

Untitled

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