Frictional Games Forum (read-only)
user_keys.cfg - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: user_keys.cfg (/thread-56111.html)



user_keys.cfg - baegles - 11-28-2018

please tell me if this is in the wrong thread.

its it possible to change the crouch button to the left alt button?

i tried to change it but it didn't work. maybe i did it wrong? 

<Crouch Primary="Keyboard.LeftAlternate" Secondary="GamepadButton.Button B" />


RE: user_keys.cfg - Romulator - 11-28-2018

To make the Crouch Button Left Alt, just do it yourself in Amnesia's in-game settings from the Main Menu. There is a Controls tab where you should be able to assign Left Alt as your preferred Crouch key.

If you need to make this the default for others when exporting your Custom Story, you will need to make a Full Conversion mod, and include the default_user_keys.cfg file with your story, and modify files accordingly. I believe the main_init.cfg has a setting you would need to change.


RE: user_keys.cfg - baegles - 11-29-2018

(11-28-2018, 07:11 PM)Romulator Wrote: To make the Crouch Button Left Alt, just do it yourself in Amnesia's in-game settings from the Main Menu. There is a Controls tab where you should be able to assign Left Alt as your preferred Crouch key.

If you need to make this the default for others when exporting your Custom Story, you will need to make a Full Conversion mod, and include the default_user_keys.cfg file with your story, and modify files accordingly. I believe the main_init.cfg has a setting you would need to change.

thank you. i totally feel stupid now lol. i never noticed the key config option in the options. XD