Zum Inhalt wechseln


Foto

W,A,S,D


  • Please log in to reply
5 replies to this topic

#1 kwillis

kwillis

    Captain

  • Members
  • 160 Beiträge:
  • Gender:Male
  • Location:north carolina

Geschrieben 14 April 2014 - 02:56

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!



#2 Newfoundking

Newfoundking

    The Real Slim Shady

  • Moderator
  • 7.253 Beiträge:
  • Gender:Male
  • Location:Newfoundland

Geschrieben 14 April 2014 - 04:26

To my knowledge, the key commands are hard coded and cannot be changed. Especially in the way of movement of camera


Wanna play multiplayer without any of the commitment? Emergency Planet hosts casual multiplayer to all its members! Contact me for more information

 

Executive Director: EMP Gulag

 

Do you have a warning that you want to go away, or are you facing another punishment you don't want? Contact me for the NEW alternative!


#3 mariuswww

mariuswww

    Senior Captain

  • Members
  • 325 Beiträge:
  • Gender:Male

Geschrieben 14 April 2014 - 08:09

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" />


#4 Newfoundking

Newfoundking

    The Real Slim Shady

  • Moderator
  • 7.253 Beiträge:
  • Gender:Male
  • Location:Newfoundland

Geschrieben 14 April 2014 - 05:41

You're correct. My mistake. 


Wanna play multiplayer without any of the commitment? Emergency Planet hosts casual multiplayer to all its members! Contact me for more information

 

Executive Director: EMP Gulag

 

Do you have a warning that you want to go away, or are you facing another punishment you don't want? Contact me for the NEW alternative!


#5 rafaelmfernandez

rafaelmfernandez

    District Chief

  • Members
  • 1.121 Beiträge:
  • Gender:Male
  • Location:ATL
  • Interests:Women

Geschrieben 14 April 2014 - 08:47

 

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..
 



#6 kwillis

kwillis

    Captain

  • Members
  • 160 Beiträge:
  • Gender:Male
  • Location:north carolina

Geschrieben 15 April 2014 - 08:16

Thanks yall! that helped a lot! I have been wanting to do that for a long time.