Jump to content
sigmeister

Changing controls to A S D W configuration

Recommended Posts

I was wondering would it be possible to change from the directional arrow keys (used to move the view of the camera) to the well-known first person shooter A S D W configuration?

The arrow keys are decent but I think it would be comfortable and more efficient to have the A S D W configuration.

Opinions and input welcomed. Thank you in advance.

Link to comment
Share on other sites

Go to the following folder: Emergency 4/Data/Specs/ and open keys.xml with NotePad .

Search for the following actions: Right, Left, Up and Down and change the keys to 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" />

  • Like 1
  • Upvote 3
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...