kwillis Posted April 14, 2014 Report Share Posted April 14, 2014 I was wondering if there was any way to change the controls with the arrows to the w,a,s,d buttons. If anyone can help, please let me know. Thanks! Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted April 14, 2014 Report Share Posted April 14, 2014 To my knowledge, the key commands are hard coded and cannot be changed. Especially in the way of movement of camera Quote Link to comment Share on other sites More sharing options...
mariuswww Posted April 14, 2014 Report Share Posted April 14, 2014 To my knowledge, the key commands are hard coded and cannot be changed. Especially in the way of movement of camera Actually (never thought I'd say this to an admin) but you're wrong. Simply go into your main game "Data" folder -> specs, then copy the file called "Keys.xml", and insert it into your mods folder -> specs. Then open the "Keys.xml" in wordpad and locate the following lines <binding key="Keyboard0.Right" action="Right" /> <binding key="Keyboard0.Left" action="Left" /> <binding key="Keyboard0.Up" action="Up" /> <binding key="Keyboard0.Down" action="Down" /> Then change to whatever you desire. WASD would be look like this <binding key="Keyboard0.D" action="Right" /> <binding key="Keyboard0.A" action="Left" /> <binding key="Keyboard0.W" action="Up" /> <binding key="Keyboard0.S" action="Down" /> Quote Link to comment Share on other sites More sharing options...
Newfoundking Posted April 14, 2014 Report Share Posted April 14, 2014 You're correct. My mistake. Quote Link to comment Share on other sites More sharing options...
rafaelmfernandez Posted April 14, 2014 Report Share Posted April 14, 2014 Actually (never thought I'd say this to an admin) but you're wrong. Simply go into your main game "Data" folder -> specs, then copy the file called "Keys.xml", and insert it into your mods folder -> specs. Then open the "Keys.xml" in wordpad and locate the following lines <binding key="Keyboard0.Right" action="Right" /> <binding key="Keyboard0.Left" action="Left" /> <binding key="Keyboard0.Up" action="Up" /> <binding key="Keyboard0.Down" action="Down" /> Then change to whatever you desire. WASD would be look like this <binding key="Keyboard0.D" action="Right" /> <binding key="Keyboard0.A" action="Left" /> <binding key="Keyboard0.W" action="Up" /> <binding key="Keyboard0.S" action="Down" /> Actually (never thought I'd say this to an Marius) but you're wrong. Hes a Moderator, lolThats like calling a Captain, a lieutenant. Its just straight up disrespect Mar. Im disappointed in you.. Quote Link to comment Share on other sites More sharing options...
kwillis Posted April 15, 2014 Author Report Share Posted April 15, 2014 Thanks yall! that helped a lot! I have been wanting to do that for a long time. Quote Link to comment Share on other sites More sharing options...