The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (Linux)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Better controls with Glovepie
06-02-2013, 07:35 PM
Post: #1
Better controls with Glovepie
hello, for those who do not know exist a way to improve the controls for some games with Glovepie, for example if you have a xbox360 controller, put the following very simple code in Glovepie and you can use the right analog stick for move the camera in The 3rd Birthday and God Eater Burst:


if xinput.Joy2X>-0.2 then key.left=true else key.left=false
if xinput.Joy2X<0.2 then key.right=true else key.right=false
if xinput.Joy2y<-0.2 then key.up=true else key.up=false
if xinput.Joy2y>0.2 then key.down=true else key.down=false
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Better controls with Glovepie - migcar - 06-02-2013 07:35 PM

Forum Jump: