Jump to content
Sawdbuster

Camera Controls?

Recommended Posts

You have to edit your config file. I did it and it does feel much better. There should be a tutorial on here somewhere or even a download I think

If there's no tutorials on here, there will be on YouTube ect. Editing the config files / any files in particular is fairly easy if you look in the right place. But do make a backup in case you mess up.

Link to comment
Share on other sites

Is there anyway I could make the camera controls W, A, S, D  rather than the arrow keys? It just feels much more natural now that I play other PC games. 

Its fairly simple, just need to edit the keys.xml in the specs folder.

 

<keys>
      <binding key="Mouse0.Button0" action="LeftClick" />
      <binding key="Mouse0.Button1" action="RightClick" />
      <binding key="Keyboard0.PgUp" action="TiltCamDown" />
      <binding key="Keyboard0.PgDown" action="TiltCamUp" />
      <binding key="Keyboard0.D" action="Right" />
      <binding key="Keyboard0.A" action="Left" />
      <binding key="Keyboard0.W" action="Up" />
      <binding key="Keyboard0.S" action="Down" />
      <binding key="Keyboard0.Home" action="Entry" />
      <binding key="Keyboard0.NP+" action="ZoomIn" />
      <binding key="Keyboard0.NP-" action="ZoomOut" />
      <binding key="Keyboard0.N" action="JumpToSquad" />
      <binding key="Keyboard0.Enter" action="CenterCamZ" />
      <binding key="Keyboard0.Return" action="CenterCamZ" />
      <binding key="Keyboard0.LCtrl" action="ToggleRotate" />
      <binding key="Keyboard0.RCtrl" action="ToggleRotate" />
      <binding key="Keyboard0.NP0" action="SendHome" />
      <binding key="Keyboard0.1" action="SpeedOne" />
      <binding key="Keyboard0.2" action="SpeedTwo" />
      <binding key="Keyboard0.3" action="SpeedThree" />
      <binding key="Keyboard0.NP1" action="GroupOne" />
      <binding key="Keyboard0.NP2" action="GroupTwo" />
      <binding key="Keyboard0.NP3" action="GroupThree" />
      <binding key="Keyboard0.NP4" action="GroupFour" />
      <binding key="Keyboard0.NP5" action="GroupFive" />
      <binding key="Keyboard0.NP6" action="GroupSix" />
      <binding key="Keyboard0.7" action="OnKey7" />
      <binding key="Keyboard0.8" action="OnKey8" />
      <binding key="Keyboard0.9" action="OnKey9" />
      <binding key="Keyboard0.0" action="OnKey0" />
      <binding key="Keyboard0.M" action="JumpToIdleSquad" />
      <binding key="Keyboard0.Space" action="OnVoice" />
      <binding key="Keyboard0.Tab" action="SwitchObjectives" />
      <binding key="Keyboard0.F1" action="SwitchBaseFireDept" />
      <binding key="Keyboard0.F2" action="SwitchBasePolice" />
      <binding key="Keyboard0.F3" action="SwitchBaseAmbulance" />
      <binding key="Keyboard0.F4" action="SwitchBaseTHW" />
      <binding key="Keyboard0.NP4" action="Kill" />
      <binding key="Keyboard0.NP5" action="Burn" />
      <binding key="Keyboard0.B" action="ToggleBL" />
      <binding key="Keyboard0.P" action="SwitchPause" />
      <binding key="Mouse0.Z0+" action="ScrollUp" />
      <binding key="Mouse0.Z0-" action="ScrollDown" />
      <binding key="Keyboard0.F5" action="SaveGame" />
      <binding key="Keyboard0.F9" action="LoadGame" />
      <binding key="Keyboard0.T" action="Chat" />
</keys>
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...