Xbox 360 Controller

From Schmid.wiki
Jump to: navigation, search

Contents

Mad Catz FightStick Tournament Edition

Using with Windows XP

  1. Install Xbox360_32Eng.exe

Using with Mac OS X

  • Install Tattiebogle Xbox 360 Controller driver.
  • Connect the FightStick to the Mac.
  • Open System Profiler, find the FightStick in Hardware:USB
  • Note the Product ID (0x4738) and Vendor ID (0x0738)
  • Convert these hexadecimal values to decimal, e.g. open Terminal and run the command python -c "print 0x4738, 0x0738", results in Product ID = 18232, Vendor ID = 1848
  • Edit /System/Libary/Extensions/360Controller.kext/Contents/Info.plist as root
  • Under <key>IOKitPersonalities</key>, add a new entry with the correct Product and Vendor ID's, e.g.:
<key>MadCatzFightStickTE</key>
<dict>
	<key>CFBundleIdentifier</key>
	<string>com.mice.driver.Xbox360Controller</string>
	<key>IOCFPlugInTypes</key>
	<dict>
		<key>F4545CE5-BF5B-11D6-A4BB-0003933E3E3E</key>
		<string>360Controller.kext/Contents/PlugIns/Feedback360.plugin</string>
	</dict>
	<key>IOClass</key>
	<string>Xbox360ControllerClass</string>
	<key>IOKitDebug</key>
	<integer>65535</integer>
	<key>IOProviderClass</key>
	<string>IOUSBDevice</string>
	<key>idProduct</key>
	<integer>18232</integer>
	<key>idVendor</key>
	<integer>1848</integer>
</dict>
  • Save and exit
  • rm /System/Library/Extensions.mkext
  • kextcache -k /System/Library/Extensions
  • Reboot.

References

Personal tools