home *** CD-ROM | disk | FTP | other *** search
- !Include("CarSetupOptions.def")
-
- Option("&SETUPCAR_verylowspeed& ")
- {
- SetParam("m_nGearbox", "0")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_1" )
-
- }
-
- Option("&SETUPCAR_lowspeed& ")
- {
- SetParam("m_nGearbox", "1")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_2" )
-
- }
-
- Option("&SETUPCAR_mid-lowspeed& ")
- {
- SetParam("m_nGearbox", "2")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_3" )
-
- }
-
- Option("&SETUPCAR_medium& ")
- {
- Default()
- SetParam("m_nGearbox", "3")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_4" )
-
- }
-
- Option("&SETUPCAR_mid-highspeed& ")
- {
- SetParam("m_nGearbox", "4")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_5" )
-
- }
-
- Option("&SETUPCAR_highspeed& ")
- {
- SetParam("m_nGearbox", "5")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_6" )
-
- }
-
- Option("&SETUPCAR_veryhigh_speed& ")
- {
- SetParam("m_nGearbox", "6")
- Description("&SETUPCAR_gearratio&")
- Icon( "Gears_7" )
-
- }
-
-
-