How do I......?'s

Post » Sun May 27, 2012 8:25 pm

1 How do I find "block", "drop", and "attack" that does not show in "controls" so that I can re-map them to a key that works for me?
2 How do I map a key to my number pad? i get the message "this key is reserved". I particulary want to know how I can map "activate" to the "end (#1)" button on the number pad on the right had of the keyboard.
3 How do I fix the bug that won't let me drop anything? I can't find the "drop" option under controls so I can't re-map the key, and when I hit "R" like it says to, nothing happens.
User avatar
Javier Borjas
 
Posts: 3392
Joined: Tue Nov 13, 2007 6:34 pm

Post » Sun May 27, 2012 8:33 pm

Read my post about keybindings here: http://www.gamesas.com/topic/1317442-very-weird-problem-need-tech-savvy-help/page__p__19809525#entry19809525

Study the files provided and use them to your advantage. After you spend a little time with this you will be all set and won't have to ever worry about it again. Believe me as I've been using the same setup since the game was released without any issue through the patches.
User avatar
Chris Cross Cabaret Man
 
Posts: 3301
Joined: Tue Jun 19, 2007 11:33 pm

Post » Sun May 27, 2012 8:12 pm

.... hold all these lemons? :teehee:

I hate how the game keeps the default controls listed in menu's such as bartering and the inventory even when you changed them. "F" is my Drop, and it says "R". :wallbash:

Bethesda. :biggrin:
User avatar
Tarka
 
Posts: 3430
Joined: Sun Jun 10, 2007 9:22 pm

Post » Sun May 27, 2012 11:11 pm

Use the key you use the sheath your weapon to drop stuff.
User avatar
Joie Perez
 
Posts: 3410
Joined: Fri Sep 15, 2006 3:25 pm

Post » Mon May 28, 2012 5:23 am

People who make thread titles like this should be swatted with a badminton racket.
User avatar
suzan
 
Posts: 3329
Joined: Mon Jul 17, 2006 5:32 pm

Post » Mon May 28, 2012 12:16 am

Thanks for the information guys, (and I do like spankings :devil: ). I will put it all to use and hopefully be back to playing again. One more question though. Is there a way to change everything back to default? I can find no option.
User avatar
Love iz not
 
Posts: 3377
Joined: Sat Aug 25, 2007 8:55 pm

Post » Sun May 27, 2012 8:21 pm

Read my post about keybindings here: http://www.gamesas.com/topic/1317442-very-weird-problem-need-tech-savvy-help/page__p__19809525#entry19809525

Study the files provided and use them to your advantage. After you spend a little time with this you will be all set and won't have to ever worry about it again. Believe me as I've been using the same setup since the game was released without any issue through the patches.

You are a genius, thank you for sharing this. The problem I have run into now is that after following these steps ----->C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Interface\Controls\PC I don't have a "Controls" or "PC" directory. I get to "interface" and there is only a "translate_english" doc. Any suggestions?
User avatar
Phillip Brunyee
 
Posts: 3510
Joined: Tue Jul 31, 2007 7:43 pm

Post » Sun May 27, 2012 7:41 pm

You can simply create those directories for the controlmap.txt to go into to.

Also, the first time you start the game it is recommended that you go into the keybindings menu and select Default...this will read the custom file and set the keys accordingly. If you want to revert back to the actual default just remove the custom file and repeat the process within the menu.

Hope that helps.

Oh, and just a note to others that it might help...I keep the default interface keys as is (E, R, F, T, Tab, etc) and use AutoHotKey to assign them to additional keys of my choice. In other words, I really only use the custom controlmap.txt file for setting my movement keys to the numpad. That way the interface default keys will still work as the interface suggests during any given moment but I also have a custom key that I would more likey prefer to use instead. After a couple of uses the custom key becomes second nature so I don't really need the interface to tell me to use it and I avoid any issues that can arise from messing with those keys. I talk about this further down that thread if anyone's interested but here's my AHK file:

Spoiler
#NoEnv
#IfWinActive ahk_class Skyrim
SendMode Input
SetWorkingDir %A_ScriptDir%

Numpad1::R
Numpad5::F
Numpad7::E
NumpadAdd::Tab
NumpadEnter::Enter

With the custom controlmap.txt file AND the AHK code I've been running without any keymapping issues since nearly day 1.
User avatar
Jon O
 
Posts: 3270
Joined: Wed Nov 28, 2007 9:48 pm

Post » Sun May 27, 2012 10:36 pm

You can simply create those directories for the controlmap.txt to go into to.

Also, the first time you start the game it is recommended that you go into the keybindings menu and select Default...this will read the custom file and set the keys accordingly. If you want to revert back to the actual default just remove the custom file and repeat the process within the menu.

Hope that helps.

Oh, and just a note to others that it might help...I keep the default interface keys as is (E, R, F, T, Tab, etc) and use AutoHotKey to assign them to additional keys of my choice. In other words, I really only use the custom controlmap.txt file for setting my movement keys to the numpad. That way the interface default keys will still work as the interface suggests during any given moment but I also have a custom key that I would more likey prefer to use instead. After a couple of uses the custom key becomes second nature so I don't really need the interface to tell me to use it and I avoid any issues that can arise from messing with those keys. I talk about this further down that thread if anyone's interested but here's my AHK file:

Spoiler
#NoEnv
#IfWinActive ahk_class Skyrim
SendMode Input
SetWorkingDir %A_ScriptDir%

Numpad1::R
Numpad5::F
Numpad7::E
NumpadAdd::Tab
NumpadEnter::Enter

With the custom controlmap.txt file AND the AHK code I've been running without any keymapping issues since nearly day 1.
Thank you so much for your help! Everything worked perfect and all of the keys I have assigned are working now:) I am left with just one more annoyance which was there before so it is not from what you helped me do. When I search a body, i can't exit the body unless i take everything for some reason. When i hit the activate key again it does nothing, hit esc and it takes me to the control menu. I will search the other threads but if anyone reading this has a solution please let me know. Thanks again for your help, much appreciated!
User avatar
BethanyRhain
 
Posts: 3434
Joined: Wed Oct 11, 2006 9:50 am


Return to V - Skyrim