home *** CD-ROM | disk | FTP | other *** search
- 4 // Number of teams
- // Team names largely based on www.cart.com teams page
- "Arciero/Wells Racing" "Frank Arciero|Cal Wells III" // 1
- "Target/Chip Ganassi Racing" "Chip Ganassi" // 3
- "PacWest Racing Group" "Bruce McCaw" // 8
- "Team Rahal" "Bobby Rahal|David Letterman" // 13
-
- 4 // Number of cars
- // Car info: number, teamNumber, chassis type, engine type, tire type, vehicle file
- 4 1 CHASSIS_REYNARD ENGINE_HONDA TIRE_FIRESTONE "target2.car"
- 7 3 CHASSIS_REYNARD ENGINE_FORDCOSWORTH TIRE_GOODYEAR "rahal1.car"
- 18 2 CHASSIS_REYNARD ENGINE_MERCEDES TIRE_FIRESTONE "pacwest2.car"
- 25 0 CHASSIS_REYNARD ENGINE_TOYOTA TIRE_FIRESTONE "wells2.car"
-
- // PLEASE NOTE: The list of drivers is linked to the list of cars. If you
- // make a change above, then make it below. Or vice versa
-
- 4 // Number of drivers
- // Driver info: name, picture file, helmet picture file, country, car number
- "Alex Zanardi" "Drivers\Zanardi.bmp" "Helmets\Zanardi.bmp" "ITA" 4
- "Bobby Rahal" "Drivers\Rahal.bmp" "Helmets\Rahal.bmp" "USA" 7
- "Mark Blundell" "Drivers\Blundell.bmp" "Helmets\Blundell.bmp" "GBR" 18
- "Max Papis" "Drivers\Papis.bmp" "Helmets\Papis.bmp" "ITA" 25
-
- 1 // Number of races
- // Race info: location, track name, race filename, (race name)
- "Laguna Seca" "Laguna Seca Raceway" "laguna.rce" // "Grand Prix of Monterey"
-