home *** CD-ROM | disk | FTP | other *** search
/ Space Orb 360 / SpaceOrb360.zip / SpaceOrb481.img / SBALL.INF < prev    next >
INI File  |  1998-04-06  |  3KB  |  87 lines

  1. ;Mini driver for SpaceOrb 360, Last update 25-Jun-96
  2. ;modified for Osr2 & Memphis 7/1/1997, by kambizm - MSFT
  3. ;modified to have nodevnode 11/14/1997, by Lisa P. - Spacetec
  4.  
  5. [Version]
  6. LayoutFile=layout.inf
  7. Signature="$CHICAGO$"
  8. Class=MEDIA
  9. Provider=%SPCT%
  10.  
  11. [ClassInstall]
  12. Addreg=Class.AddReg
  13.  
  14. [Class.AddReg]
  15. HKR,,,,%ClassName%
  16. HKR,,Icon,,"-1"
  17. HKR,,Installer,,MMSys.Cpl
  18.  
  19. [SpaceTec]
  20. %SBALL.DeviceDesc%=SBALL.Install, SERENUM\SPC0360
  21.  
  22. [SourceDisksNames]
  23. 1="SpaceOrb 360 SpaceWare software","SpaceOrb360", 0
  24.  
  25. [SourceDisksFiles]
  26. sball.vxd=1
  27. sballh.vxd=1
  28.  
  29. [DestinationDirs]
  30. SBALL.CopyList = 11  ; LDID_SYS
  31.  
  32. [Manufacturer]
  33. %MfgName%=SpaceTec
  34.  
  35. [PreCopySection]
  36. HKR,,NoSetupUI,,1
  37.  
  38. ;---------------------------------------------------------------;
  39.  
  40. ;SpaceBall specific setup
  41.  
  42. [SBALL.Install]
  43. CopyFiles=SBALL.CopyList
  44. AddReg=SBALL.AddReg
  45.  
  46. [SBALL.CopyList]
  47. sball.vxd,,
  48. sballh.vxd,,
  49.  
  50. [SBALL.AddReg]
  51. ; VxD for VJOYD to load for this device
  52. HKLM,%KEY_OEM%\Spaceball,OEMCallout,0,sball.vxd
  53. ; name for VJOYD to display for device
  54. HKLM,%KEY_OEM%\Spaceball,OEMName,0,%SBALL.DeviceDesc%
  55. ; See ddk\inc32\mmddk.h JOY_HWS_* for meaning of OEMData
  56. HKLM,%KEY_OEM%\Spaceball,OEMData,1,1,0,88,21,6,0,0,0
  57.  
  58. ;Control panel applet customisation strings
  59. HKLM,%KEY_OEM%\Spaceball,OEMXYLabel,0,"L/R U/D"
  60. HKLM,%KEY_OEM%\Spaceball,OEMZLabel,0,"In/Out"
  61. HKLM,%KEY_OEM%\Spaceball,OEMRLabel,0,"Pitch"
  62. HKLM,%KEY_OEM%\Spaceball,OEMULabel,0,"Yaw"
  63. HKLM,%KEY_OEM%\Spaceball,OEMVLabel,0,"Roll"
  64. HKLM,%KEY_OEM%\Spaceball,OEMTestMoveDesc,0,"Test the SpaceOrb 360"
  65. HKLM,%KEY_OEM%\Spaceball,OEMTestButtonDesc,0,"All buttons A, B, C, D, E and F are shown"
  66. HKLM,%KEY_OEM%\Spaceball,OEMTestMoveCap,0,"Ball"
  67. HKLM,%KEY_OEM%\Spaceball,OEMTestButtonCap,0,"Buttons"
  68. HKLM,%KEY_OEM%\Spaceball,OEMTestWinCap,0,"Test SpaceOrb 360"
  69. HKLM,%KEY_OEM%\Spaceball,OEMCalWinCap,0,"SpaceOrb 360 Calibration"
  70. HKLM,%KEY_OEM%\Spaceball,OEMCal1,0,"Let go of the ball and then press one of buttons A to F"
  71. HKLM,%KEY_OEM%\Spaceball,OEMCal2,0,"Push the ball to both extremes in both the X and Y directions and then press one of buttons A to F"
  72. HKLM,%KEY_OEM%\Spaceball,OEMCal3,0,"Again, let go of the ball and press one of buttons A to F"
  73. HKLM,%KEY_OEM%\Spaceball,OEMCal4,0,"Push and pull the ball to its extremes along the Z axis and then press one of buttons A to F"
  74. HKLM,%KEY_OEM%\Spaceball,OEMCal5,0,"Twist the ball as far as it will go in both directions around the X axis and then press one of buttons A to F"
  75. HKLM,%KEY_OEM%\Spaceball,OEMCal6,0,"Twist the ball as far as it will go in both directions around the Y axis and then press one of buttons A to F"
  76. HKLM,%KEY_OEM%\Spaceball,OEMCal7,0,"Twist the ball as far as it will go in both directions around the Z axis and then press one of buttons A to F"
  77. HKLM,%KEY_OEM%\Spaceball,OEMCal12,0,"You have successfully calibrated your SpaceOrb 360.  To test its calibration, click Test.  To save your calibration settings, click Finish"
  78. ;---------------------------------------------------------------;
  79.  
  80.  
  81. [Strings]                                                                              
  82. SPCT="Spacetec IMC"
  83. ClassName="Sound, video and game controllers"
  84. MfgName="Spacetec IMC"
  85. SBALL.DeviceDesc="Spacetec SpaceOrb 360"
  86. KEY_OEM="System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"
  87.