BIT.TRIP CORE
Jack O'Neill 9 OCT 2012 a las 3:25 p. m.
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.
< >
Mostrando 1-6 de 6 comentarios
ScytheRider 9 OCT 2012 a las 5:04 p. m. 
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&∞ 15 OCT 2012 a las 10:55 a. m. 
Any chance someone could tell me how to set up my usb NES controller for this game?
ScytheRider 16 OCT 2012 a las 2:57 a. m. 
Publicado originalmente por HomeOnASaturdayNight:
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 7 JUN 2014 a las 2:28 p. m. 
Publicado originalmente por 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 11 JUN 2014 a las 10:34 a. m. 
I'm using a Gravis Gamepad Pro; what should I do? Same as above?
RED 13 JUN 2014 a las 11:16 p. m. 
Publicado originalmente por 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
Última edición por RED; 13 JUN 2014 a las 11:16 p. m.
< >
Mostrando 1-6 de 6 comentarios
Por página: 1530 50