Guest User

Iracing 2020 season 3 release notes

a guest
May 30th, 2020
4,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.40 KB | None | 0 0
  1. Alex Gustafson
  2. 5/30/2020 3:34 p.m.
  3. This season release includes SIX new vehicles, one re-scanned track, one updated track, tire sets, new tires for a variety of vehicles, new AI content, more cars utilizing the New Damage Model, New Damage Model multithreaded processing, XAudio2, and much more! Welcome to iRacing 2020 Season 3!
  4.  
  5.  
  6. Some highlights include:
  7. • BMW M4 GT4
  8. • Indy Pro 2000 PM-18
  9. • NASCAR Chevrolet Monte Carlo - 1987
  10. • NASCAR Ford Thunderbird - 1987
  11. • NASCAR Gander Outdoors Ford F150
  12. • USF 2000
  13. • Kentucky Speedway - re-built from new scan data!
  14. • Road America - updated
  15. • Limited Tire Sets
  16. • Quickie cautions, drive-through penalties, and more Race Control updates
  17. • Stockcars, trucks, and some road car tire updates
  18. • 7 more cars utilizing the New Damage Model
  19. • New Damage Model multithreaded processing
  20. • Auto-Exposure Camera System
  21. • XAudio2 API, an updated audio manager, has been integrated into iRacing
  22. • Much more!
  23.  
  24.  
  25. Full 2020 Season 3 Release details are below.
  26.  
  27.  
  28.  
  29. iRACING BETA UI - (04.02.01):
  30.  
  31.  
  32. Loading Screen
  33.  
  34. - A new loading screen, launched directly from the iRacing BETA UI, has been integrated!
  35.  
  36. - This new loading screen replaces the loading screen shown by the Simulator, and it displays some valuable information for you, including:
  37. - - The percentage of completion for loading.
  38. - - Detailed information on the track being loaded.
  39. - - Displays the other entries in the session.
  40. - - For online races, other registered Members are viewable and a projected Strength of Field is shown.
  41. - - For AI Races, the AI opponents are shown with their driver stats.
  42.  
  43. - Additionally, you may continue to use the iRacing BETA UI or your PC as you wait for the Simulator to load, while still being able to track the loading progress.
  44.  
  45. - This loading screen is only available when launching the Simulator from the iRacing BETA Interface.
  46. - - If desired, you can disable this new loading screen and utilize the Simulator's original loading screen by setting the "EnableHiddenLoadMode" value to 0, found under the "[Graphics DX11]" section of "App.ini" file.
  47.  
  48.  
  49. Store
  50.  
  51. - A new page has been added to the iRacing Store, Prices!
  52. - - The Prices page consolidates some aspects of the Store for an easy to browse list of all Cars and all Tracks. The list includes helpful basic information, such as the price, ownership status, number of track configurations, and a purchase button.
  53. - - Access the Prices page using a button found in the top-right corner of the Store page.
  54.  
  55.  
  56. User-Created Sessions
  57.  
  58. - When making a User-Created Session, options for the cars in the Session are now consolidated under a Car Options pop-out menu, found by clicking on the gear icon associated with each car.
  59. - - These options include weight penalty, fuel percentage, and tire sets.
  60.  
  61. - - Short Parade Laps are now available!
  62. - - This allows Race Sessions with a Rolling Start to have the initial "Parade Lap" (a Pace Lap/Laps behind the Pace Car) be a partial lap, as opposed to a complete lap.
  63. - - You may select this option during the Track Options step of the Create a Race process.
  64. - - - Currently, there is one track configuration that supports this option: Watkins Glen - Boot.
  65.  
  66.  
  67. Test Drive
  68.  
  69. - Fixed an issue where Test Drive was not functioning correctly when used from a Season page.
  70. - - You can now Test Drive using the same car, track, and conditions that are defined in the Season page.
  71.  
  72.  
  73. Paint Shop
  74.  
  75. - The iRacing Paint Shop may now be sponsored by real world organizations!
  76. - - The iRacing Paint Shop sponsor's logo appears at the top of the Paint Shop.
  77. - - The current iRacing Paint Shop sponsor is Summit Racing Equipment!
  78.  
  79.  
  80. Security
  81.  
  82. - Fixed an issue where users running ad-blockers at the network level were experiencing issues when clicking on the iRacing eSports Network on the Home page.
  83. - - This was happening as a result of Amazon's ad network being pulled in by the embedded Twitch feed.
  84.  
  85. - Links to external websites are defaulted to https if no protocol is provided.
  86.  
  87.  
  88. Accessibility
  89.  
  90. - Fixed an issue where launching the iRacing Simulator via the iRacing BETA UI was not supporting accessibility camera changes.
  91. - - These camera changes function in non-multiplayer Sessions to support our customers with accessibility difficulties.
  92.  
  93.  
  94. Miscellaneous
  95.  
  96. - Fixed an issue where the iRacing BETA UI would resize itself whenever the Simulator closed.
  97.  
  98.  
  99.  
  100. iRACING MEMBERSITE:
  101.  
  102. Website Data
  103.  
  104. - For those who scrape the iRacing Membersite website for data and are using the endpoint behind the "My Series Results" page (/memberstats/member/GetResults) we request that you switch to the new endpoint "/memberstats/member/SearchSeriesResults".
  105. - - Key differences for the new endpoint are that it has fewer filters and returns all results unordered rather than pages of ordered results making the query easier for our system and requiring fewer calls.
  106. - - Request parameters:
  107. - - - custid (Required): ID for the customer whose official series results will be pulled.
  108. - - - seriesid (Optional): ID of the series to limit results. Excluding pulls the customer's results for all series.
  109. - - - catid (Optional): The ID(s) of the categories to limit results. This parameter may be included zero or more times. Excluding pulls results for all categories. Acceptable values are '1' (Oval), '2' (Road), '3' (Dirt Oval), '4' (Dirt Road).
  110. - - - evttype (Optional): The type(s) of events to limit results. This parameter may be included zero or more times. Excluding pulls results for all event types. Acceptable values are '2' (Practice), '3' (Qualify), '4' (Time Trial), '5' (Race).
  111. - - - Either 'seasonyear' and 'seasonquarter' must be included, or 'starttime_low' and 'starttime_high'. Our recommended approach is to use 'seasonyear' and 'seasonquarter' for initial pull of a customer's data, then using 'starttime_low' and 'starttime_high' where 'starttime_low' is the start time from the last session pulled.
  112. - - - - seasonyear: The season year for which to limit results (e.g. 2020).
  113. - - - - seasonquarter: The season quarter for which to limit results (e.g. 3).
  114. - - - - OR
  115. - - - - starttime_low: Include in the results sessions which started after this date/time, in milliseconds since the epoch beginning midnight January 1, 1970 UTC.
  116. - - - - starttime_high: Include in the results sessions which started prior to this date/time, in milliseconds since the epoch beginning midnight January 1, 1970 UTC. May be no more than 90 days after starttime_low.
  117. - - Example pulling Oval and Road race results (note that this returns no results):
  118. - - - https://members.iracing.com/memberstats/member/SearchSeriesResults?custid=21139&catid=1&catid=2&evttype=5&seasonyear=2020&seasonquarter=3
  119.  
  120.  
  121.  
  122. SIMULATION:
  123.  
  124.  
  125. Race Servers
  126.  
  127. - Open Practice Sessions can now utilize Run-Groups.
  128. - - Previously, Open Practice Sessions were limited to having only as many drivers connected at once as the max field size specified by the Series. For popular Series with small max field sizes, this led to having dozens of Open Practice Sessions running during popular time slots. The display of all those Sessions was cumbersome, and made it overly difficult to directly register for an Open Practice.
  129. - - Open Practice Sessions can now utilize the Run-Groups capability that was only used previously during the Open Practice and Open Qualifying portions of Heat Racing events. Each Open Practice Session can now have as many full-field Run-Groups as will fit, plus a fractional "orphan" group that is no smaller than 8 cars, or half of the full-field size, whichever is greater.
  130. - - When an Open Practice Session is using Run-Groups, the Race Server will assign you to an open slot in a Run-Group when you connect. While on track, you will only be driving with the other cars that are in your Run-Group, and the @DRIVERS radio channel will only have the chatter of the drivers in your Run-Group.
  131. - - - Once you have connected to the Session, you may use the Entries page to switch to a different Run-Group, as long as it has an open slot. The Entries page shows what Run-Group each team is assigned to. Above this information, a user may use a dropdown menu to switch to a different Run-Group. This allows a user to join a friend in the Open Practice Session and be on the track together.
  132. - - - Please note that due to the rate at which the track surface changes for Dirt Racing, Open Practices at tracks with any racing dirt surfaces will not utilize Run-Groups.
  133.  
  134.  
  135. Dirt Oval Racing
  136.  
  137. - The average rate of water loss in prepared dirt surfaces has been reduced slightly.
  138.  
  139. - The overall starting Dynamic Track state for non-Heat Events has been made slightly fresher.
  140.  
  141.  
  142. Heat Racing
  143.  
  144. - Fixed an issue that would cause a driver that enters a Heat Racing Session during Open Qualifying to not be assigned to a Run-Group, thus preventing them from driving.
  145.  
  146.  
  147. AI Racing
  148.  
  149. - The following additional cars are now available for AI Racing:
  150. - - BMW M4 GT4
  151. - - Indy Pro 2000 PM-18
  152. - - SCCA Spec Racer Ford
  153. - - USF 2000
  154.  
  155. - The following additional track configurations are now available for AI Racing:
  156. - - Chicagoland Speedway
  157. - - Circuit de Spa-Francorchamps - Grand Prix Pits
  158. - - Dover International Speedway
  159. - - Homestead Miami Speedway - Oval
  160. - - Kentucky Speedway - Oval
  161. - - Tsukuba Circuit - 2000 - Full
  162. - - WeatherTech Raceway at Laguna Seca - Full
  163.  
  164. - You may now select to grid Multiclass Races by car class.
  165.  
  166. - You may now use customized fuel amounts.
  167.  
  168. - AI Drivers have completed training courses on the following topics:
  169. - - Understanding how their current car-type races on the current track-type.
  170. - - Tracking their own laps and race position.
  171. - - Passing procedures and etiquette.
  172. - - Drafting techniques and methods.
  173. - - Predicting goal speed calculations based on their current location on the track.
  174. - - Reacting and stabilizing when forced to switch their driving line.
  175. - - Making race adjustments in response to tire grip changes due to track rubber.
  176. - - Holding steady beyond the optimal slip angle.
  177. - - Managing brake locking and recovery.
  178. - - Assessing stationary and mobile track hazards.
  179. - - Moving the car off the track before parking after surviving big hits.
  180. - - Accelerating after the Pace Car has pulled off.
  181. - - Maintaining the correct lateral positioning when entering a pit stall.
  182. - - Reducing lateral errors during pit entry and exit.
  183. - - Achieving optimal speeds while exiting the pits during Practice Sessions.
  184. - - Completing cooldown laps.
  185. - - Executing a Lucky Dog on Ovals.
  186. - - Going three-wide.
  187.  
  188. - AI Drivers have received some additional training with the following vehicles:
  189. - - Audi RS 3 LMS
  190. - - NASCAR Cup Series Chevrolet Camaro ZL1
  191. - - NASCAR Cup Series Ford Mustang
  192. - - NASCAR Cup Series Toyota Camry
  193. - - Porsche 718 Cayman GT4 Clubsport MR
  194. - - Porsche 911 GT3 Cup (991)
  195.  
  196. - AI Vehicles have been enhanced with the following measures:
  197. - - Tire conditioning characteristics have been made more accurate over the course of a race.
  198. - - Tire degradation algorithms have been optimized.
  199. - - Tire parameters have been updated to better correlate with the player tires at intermediate ovals.
  200. - - Engine parameters have been adjusted to improve performance at short Ovals.
  201.  
  202.  
  203. Dynamic Track
  204.  
  205. - Fixed an issue where the Dynamic Track's cloud shadow information could become inaccurate with certain wind directions.
  206.  
  207.  
  208. Cautions
  209.  
  210. - Lapped cars are now allowed to pit with leaders at Superspeedways and long ovals to help reduce the length of a Caution.
  211. - - Now, a Caution at these tracks will always be 3 laps long, even if there are lapped cars.
  212. - - The tracks where this change is in place are as follows:
  213. - - - Auto Club Speedway - Oval
  214. - - - Autodromo Nazionale Monza - Oval - Right turning
  215. - - - Daytona International Speedway - Oval
  216. - - - Indianapolis Motor Speedway - Oval
  217. - - - Michigan International Speedway
  218. - - - Pocono Raceway
  219. - - - Talladega Superspeedway
  220.  
  221. - Fixed an issue where an additional Caution Lap could be added to a Caution period if the pace car is before the Start/Finish as the leader crosses the Start/Finish.
  222.  
  223. - Fixed an issue where a driver could get an early free pass wave around at some tracks, like Talladega Superspeedway.
  224. - - The Caution period now remains in formation until the pace car has fully completed it's first lap, not the moment it hits the Start/Finish line as it's leaving the pit lane.
  225.  
  226.  
  227. Do Not Count (DNC) Cautions
  228.  
  229. - Fixed an issue with DNC Cautions at tracks where the starting grid is on pit road, and the field is large.
  230.  
  231. - Fixed an issue that could cause some cars that pit during the Caution to lose a lap.
  232.  
  233.  
  234. Penalties
  235.  
  236. - Drive-Through Penalties are now in place!
  237. - - The Incident Count Black Flag penalty has been changed from a Stop-and-Go to a Drive-Through penalty.
  238. - - Drive-Through Penalties may also be applied manually by an Admin.
  239. - - - The admin command to issue a Drive-Through Penalty is done via the usual, "!black" command, but is appended with a "D" parameter.
  240. - - - - For example: "!black <drivernumber> D"
  241. - - To clear a Drive-Through Penalty, a driver must enter the pit lane under green track conditions with no other black flags, and pass through the whole pit lane without stopping in their pit stall. This action will clear the Drive-Through Penalty Black Flag as the driver passes the pit exit.
  242. - - A Drive-Through Penalty cannot be cleared if entering the pits while the track is under Caution, but if a Caution comes out while a driver is already in the pitlane trying to serve a Drive-Through Penalty, the penalty will still clear successfully.
  243. - - Getting a pit speed or other pit lane penalty while serving a Drive-Through Penalty will still clear the Drive-Through Penalty, but now the driver will have the extra penalties that were incurred during the process, and will need to clear those separately.
  244. - - If the driver has other penalties in addition to a Drive-Through Penalty, the Drive-Through Penalty cannot be cleared via driving through the pitlane. It adds to the other penalties with the usual 15 second increase per combined penalty and must now be cleared via the usual stop and hold.
  245.  
  246. - Calls to clear penalties should now respect invalid disqualifications to keep the penalty rules state consistent with black flag handling.
  247.  
  248.  
  249. Qualification Conduct Scrutiny
  250.  
  251. - The Qualification Conduct Scrutiny System has been updated to cause fewer false positive detections.
  252.  
  253.  
  254. Physics
  255.  
  256. - Side-drafting parameters have been improved.
  257.  
  258.  
  259. Tires
  260.  
  261. - Limited tire sets are now available in iRacing!
  262. - - There may now be a limit on the number of tire sets you may put onto your car during an event. Tires may be replaced on an individual or group basis; for example, replace left-front only, or replace left-side, or replace all four.
  263. - - Some Official Series will now utilize tire sets, thus limiting the number of tire sets you can use during an event.
  264. - - When creating a User-Created Session via the iRacing BETA UI, during the Car step, users may specify how many tire sets are available for use by each car during the event. You may select a value from 0, meaning no tire changes are allowed, to 250.
  265. - - - A Tire Set includes one new tire for each wheel.
  266.  
  267. - Tire parameters for Oval cars have been updated to a new archetype. This should improve racing for the following vehicles:
  268. - - ARCA Menards Chevrolet Impala
  269. - - NASCAR Cup Series Chevrolet Camaro ZL1
  270. - - NASCAR Cup Series Ford Mustang
  271. - - NASCAR Cup Series Toyota Camry
  272. - - NASCAR Gander Outdoors Chevrolet Silverado
  273. - - NASCAR Gander Outdoors Toyota Tundra
  274. - - NASCAR Xfinity Chevrolet Camaro
  275. - - NASCAR Xfinity Ford Mustang
  276. - - NASCAR Xfinity Toyota Supra
  277. - - [Legacy] NASCAR Cup Chevrolet Impala COT - 2009
  278. - - [Legacy] NASCAR Cup Chevrolet SS - 2013
  279. - - [Legacy] NASCAR Cup Ford Fusion - 2016
  280. - - [Legacy] NASCAR Nationwide Chevrolet Impala - 2012
  281. - - [Legacy] NASCAR Truck Chevrolet Silverado - 2008
  282. - - [Legacy] NASCAR Xfinity Chevrolet Camaro - 2014
  283. - - [Legacy] NASCAR Xfinity Ford Mustang - 2016
  284. - - [Legacy] NASCAR Xfinity Toyota Camry - 2015
  285.  
  286. - Tire parameters for a variety of Road cars have been updated to a new archetype. This should improve racing for the following vehicles:
  287. - - Aston Martin DBR9 GT1
  288. - - Audi 90 GTO
  289. - - Cadillac CTS-V Racecar
  290. - - Chevrolet Corvette C6.R GT1
  291. - - Ford GT
  292. - - Ford Mustang FR500S
  293. - - Nissan GTP ZXT
  294. - - Pontiac Solstice
  295. - - Radical SR8
  296. - - SCCA Spec Racer Ford
  297.  
  298. - The interactions between tires and rubber on the track surface has been improved.
  299.  
  300.  
  301. New Damage Model
  302.  
  303. - The following additional vehicles now utilize the New Damage Model:
  304. - - BMW M4 GT4
  305. - - Indy Pro 2000 PM-18
  306. - - NASCAR Cup Series Chevrolet Camaro ZL1
  307. - - NASCAR Cup Series Ford Mustang
  308. - - NASCAR Cup Series Toyota Camry
  309. - - Porsche 911 GT3 Cup (991)
  310. - - USF 2000
  311.  
  312. - Processing times for collision and physics have been improved on multi-core CPUs.
  313. - - This fixes problems experienced on multi-core systems where previously the C-bar could overflow, causing the Simulation to fall behind.
  314. - - Heavy loads during large wrecks and when multiple cars have severe damage should see significant improvement.
  315. - - By default, the system will utilize half of the available logical processors (4 on a Quad-Core system with hyper-threading).
  316. - - Users can change the number of processors by adjusting the "num_processors_to_use_for_new_damage" value, found in the "[Tasks]" section of the "core.ini" file.
  317. - - - Values between 2 and 8 can be set to find what works best for your system.
  318. - - - A value of 0 restores the default behavior.
  319. - - - A value of 1 disables multithreaded processing.
  320.  
  321. - Yield limits have been added for all physics objects to improve behavior during heavy impacts.
  322. - - Cars that were previously too stiff should now behave more realistically.
  323. - - Cones and car parts should behave more realistically when crushed.
  324.  
  325. - Rolling drag and contact friction improved.
  326. - - This should fix detached wheels perpetually spinning and some other unusual behavior.
  327.  
  328. - Wheel tether improvements.
  329. - - Limits to tether motion have been implemented and adjusted per car to improve their behavior.
  330.  
  331. - Improved issues where cars could hop while in a pit stall.
  332. - - Resetting suspension previously caused cars to hop when entering the pit stall.
  333. - - Resetting is now only performed when hyper-extended suspension is detected.
  334. - - These changes should improve cases where cars were launching into space due to a bad reset.
  335.  
  336.  
  337. Pit Stop
  338.  
  339. - Fixed an issue that could cause a "meatball" black flag for required repairs to not be cleared if the driver that brought the damaged car into the pits got out of the car, or performed a driver swap, before those required repairs were completed.
  340.  
  341.  
  342. Dynamic Level of Detail System
  343.  
  344. - A variety of vehicles have had their Level of Detail (LOD) settings adjusted for improved performance using the Dynamic Level of Detail System. These vehicles include:
  345. - - Aston Martin DBR9 GT1
  346. - - Audi 90 GTO
  347. - - Audi R8 LMS
  348. - - Audi RS 3 LMS
  349. - - BMW Z4 GT3
  350. - - Dirt Late Model (ALL)
  351. - - Dirt Legends Ford '34 Coupe
  352. - - Dirt Midget
  353. - - Dirt Sprint Car (ALL)
  354. - - Dirt Street Stock
  355. - - Dirt UMP Modified
  356. - - Ford Fiesta RS WRC
  357. - - Global Mazda MX-5 Cup
  358. - - Legends Ford '34 Coup
  359. - - McLaren MP4-12C GT3
  360. - - Mercedes-AMG GT3
  361. - - Nissan GTP ZXT
  362. - - Street Stock
  363. - - Subaru WRX STI
  364. - - Super Late Model
  365. - - VW Beetle
  366.  
  367.  
  368. Graphics
  369.  
  370. - Improved the lighting of the world, especially in overcast and cloudy conditions.
  371.  
  372. - Adjusted the ambient levels in the global lighting, shadows are often darker now.
  373.  
  374. - Adjusted haze levels, and adjusted the lighting of haze in cloud shadows.
  375.  
  376. - Fixed the environmental reflections when using VR in single pass stereo (SPS) mode.
  377. - - Previously, they were not rendering in stereo properly and were reflecting to a single spot between the eyes.
  378.  
  379. - Fixed an issue where the player's car received cloud shadows from the wrong location in the world, only when driving.
  380.  
  381.  
  382. Auto-Exposure Camera System
  383.  
  384. - Cameras now automatically fine tune their exposure based on the image they are capturing.
  385. - - This system is only available when HDR is enabled in the Graphics Options Menu. It may be disabled by using SDR, or by altering the "AutoExposure" setting in "RendererDX11.ini" file.
  386. - - There are two exposure modes, "Center" and "Normal." Cockpit, Gyro, and Roll-bar cameras all use Center mode, they attempt to look outside of the cockpit by analyzing a fairly wide area near the upper-middle of the screen. Other cameras, including TV and chase cameras, use Normal mode and analyze the entire screen. For three screen configurations, these modes only consider the middle screen.
  387. - - All cameras, even when auto-exposure is disabled, now support a manual exposure adjustment, this slider is accessible in the camera editor.
  388. - - - To access the camera editor, press CTRL + F12 when viewing a Replay. This can be useful to fine tune the camera exposure for a screen shot or video capture, or just to set some cameras differently than others.
  389. - - An overall brightness and gamma adjustment setting across all cameras is available in the Graphics Options Menu.
  390.  
  391.  
  392. Visual Effects
  393.  
  394. - A realistic camera shake effect will now be visible when viewing the roaring action from static and mounted cameras.
  395.  
  396. - Fixed an issue where flags waving in strong winds in certain directions could disappear.
  397. - - The wind has returned all stolen flags.
  398.  
  399.  
  400. XAudio2
  401.  
  402. - The XAudio2 sound system is now available for use with iRacing!
  403. - - XAudio2 is a much more modern sound system than the older DirectSound technology we have been using, which dates from the '90s. It provides much more audio flexibility, better system compatibility, and has more features and effects that we will be working to include over time. Initially, it allows us to use higher bit-rate mixing for cleaner, clearer sounds, and the surround sound audio positioning is much improved.
  404.  
  405. - With the addition of XAudio2, you may now select for your audio device to utilize either DirectSound or XAudio2.
  406. - - You can select which system to use from the Sound tab of the Simulator Options menu.
  407. - - Each of your available audio devices is listed in the dropdown menu, each paired with either DirectSound of XAudio2 for you to select from.
  408. - - DirectSound is currently the default.
  409.  
  410.  
  411. Sounds
  412.  
  413. - All vehicle tire sound levels have been improved.
  414.  
  415.  
  416. Spotter
  417.  
  418. - The Spotter is now more aware of multi-class racing, and should give you a bit more positive encouragement.
  419. - - These changes will affect the following spotter messages: SPCC_GREATJOB, SPCC_NEXTTIME, SPCC_UWONMAYBE, SPCC_UWON, SPCC_KEEPUP, SPCC_DIG, SPCC_POSFT, SPCC_POSFT2, SPCC_POSFT3, SPCC_LAPDWN, SPCC_IN1ST...SPCC_BKIN5TH, SPCC_TOP10, SPCC_TOP20, SPCC_GOODJOB
  420.  
  421. - Renzo's Italian spotter pack has been updated with Qualification Conduct Scrutiny messages.
  422.  
  423. - A variety of new audio samples have been added for Marco Arcidiacono's Italian spotter pack.
  424.  
  425. - Fixed an issue where the audio for a Joker Lap spotter message was not triggering correctly.
  426.  
  427.  
  428. Paint Shop
  429.  
  430. - A new sponsor, Summit Racing, has been added!
  431.  
  432. - A new sponsor, Track Racer, has been added!
  433.  
  434. - The Logitech sponsor logo has been updated.
  435.  
  436.  
  437. Race Radio
  438.  
  439. - The @DRIVERS and @CLUB radio channels are now included in the scanner for Crew/Spotters.
  440.  
  441. - An On/Off toggle option for the Race Radio's scripting system has been added to the Sound section of the Options screen.
  442.  
  443. - Fixed an issue where Spectators were unable to hear drivers talking on the @DRIVERS radio channel.
  444. - - Spectators can now hear the radio chatter of all the drivers that are in the same run-group as the car they are watching.
  445.  
  446.  
  447. Admin Commands
  448.  
  449. - A new Admin command has been added that will display all drivers and teams that have been disqualified, and the reason for their disqualification, "!showdqs".
  450. - - Additionally, the admin command may be appended with " [<driver-name-or-car-number>]" to only show one specific driver or car.
  451.  
  452. - A new Admin command, "!clearall" has been added to clear all pending black flags, disqualifications, and end of line penalties for the entire field at once.
  453.  
  454. - When black flags are enabled, Admins are now able to fully disqualify a driver or team even if they are already serving a different disqualification black flag, such as a disqualification only from the Qualifying Session.
  455.  
  456. - A new error message has been added for when an Admin attempts to disqualify a driver or team during a Session where black flags are disabled.
  457.  
  458. - Fixed an issue where the admin command to clear a disqualification was not working correctly for some black flags.
  459.  
  460.  
  461. Telemetry
  462.  
  463. - New live telemetry values have been added that report on the pace status and positions for all cars in a race. These values are as follows: PaceMode, CarIdxPaceLine, CarIdxPaceRow, and CarIdxPaceFlags.
  464.  
  465. - Buffering of .ibt telemetry files has been increased.
  466. - - Now it will take several minutes for the files to write to disk, unless you exit your vehicle. Exiting the car or quitting the Simulator will cause the .ibt file to flush immediately to disk.
  467.  
  468.  
  469.  
  470. CARS:
  471.  
  472. ARCA Menards Chevrolet Impala
  473.  
  474. - Tire parameters have been updated!
  475.  
  476. - For the New Damage Model, the scrape states have been tuned, so scrape damage should be more realistic.
  477.  
  478. - Season setups have been updated.
  479.  
  480.  
  481. Aston Martin DBR9 GT1
  482.  
  483. - Tire parameters have been updated!
  484.  
  485. - 2020 Season 3 Balance of Power Adjustment: Aerodynamic downforce has been increased slightly, and aerodynamic drag has been reduced slightly.
  486.  
  487. - Minimum allowable ride heights have been reduced.
  488.  
  489. - For the New Damage Model, some parameters have been adjusted, including:
  490. - - Yield limits.
  491. - - Chassis.
  492. - - Colliders.
  493. - - Wheels.
  494. - - Suspension.
  495.  
  496. - Season setups have been updated.
  497.  
  498.  
  499. Audi 90 GTO
  500.  
  501. - Tire parameters have been updated!
  502.  
  503. - Fixed an issue where drivers were incorrectly able to run some odd and some even clutch plates, depending on the direction of adjustment. Now, drivers may correctly only run an even number of clutch plates for the rear differential.
  504.  
  505. - Audio levels have been improved for engine, backfire and gear shift sounds.
  506.  
  507. - Baseline setup has been updated.
  508.  
  509.  
  510. Audi R18
  511.  
  512. - A glass panel has been placed over the digital display.
  513.  
  514.  
  515. Audi R8 LMS
  516.  
  517. - A variety of vehicle sounds have been improved, including:
  518. - - Engine sounds.
  519. - - Brake sounds.
  520. - - Startup sounds.
  521. - - Transmission whine sounds.
  522.  
  523.  
  524. Audi RS 3 LMS
  525.  
  526. - Some vehicle parameters have been adjusted, including:
  527. - - Drive line losses.
  528. - - Aerodynamic drag.
  529. - - Tire compound.
  530.  
  531. - For the New Damage Model, some parameters have been adjusted, including:
  532. - - Stability of detached tires.
  533. - - Yield limits.
  534. - - Colliders.
  535. - - Wheels.
  536. - - Mounts.
  537. - - Suspension.
  538. - - Bumper and trunk.
  539. - - Scrape vulnerability.
  540.  
  541. - Some pit objects have been updated.
  542.  
  543. - Vehicle branding has been updated.
  544.  
  545.  
  546. BMW M4 GT4
  547.  
  548. - NEW CAR!
  549. - - The BMW M4 GT4 is now available for purchase in the iRacing Store!
  550. - - - BMW's customer sports car offering, the M4 GT4, didn't take very long to make an impression on the world of racing at large. In its debut season of 2018, it was named "Race Car of the Year" at the Professional MotorSport World Expo Awards, and backed up the honor the next year with GT4 titles in Blancpain GT World Challenge Asia and the 24H SERIES, plus a Team title in ADAC GT4 Germany. Get behind the wheel of this sporty and responsive GT4 car and find out what all the buzz is about firsthand.
  551. - - Add the BMW M4 GT4 to your iRacing garage by purchasing it here: LINK
  552.  
  553.  
  554. BMW Z4 GT3
  555.  
  556. - Transmission whine sounds have been improved.
  557.  
  558.  
  559. Cadillac CTS-V Racecar
  560.  
  561. - Tire parameters have been updated!
  562.  
  563. - Season setups have been updated.
  564.  
  565.  
  566. Chevrolet Corvette C6.R GT1
  567.  
  568. - Tire parameters have been updated!
  569.  
  570. - 2020 Season 3 Balance of Power Adjustment: Aerodynamic drag has been reduced slightly.
  571.  
  572. - Minimum allowable ride heights have been reduced.
  573.  
  574. - For the New Damage Model, some parameters have been adjusted, including:
  575. - - Yield limits.
  576. - - Colliders.
  577. - - Wheels and tethers.
  578. - - Suspension.
  579. - - Scrape damage vulnerability.
  580.  
  581. - Season setups have been updated.
  582.  
  583.  
  584. Dallara F3
  585.  
  586. - For the New Damage Model, some parameters have been adjusted, including:
  587. - - Yield limits.
  588. - - Break limits.
  589. - - Colliders.
  590. - - Body panels.
  591. - - Connection points and mounts.
  592. - - Wheels and tethers.
  593. - - Suspension.
  594. - - Detached car part physics.
  595.  
  596.  
  597. Dallara IR18
  598.  
  599. - A variety of vehicle parameters have been adjusted, including:
  600. - - Speed calculations for each gear have been improved.
  601. - - Shifting force has been increased.
  602. - - A stationary Neutral and 1st gear rev limiter has been added.
  603. - - Slip stream adjusted at high speeds
  604.  
  605. - Push-2-Pass is now disabled while in Reverse.
  606.  
  607. - Fixed an issue where the display glass was floating.
  608.  
  609.  
  610. Dirt Late Model
  611.  
  612. - (ALL) - Vehicle parameters have been adjusted slightly to improve performance while driving in the slick for setups with the nose down and the tail up.
  613.  
  614.  
  615. Dirt Sprint Car
  616.  
  617. - (ALL) - Opponent car handling has been improved.
  618.  
  619. - (305) - A Fanatec logo has been added to this vehicle.
  620.  
  621.  
  622. Ferrari 488 GT3
  623.  
  624. - In-car engine and transmission sounds have been improved.
  625.  
  626.  
  627. Ferrari 488 GTE
  628.  
  629. - 2020 Season 3 Balance of Power Adjustment: Minimum weight has been reduced by 5 kg.
  630.  
  631. - Engine and transmission sounds have been improved.
  632.  
  633.  
  634. Ford GT
  635.  
  636. - Tire parameters have been updated!
  637.  
  638. - For the New Damage Model, some parameters have been adjusted, including:
  639. - - Yield limits.
  640. - - Colliders.
  641. - - Wheels and tethers.
  642. - - Suspension.
  643. - - Body panels.
  644. - - Front bumper to prevent bottoming.
  645. - - Scrape damage vulnerability.
  646.  
  647. - Season setups have been updated.
  648.  
  649.  
  650. Ford Mustang FR500S
  651.  
  652. - Tire parameters have been updated!
  653.  
  654. - Maximum allowable brake force has been increased.
  655.  
  656. - Season setups have been updated.
  657.  
  658.  
  659. Formula Renault 2.0
  660.  
  661. - Brake bias may now be adjusted in-car even when using fixed setups.
  662.  
  663.  
  664. HPD ARX-01c
  665.  
  666. - A glass panel has been placed over the digital display.
  667.  
  668.  
  669. Indy Pro 2000 PM-18
  670.  
  671. - NEW CAR!
  672. - - The Indy Pro 2000 PM-18 is now available for purchase in the iRacing Store!
  673. - - - The Tatuus PM-18 is the official car of the Indy Pro 2000 Series, the second step on the Road to Indy ladder. Introduced in 2018, the new car set 10 separate track records in its second season, and will remain a staple of the championship through at least 2024-making it a defining car in the career path of future Indianapolis 500 champions. Sharing a common chassis with other levels of the Road to Indy, the car features certain areas that can be upgraded as drivers progress through the ranks, providing a massive cost savings for teams and allowing drivers to get intimately familiar with the nuances of open-wheel racing without having to repeatedly adapt to totally different machinery.
  674. - - Anyone who purchased the car formerly know as the Pro Mazda in the past 24 months has been automatically granted ownership of this car for FREE!
  675. - - Add the Indy Pro 2000 PM-18 to your iRacing garage by purchasing it here: LINK
  676.  
  677. - The New Damage Model is enabled for this vehicle!
  678.  
  679.  
  680. NASCAR Chevrolet Monte Carlo - 1987
  681.  
  682. - NEW CAR!
  683. - - The NASCAR Chevrolet Monte Carlo - 1987 is now available for purchase in the iRacing Store!
  684. - - - The iconic partnership between driver Dale Earnhardt and team owner Richard Childress came to define the NASCAR Cup Series for nearly two decades, with Earnhardt winning six of his seven championships in the RCR stable. After winning their first title together in 1986, Earnhardt returned with a vengeance in 1987, winning the championship by nearly 500 points after throttling the field with 11 victories and adding a win in the All-Star Race with the fabled "Pass in the Grass." Take to the track with one of Earnhardt's most dominant racecars of all time and see if you've got some of "The Intimidator" in you.
  685. - - Add the NASCAR Chevrolet Monte Carlo - 1987 to your iRacing garage by purchasing it here: LINK
  686.  
  687.  
  688. NASCAR Cup Series Chevrolet Camaro ZL1
  689.  
  690. - Tire parameters have been updated!
  691.  
  692. - The New Damage Model has been enabled for this vehicle!
  693.  
  694. - Aero grills have been removed from car artwork used at restrictor plate tracks to match recent NASCAR rule change.
  695.  
  696. - For Super Speedway tracks, engine power and drag are now scaled down - per NASCAR.
  697.  
  698. - Opponent vehicle parameters have been adjusted to better align with those of the player car.
  699.  
  700. - Season setups have been updated.
  701.  
  702.  
  703. NASCAR Cup Series Ford Mustang
  704.  
  705. - Tire parameters have been updated!
  706.  
  707. - The New Damage Model has been enabled for this vehicle!
  708.  
  709. - Aero grills have been removed from car artwork used at restrictor plate tracks to match recent NASCAR rule change.
  710.  
  711. - For Super Speedway tracks, engine power and drag are now scaled down - per NASCAR.
  712.  
  713. - Opponent vehicle parameters have been adjusted to better align with those of the player car.
  714.  
  715. - Season setups have been updated.
  716.  
  717.  
  718. NASCAR Cup Series Toyota Camry
  719.  
  720. - Tire parameters have been updated!
  721.  
  722. - The New Damage Model has been enabled for this vehicle!
  723.  
  724. - Aero grills have been removed from car artwork used at restrictor plate tracks to match recent NASCAR rule change.
  725.  
  726. - For Super Speedway tracks, engine power and drag are now scaled down - per NASCAR.
  727.  
  728. - Opponent vehicle parameters have been adjusted to better align with those of the player car.
  729.  
  730. - Season setups have been updated.
  731.  
  732.  
  733. NASCAR Ford Thunderbird - 1987
  734.  
  735. - NEW CAR!
  736. - - The NASCAR Ford Thunderbird - 1987 is now available for purchase in the iRacing Store!
  737. - - - Prior to the advent of restrictor plate racing, Bill Elliott's Ford Thunderbird, with engines built by his brother Ernie, hit speeds that no other NASCAR Cup Series car could touch at super-speedways. After breaking the 210 mph average speed barrier at Daytona in 1987, Elliott followed it up with a lap of 212.809 mph at Talladega later that year, before safety concerns forced NASCAR to slow down the cars. Get behind the wheel of the fastest car in the history of NASCAR, as Elliott's iconic Melling Racing car has been painstakingly recreated for use in iRacing. Competition History: Fastest qualifier for the 1987 Winston 500, Talladega, Alabama, at 212.809 mph. This remains NASCAR's fastest official lap ever. Winner, 1987 Talladega 500, Talladega, Alabama.
  738. - - Add the NASCAR Ford Thunderbird - 1987 to your iRacing garage by purchasing it here: LINK
  739.  
  740.  
  741. NASCAR Gander Outdoors Chevrolet Silverado
  742.  
  743. - Tire parameters have been updated!
  744.  
  745. - On-board engine audio has been improved.
  746.  
  747. - New backfire sounds have been added.
  748.  
  749. - Season setups have been updated.
  750.  
  751.  
  752. NASCAR Gander Outdoors Ford F150
  753.  
  754. - NEW CAR!
  755. - - The NASCAR Gander Outdoors Ford F150 is now available for purchase in the iRacing Store!
  756. - - - Why race pick-up trucks? For starters, they're arguably the most popular automotive vehicle in America, with upwards of 2 million new pickups sold every year in the United States. And they're a blast to race, particularly the trucks of the NASCAR Gander Outdoors Truck Series. With 650 horsepower pushing their 3450 pounds around super speedways, ovals, short tracks and the occasional road course, NASCAR's trucks are fun to watch and challenging to drive. Back in 1994, the very first exhibition race in the history of NASCAR SuperTruck Series competition was won by PJ Jones driving a Ford F150. More than 25 years onward, the F150 remains a staple of NASCAR's truck competition, scoring its first title with Greg Biffle in 2000 and powering Matt Crafton to the Blue Oval's most recent championship in 2019. Multiple teams now campaign the F150 in the real-world NASCAR Gander RV & Outdoors Truck Series, now's your chance to join them on iRacing.
  757. - - Add the NASCAR Gander Outdoors Ford F150 to your iRacing garage by purchasing it here: LINK!
  758.  
  759.  
  760. NASCAR Gander Outdoors Toyota Tundra
  761.  
  762. - Tire parameters have been updated!
  763.  
  764. - On-board engine audio has been improved.
  765.  
  766. - New backfire sounds have been added.
  767.  
  768. - Season setups have been updated.
  769.  
  770.  
  771. NASCAR Xfinity Chevrolet Camaro
  772.  
  773. - Tire parameters have been updated!
  774.  
  775.  
  776. NASCAR Xfinity Ford Mustang
  777.  
  778. - Tire parameters have been updated!
  779.  
  780.  
  781. NASCAR Xfinity Toyota Supra
  782.  
  783. - Tire parameters have been updated!
  784.  
  785.  
  786. Nissan GTP ZXT
  787.  
  788. - Tire parameters have been update!
  789.  
  790. - Season setups have been updated.
  791.  
  792.  
  793. Mercedes-AMG GT3
  794.  
  795. - Transmission whine sounds have been improved.
  796.  
  797.  
  798. Pontiac Solstice
  799.  
  800. - Tire parameters have been updated!
  801.  
  802. - Baseline setup has been updated.
  803.  
  804.  
  805. Porsche 718 Cayman GT4 Clubsport MR
  806.  
  807. - Several vehicle parameters have been adjusted, including:
  808. - - Driveline losses.
  809. - - Tire properties.
  810. - - Tire wear rate has been reduced.
  811. - - Aerodynamic properties.
  812. - - Center-of-Gravity location.
  813. - - Tire inflation.
  814.  
  815. - For the New Damage Model, some parameters have been adjusted, including:
  816. - - Yield limits.
  817. - - Colliders.
  818. - - Chassis.
  819. - - Connection points.
  820. - - Wheels.
  821. - - Suspension.
  822.  
  823. - Some pit objects have been updated.
  824.  
  825. - Fixed an issue with the rear suspension hub.
  826.  
  827. - Baseline setup has been updated.
  828.  
  829.  
  830. Porsche 911 GT3 Cup (991)
  831.  
  832. - The New Damage Model has been enabled for this vehicle!
  833.  
  834. - Fixed an issue where some unintended instability could appear when running with high negative cambers in a straight line.
  835.  
  836. - Various vehicle audio has been added, improved, and rebalanced, including:
  837. - - Engine sounds.
  838. - - Transmission whine sounds.
  839. - - Gear shifting and compressor sounds.
  840. - - Unique audio for the 6th gear.
  841. - - Startup/Ignition sounds.
  842. - - Vehicle backfire sounds.
  843.  
  844. - Baseline setup has been updated.
  845.  
  846.  
  847. Porsche 911 RSR
  848.  
  849. - Various vehicle audio has been added, improved, and rebalanced, including:
  850. - - Engine sounds.
  851. - - Transmission sounds.
  852. - - Startup/Ignition sounds.
  853.  
  854.  
  855. Porsche 919
  856.  
  857. - Fixed an issue where digital display lights appeared to be floating while using a VR device.
  858.  
  859.  
  860. Radical SR8
  861.  
  862. - Tire parameters have been updated!
  863.  
  864.  
  865. SCCA Spec Racer Ford
  866.  
  867. - Tire parameters have been updated!
  868.  
  869.  
  870. Skip Barber Formula 2000
  871.  
  872. - For the New Damage Model, some parameters have been adjusted, including:
  873. - - Nose durability.
  874. - - Yield limits.
  875. - - Break limits.
  876. - - Colliders.
  877. - - Body panels.
  878. - - Connection points and mounts.
  879. - - Wheels and tethers.
  880. - - Suspension.
  881. - - Detached car part physics.
  882.  
  883.  
  884. Street Stock
  885.  
  886. - A Fanatec logo has been added to this vehicle.
  887.  
  888.  
  889. Supercars Ford Mustang GT
  890.  
  891. - Audio samples and levels for a variety of sounds have been improved, including:
  892. - - Idle sounds
  893. - - Engine sounds
  894. - - Gear shift sounds
  895. - - Backfire sounds
  896.  
  897.  
  898. Supercars Holden ZB Commodore
  899.  
  900. - Audio samples and levels for a variety of sounds have been improved, including:
  901. - - Idle sounds
  902. - - Engine sounds
  903. - - Gear shift sounds
  904. - - Backfire sounds
  905.  
  906.  
  907. Super Late Model
  908.  
  909. - Brake bias may now be adjusted in-car even when using fixed setups.
  910.  
  911. - Fixed an issue where the driver's right foot was phasing through solid matter.
  912.  
  913.  
  914. USF 2000
  915.  
  916. - NEW CAR!
  917. - - The USF 2000 is now available for purchase in the iRacing Store!
  918. - - - The Tatuus USF-17 is the official car of the Cooper Tires USF2000 Championship, the first step on the Road to Indy ladder. An early home of most of IndyCar's current generation of stars, the current USF2000 car equips drivers with 175 horsepower as they make the transition from karts or other developmental forms of racing. Sharing a common chassis with other levels of the Road to Indy, the car features certain areas that can be upgraded as drivers progress through the ranks, providing a massive cost savings for teams and allowing drivers to get intimately familiar with the nuances of open-wheel racing without having to repeatedly adapt to totally different machinery.
  919. - - Add the USF 2000 to your iRacing garage by purchasing it here: LINK!
  920.  
  921. - The New Damage Model is enabled for this vehicle!
  922.  
  923.  
  924. [Legacy] Dallara DW12
  925.  
  926. - This car's name has been prepended with [Legacy] to better reflect it's lack of Official Series participation.
  927.  
  928. - A variety of vehicle parameters have been adjusted, including:
  929. - - Speed calculations for each gear have been improved.
  930. - - Shifting force has been increased.
  931. - - Nose weight distribution is now limited to 46.X%.
  932. - - Negative preload have been removed from the road course differential.
  933. - - A stationary Neutral and 1st gear rev limiter has been added.
  934.  
  935. - Push-2-Pass is now disabled while in Reverse.
  936.  
  937.  
  938. [Legacy] Mazda MX-5 Cup & Roadster - 2010
  939.  
  940. - A Fanatec logo has been added to this vehicle.
  941.  
  942.  
  943. [Legacy] NASCAR Cup Chevrolet Impala COT - 2009
  944.  
  945. - Tire parameters have been updated!
  946.  
  947.  
  948. [Legacy] NASCAR Cup Chevrolet SS - 2013
  949.  
  950. - Tire parameters have been updated!
  951.  
  952.  
  953. [Legacy] NASCAR Cup Ford Fusion - 2016
  954.  
  955. - Tire parameters have been updated!
  956.  
  957.  
  958. [Legacy] NASCAR Nationwide Chevrolet Impala - 2012
  959.  
  960. - Tire parameters have been updated!
  961.  
  962.  
  963. [Legacy] NASCAR Truck Chevrolet Silverado - 2008
  964.  
  965. - Tire parameters have been updated!
  966.  
  967. - On-board engine audio has been improved.
  968.  
  969.  
  970. [Legacy] NASCAR Xfinity Chevrolet Camaro - 2014
  971.  
  972. - Tire parameters have been updated!
  973.  
  974.  
  975. [Legacy] NASCAR Xfinity Ford Mustang - 2016
  976.  
  977. - Tire parameters have been updated!
  978.  
  979.  
  980. [Legacy] NASCAR Xfinity Toyota Camry - 2015
  981.  
  982. - Tire parameters have been updated!
  983.  
  984.  
  985. [Legacy] Pro Mazda
  986.  
  987. - This car, formerly known as the Pro Mazda, has been renamed to [Legacy] Pro Mazda, to make room for the newest model, Indy Pro 2000 PM-18.
  988. - - Anyone who purchased this car in the past 24 months has been automatically granted ownership of the Indy Pro 2000 PM-18 for FREE!
  989.  
  990. - Tire parameters have been updated!
  991.  
  992. - Overall tire grip has been reduced to better match Indycar car tire construction
  993.  
  994. - Engine power has been increased slightly to improve straight-line speeds.
  995.  
  996. - Season setups have been updated.
  997.  
  998.  
  999. [Legacy] V8 Supercar Ford Falcon - 2009
  1000.  
  1001. - Audio levels for engine and gear shift sounds have been improved.
  1002.  
  1003.  
  1004. [Legacy] V8 Supercar Ford FG Falcon - 2014
  1005.  
  1006. - Audio levels for engine and gear shift sounds have been improved.
  1007.  
  1008.  
  1009. [Legacy] V8 Supercar Holden VF Commodore - 2014
  1010.  
  1011. - Audio levels for engine and gear shift sounds have been improved.
  1012.  
  1013.  
  1014.  
  1015. TRACKS:
  1016.  
  1017. Circuit des 24 Heures du Mans
  1018.  
  1019. - The pace car now pulls off to head down pit road later, reducing the likelihood of the race leaders getting an inappropriate black flag.
  1020.  
  1021.  
  1022. Detroit Grand Prix at Belle Isle
  1023.  
  1024. - Water depth textures have been updated.
  1025.  
  1026.  
  1027. Dover Motor Speedway
  1028.  
  1029. - Track surface textures have been updated with PBR shaders.
  1030.  
  1031.  
  1032. Five Flags Speedway
  1033.  
  1034. - Fixed an issue with the reflectivity of the grandstand.
  1035.  
  1036. - Fixed an issue with the transparency of the chain-link fences.
  1037.  
  1038.  
  1039. Indianapolis Motor Speedway
  1040.  
  1041. - A new celebration effect has been added to Race Start!
  1042.  
  1043.  
  1044. Irwindale Speedway
  1045.  
  1046. - (Inner) - Checkpoints have been adjusted to prevent course cutting.
  1047.  
  1048.  
  1049. Kansas Speedway
  1050.  
  1051. - Pit Driving Line Guide has been updated.
  1052.  
  1053.  
  1054. Kentucky Speedway
  1055.  
  1056. - NEW TRACK!
  1057. - - Kentucky Speedway is now available for purchase in the iRacing Store!
  1058. - - Anyone who already owned the track now known as [Legacy] Kentucky Speedway - 2011 has been automatically granted ownership of this track for FREE!
  1059. - - Add Kentucky Speedway to your iRacing landscape by purchasing it here: LINK!
  1060.  
  1061.  
  1062. Kokomo Speedway
  1063.  
  1064. - Fixed part of the backstretch wall that could cause suspension damage when hit.
  1065.  
  1066.  
  1067. Limaland Motorsports Park
  1068.  
  1069. - Trees have been trimmed.
  1070.  
  1071.  
  1072. Martinsville Speedway
  1073.  
  1074. - Pace car speed has been reduced to 40 mph.
  1075.  
  1076.  
  1077. Michigan International Speedway
  1078.  
  1079. - Checkpoints and Driving Line Guide has been updated.
  1080.  
  1081.  
  1082. Mid-Ohio Sports Car Course
  1083.  
  1084. - Some advertisements have been updated.
  1085.  
  1086.  
  1087. North Wilkesboro Speedway
  1088.  
  1089. - A new celebration effect has been added to Race Start!
  1090.  
  1091.  
  1092. Okayama International Circuit
  1093.  
  1094. - Some advertisements have been adjusted.
  1095.  
  1096.  
  1097. Road America
  1098.  
  1099. - Track artwork has been updated!
  1100. - - Track surfaces such as pavement, grass, walls, and curbs have been re-textured with current PBR texturing techniques.
  1101.  
  1102.  
  1103. Talladega Superspeedway
  1104.  
  1105. - Track surface textures have been updated.
  1106.  
  1107.  
  1108. WeatherTech Raceway at Laguna Seca
  1109.  
  1110. - Advertisements have been updated.
  1111.  
  1112.  
  1113. Williams Grove Speedway
  1114.  
  1115. - The Level of Detail (LOD) settings on wires and lights have been adjusted to reduce visual popping as the camera changes distances from the objects.
  1116.  
  1117.  
  1118. [Legacy] Kentucky Speedway - 2011
  1119.  
  1120. - This track, formerly known as Kentucky Speedway, has had it's name changed to [Legacy] Kentucky Speedway - 2011, in order to make room for the newly updated version of this circuit.
  1121. - - Anyone who owned this track has been automatically granted ownership of Kentucky Speedway for FREE!
  1122.  
  1123.  
  1124. [Legacy] Phoenix Raceway - 2008
  1125.  
  1126. - (Rallycross) - Checkpoints have been added to fix a course-cut through a parking lot area.
Add Comment
Please, Sign In to add comment