home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _4647C161627C4085BED8132A20413713 < prev    next >
Encoding:
Text File  |  2004-05-19  |  707 b   |  43 lines

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_lowspeed& ")
  4. {
  5.     SetParam("m_nGearbox", "1")
  6.     Description("&SETUPCAR_gearratio&")
  7.     Icon( "Gears_2" )
  8.  
  9. }
  10.  
  11. Option("&SETUPCAR_mid-lowspeed& ")
  12. {
  13.     SetParam("m_nGearbox", "2")
  14.     Description("&SETUPCAR_gearratio&")
  15.     Icon( "Gears_3" )
  16.  
  17. }
  18.     
  19. Option("&SETUPCAR_medium& ")
  20. {
  21.     Default()
  22.     SetParam("m_nGearbox", "3")
  23.     Description("&SETUPCAR_gearratio&")
  24.     Icon( "Gears_4" )
  25.  
  26. }
  27.  
  28. Option("&SETUPCAR_mid-highspeed& ")
  29. {
  30.     SetParam("m_nGearbox", "4")
  31.     Description("&SETUPCAR_gearratio&")
  32.     Icon( "Gears_5" )
  33.  
  34. }
  35.  
  36. Option("&SETUPCAR_highspeed& ")
  37. {
  38.     SetParam("m_nGearbox", "5")
  39.     Description("&SETUPCAR_gearratio&")
  40.     Icon( "Gears_6" )
  41.  
  42. }
  43.