BIT.TRIP CORE

BIT.TRIP CORE

檢視統計資料:
Jack O'Neill 2012 年 10 月 9 日 下午 3:25
360 controller
Is there any chance of getting support for analog sticks patched in. I'm using the standard 360 controller and the terrible dpad is making the game unplayable.
< >
目前顯示第 1-6 則留言,共 6
ScytheRider 2012 年 10 月 9 日 下午 5:04 
Use GlovePIE, input this script:

key.left = (xbox360.joy1x < -0.7) key.right = (xbox360.joy1x > 0.7) key.down = (xbox360.joy1y < -0.7) key.up = (xbox360.joy1y > 0.7)
Between1&∞ 2012 年 10 月 15 日 上午 10:55 
Any chance someone could tell me how to set up my usb NES controller for this game?
ScytheRider 2012 年 10 月 16 日 上午 2:57 
Any chance someone could tell me how to set up my usb NES controller for this game?

If your USB controller is recognized by your computer already, you can use a program like GlovePIE or JoyToKey to map your controller's buttons to keyboard buttons.
RED 2014 年 6 月 7 日 下午 2:28 
引用自 CtrlAltDestroy
Use GlovePIE, input this script:

key.left = (xbox360.joy1x < -0.7) key.right = (xbox360.joy1x > 0.7) key.down = (xbox360.joy1y < -0.7) key.up = (xbox360.joy1y > 0.7)
Thanks a lot, GlovePIE is amazing
Pinballwiz45b 2014 年 6 月 11 日 上午 10:34 
I'm using a Gravis Gamepad Pro; what should I do? Same as above?
RED 2014 年 6 月 13 日 下午 11:16 
引用自 Pinballwiz45b
I'm using a Gravis Gamepad Pro; what should I do? Same as above?
GlovePIE will work, but that script won't work because you have a DirectInput pad. Try mapping the pad to the arrow keys in glovepie by yourself, it shouldn't be too hard
最後修改者:RED; 2014 年 6 月 13 日 下午 11:16
< >
目前顯示第 1-6 則留言,共 6
每頁顯示: 1530 50