Jump to content
kwillis

W,A,S,D

Recommended Posts

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" />
Link to comment
Share on other sites

 

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, lol

Thats like calling a Captain, a lieutenant. Its just straight up disrespect Mar. Im disappointed in you..

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...