Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Topic on Talk:Killer Is Dead

Line 8: Line 8:
  
 
I'm trying to change the layout from WASD to ESDF.
 
I'm trying to change the layout from WASD to ESDF.
 +
 +
I guess it mostly works. Found this guide that uses DefaultInput.ini https://steamcommunity.com/sharedfiles/filedetails/?id=326313177
 +
 +
You just can't change the Left, Right, Up, Down parts here it seems:
 +
 +
.Bindings=(Name="Left",Command="OnButtonDPadLeft | OnRelease ReleaseButtonDPadLeft")
 +
.Bindings=(Name="Right",Command="OnButtonDPadRight | OnRelease ReleaseButtonDPadRight")
 +
.Bindings=(Name="Up",Command="OnButtonDPadUp | OnRelease ReleaseButtonDPadUp")
 +
.Bindings=(Name="Down",Command="OnButtonDPadDown | OnRelease ReleaseButtonDPadDown")
 +
 +
Changing them to EDSF will allow you to use EDSF in the pause menu but not as movement controls.