Sawdbuster Posted August 2, 2015 Report Share Posted August 2, 2015 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. Quote Link to comment Share on other sites More sharing options...
Buckwheat10 Posted August 2, 2015 Report Share Posted August 2, 2015 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 Quote Link to comment Share on other sites More sharing options...
UKModMan Posted August 2, 2015 Report Share Posted August 2, 2015 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 thinkIf 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. Quote Link to comment Share on other sites More sharing options...
Miercolini Posted August 2, 2015 Report Share Posted August 2, 2015 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> Quote Link to comment Share on other sites More sharing options...
Sawdbuster Posted August 4, 2015 Author Report Share Posted August 4, 2015 You guys are all life savers, thank you so much Quote Link to comment Share on other sites More sharing options...