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

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_soft& ")
  4. {
  5.     SetParam("m_nSprings", "1")
  6.     Description("&SETUPCAR_springs&")
  7.     Icon( "Springs_2")
  8. }
  9.  
  10. Option("&SETUPCAR_mid-soft& ")
  11. {
  12.     SetParam("m_nSprings", "2")
  13.     Description("&SETUPCAR_springs&")
  14.     Icon( "Springs_3")
  15. }
  16.     
  17. Option("&SETUPCAR_medium& ")
  18. {
  19.     Default()
  20.     SetParam("m_nSprings", "3")
  21.     Description("&SETUPCAR_springs&")
  22.     Icon( "Springs_4")
  23. }
  24.  
  25. Option("&SETUPCAR_mid-hard& ")
  26. {
  27.     SetParam("m_nSprings", "4")
  28.     Description("&SETUPCAR_springs&")
  29.     Icon( "Springs_5")
  30. }
  31.  
  32. Option("&SETUPCAR_hard& ")
  33. {
  34.     SetParam("m_nSprings", "5")
  35.     Description("&SETUPCAR_springs&")
  36.     Icon( "Springs_6")
  37. }
  38.  
  39.