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

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_verylowspeed& ")
  4. {
  5.     SetParam("m_nGearbox", "0")
  6.     Description("&SETUPCAR_gearratio&")
  7.     Icon( "Gears_1" )
  8.  
  9. }
  10.  
  11. Option("&SETUPCAR_lowspeed& ")
  12. {
  13.     SetParam("m_nGearbox", "1")
  14.     Description("&SETUPCAR_gearratio&")
  15.     Icon( "Gears_2" )
  16.  
  17. }
  18.  
  19. Option("&SETUPCAR_mid-lowspeed& ")
  20. {
  21.     SetParam("m_nGearbox", "2")
  22.     Description("&SETUPCAR_gearratio&")
  23.     Icon( "Gears_3" )
  24.  
  25. }
  26.     
  27. Option("&SETUPCAR_medium& ")
  28. {
  29.     Default()
  30.     SetParam("m_nGearbox", "3")
  31.     Description("&SETUPCAR_gearratio&")
  32.     Icon( "Gears_4" )
  33.  
  34. }
  35.  
  36. Option("&SETUPCAR_mid-highspeed& ")
  37. {
  38.     SetParam("m_nGearbox", "4")
  39.     Description("&SETUPCAR_gearratio&")
  40.     Icon( "Gears_5" )
  41.  
  42. }
  43.  
  44. Option("&SETUPCAR_highspeed& ")
  45. {
  46.     SetParam("m_nGearbox", "5")
  47.     Description("&SETUPCAR_gearratio&")
  48.     Icon( "Gears_6" )
  49.  
  50. }
  51.  
  52. Option("&SETUPCAR_veryhigh_speed& ")
  53. {
  54.     SetParam("m_nGearbox", "6")
  55.     Description("&SETUPCAR_gearratio&")
  56.     Icon( "Gears_7" )
  57.  
  58. }
  59.  
  60.  
  61.