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 


Forum Jump: