***************************************************************** ***************************************************************** ** ** ** ** ** Keyboard Remap FIX ** ** (c) Sebbo_Nation ** ** ** ***************************************************************** ***************************************************************** ***************************************************************** 1 About 2. includet Files 3. Installing 4. Known Bugs 5. HexCode for Keys ***************************************************************** ** ** ** 1. About ** ** ** ***************************************************************** I played Oblion years ago and found fun at the CS Tool. So i want the same for Skyrim, but after the purchase Yesterday and the Update of 1.3.10.0 i have to notice that the CustomKeybinding ingame is Bugy. After 2 hours of Google searching and only Crap-BoxControllerFIX's foundation and no Result for Keyboard, i mod my own Solution. This Fix include an Hardcode for all MenuKeys. With this Fix it is posible to change your GameplayKeys like Movement and MenuopeningKeys like the "InventoryKey" as your own without breaking the MenuKeys. All MenuKey's are now Hardcoded and conform the InterfaceKeys that are lookup in the Menus (like the "Inventory" F=Favorit, without F=Change PointOfView) P.S. If you finde any Gramma and Spellingfails notice that is only an gift for you :P. ***************************************************************** ** ** ** 2. includet Files ** ** ** ***************************************************************** controlmap.txt The File for Skyrim Keybinding ReadMe.txt The File you Read current :) ***************************************************************** ** ** ** 3. Installing ** ** ** ***************************************************************** Vista and 7 Users: -------------------------------------------------------------------------------------- Copy the "Data" Folder to your Skyrim_Rootfolder and Click YES to "Include the Files". Its default locadet in "...\Steam\SteamApps\common\skyrim" XP and other Users: -------------------------------------------------------------------------------------- Copy the "controls" Folder to your Skyrim_Interfacefolder and Include the Files. Its default locadet in "...\Steam\SteamApps\common\skyrim\Data\Interface" ("..." is your custom HDDevice and Folder Struktur) for Example my Folderstructure of SkyrimRootfolder ["C:\[Programme ]\Steam\SteamApps\common\skyrim"] I made to Guides because i noticce thate the Fileinclution only exist on Vista an uper Windows Versions. Short: -------------------------------------------------------------------------------------- Importand for the Fix is that the "controlmap.txt" is located in "Steam\SteamApps\common\skyrim\Data\Interface\controls\pc" ***************************************************************** ** ** ** 4. Known Bugs ** ** ** ***************************************************************** 1. Start Skyrim but nothing happens -> check the controlmap.txt and HexCode of the Keys (No KeyboardKey can stand in the Line of MouseButtons and X-BoxKeys and reverted) 2. Skyrim crashs while loading an Savegame -> check the controlmap.txt and HexCode of the Keys (No additional Spaceline is acceptable, Use the current KeyCode for SoftCoded Keys like [!0,"Key"]) ***************************************************************** ** ** ** 5. HexCode for Keys ** ** ** ***************************************************************** Credit to "Key mapping hex codes for reference" by Greytale http://www.skyrimnexus.com/downloads/file.php?id=592 Without this Table a cant make this FIX. So many THANKS to Greytale!!! ====================================================================================== Name Code Notice ====================================================================================== ====================================================================================== -[KEYBOARD]- [NumPad] -------------------------------------------------------------------------------------- NumPad1 (dwn lt) 0x4f NumPad2 (down) 0x50 NumPad3 (dwn rt) 0x51 NumPad4 (left) 0x4b NumPad5 0x4c NumPad6 (right) 0x4d NumPad7 (up lt) 0x47 NumPad8 (up) 0x48 NumPad9 (up rt) 0x49 NumLock 0x45 NumPadDivide 0xb5 (works like Slash) NumPadMult 0x37 NumPadMinus 0x4a NumPadPlus 0x4e NumPad0 0x52 NumPadEnter 0x9c NumPadDec (period) 0x53 (at least I THINK it's the "." (on German Board ",/Entf") and "del" numpad key) NumPadComma 0xb3 (never heard of it) [ArrowKeys] -------------------------------------------------------------------------------------- Up 0xc8 Down 0xd0 Left 0xcb Right 0xcd [Special] -------------------------------------------------------------------------------------- R-Alt 0xb8 R-Shift 0x36 R-Ctrl 0x9d L-Alt 0x38 L-Shift 0x2a L-Ctrl 0x1d Enter 0x1c Insert 0xd2 Delete 0xd3 Home 0xc7 End 0xcf Up 0xc8 PgUp 0xc9 PgDn 0xd1 Tab 0x0f Space 0x39 CapsLock 0x3a L-Windows 0xdb R-Windows 0xdc Esc 0x01 Tilde 0x29 Hyphen 0x0c Equal 0x0d Backspace 0x0e Bracketleft 0x1a Bracketright 0x1b Backslash 0x2b Semicolon 0x27 Quotesingle 0x28 Comma & < 0x33 Period & > 0x34 Slash & ? 0x35 PrintSrc 0xb7 ScrollLock 0x46 Pause 0xc5 [Numbers] -------------------------------------------------------------------------------------- 1 0x02 2 0x03 3 0x04 4 0x05 5 0x06 6 0x07 7 0x08 8 0x09 9 0x0a 0 0x0b [F-Keys] -------------------------------------------------------------------------------------- F1 0x3b F2 0x3c F3 0x3d F4 0x3e F5 0x3f F6 0x40 F7 0x41 F8 0x42 F9 0x43 F10 0x44 F11 0x57 F12 0x58 [Alphabet] -------------------------------------------------------------------------------------- Q 0x10 W 0x11 E 0x12 R 0x13 T 0x14 Y 0x15 U 0x16 I 0x17 O 0x18 P 0x19 A 0x1e S 0x1f D 0x20 F 0x21 G 0x22 H 0x23 J 0x24 K 0x25 L 0x26 Z 0x2c X 0x2d C 0x2e V 0x2f B 0x30 N 0x31 M 0x32 ====================================================================================== ====================================================================================== -[MOUSE]- -------------------------------------------------------------------------------------- Mouse1 0x0 (Left MouseButton) Mouse2 0x1 (Right MouseButton) Mouse3 0x2 (MouseWheelButton) Mouse4 0x3 Mouse5 0x4 Mouse6 0x5 Mouse7 0x6 Mouse8 0x7 MouseWheelUp 0x8 MouseWheelDown 0x9 MouseMove 0xa ======================================================================================