shushi1379 0 Report post Posted March 12, 2009 How do I change the controls of the game??? Well, I mean the whole keyboard except you change the controls from the F1 button.. Share this post Link to post Share on other sites
0 Kiriashi 117 Report post Posted March 12, 2009 Changing the controls permanently, as in not with F1, would require, as far as I know (Way too many commas xD), you to change the input in the script editor. You shouldn't want to change the controls though.. Go into your script editor and look for the controls. Leon, am I right on this?? Share this post Link to post Share on other sites
0 Polraudio 122 Report post Posted March 13, 2009 Well im not Leon but i know what your talking about. So yes. You would want to look for this if Input.trigger?(Input::B) You can change it where B is. If you want a complete custom controls you can use Keyboard Script By: Cybersam. But its a lot of work cause you still have to go through every script either way. Share this post Link to post Share on other sites
0 SpriteZilla 1 Report post Posted April 23, 2012 I'm sorry for necroposting but this is something that is of utter importance to my games development. Can someone tell me how to change the controls so that UP jumps and DOWN crouches ? I know I would need to make sprites to do so and thats not a problem I'm just not sure which script (default) needs to be altered. Any help is much appreciated. Yours truly, SpriteZilla. Share this post Link to post Share on other sites
0 Bigace360 38 Report post Posted April 23, 2012 You'll need a script for those as you can't initali jump without an event and I've never seen crouch before which I'm pretty sure will need a new script and spirite. Share this post Link to post Share on other sites
0 Jon Bon 43 Report post Posted April 23, 2012 You could definitely very easily make a common event or parallel process event that waited for a button command then did the jump effect combined with the correct animation. You would then use the same effect for the 'duck' animation. I could run you through how to do it with events, but the effect would be purely cosmetic. Bigace is right about needing scripts, because otherwise it would just be a jump and duck effect, with no real reason to do them. Perhaps if you explain in more detail in a new thread what you are trying to achieve we can help get you to your end goal, rather then a step in the process. Share this post Link to post Share on other sites
How do I change the controls of the game??? Well, I mean the whole keyboard except you change the controls from the F1 button..
Share this post
Link to post
Share on other sites