var fDesc=new Array(); fDesc[0] = "Some of the new features:
2008 Honda Accord Hybrid IndyCar Safety Car
Brake Glows
New spindles with brake ducts for road courses/short tracks
Fully retextured gearbox, suspension and driveshafts
Every car, paint scheme and driver from the 2008 IndyCar Season. (With Helmets/Suits)
Race by race vehicle filters ensure players race against the exact cars and drivers that raced in the actual race.
AI Calibration files for all JNS, SCE, TPSCC tracks, plus "miscelaneous" versions of St Pete, Surfers, Mid Ohio, and others on the ICS schedule.
21 different "chassis configuration" upgrades ensure the AI always have a default setup tuned to the track (SCE, TPSCC, JNS). "Generic" default setups by track type for all other tracks. TrackConfigsBase.ini will ensure the proper setup is loaded at all SCE, TPSCC and JNS tracks. All road courses will also load the correct configuration, by default.
"Wet" Treaded tire option (upgrade) for the simulated "Wet" tracks (Vanport, Gateway, etc.)
"Magic Rings" Tire option (white walled Firestone Tires ran by "championship contenders" in the final races)
Indianapolis 500 Firehawk option (automatically installed at JNS, SCE, TPSCC Indianapolis)
Default setups for all 17 IRL tracks incldued (UserDataICSDefaultSetups)
Completely retuned physics
Improved RealFeel Physics
Realistic pit times
Customized UI"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }