down arrow glitch

Post » Mon Dec 12, 2011 7:40 pm

Since the most recent patch, using the down arrow to scroll through lists does not work. This has effectivly stopped me from playing the game. Any ideas out there?
User avatar
Ellie English
 
Posts: 3457
Joined: Tue Jul 11, 2006 4:47 pm

Post » Mon Dec 12, 2011 5:22 pm

One of the more annoying changes introduced with the new patch is that the input code now locks out the arrow keys on the menu screen. So where before: up (0xc8), down (0xc0), left (0x1e), and right (0x20) would allow a person to navigate the menus. Now only the WASD keys work. Even overriding the .\Data\Interface\Controls\controlmap.txt file doesn't fix the problem.

Forward			0xc8,0x11		0xff	0xff		1	0	0	0x801Back			0xc0,0x1f		0xff	0xff		1	0	0	0x801Strafe Left		0x1e,0xcb		0xff	0xff		1	0	0	0x801Strafe Right		0x20,0xcd		0xff	0xff		1	0	0	0x801//Menu ModeUp		!0,Forward	!0,Forward	0x0001	0	0	0	0x8Down		!0,Back		!0,Back		0x0002	0	0	0	0x8Left		!0,Strafe Left	!0,Strafe Left	0x0004	0	0	0	0x8Right		!0,Strafe Right	!0,Strafe Right	0x0008	0	0	0	0x8




Use your mouse wheel or WASD keys.
User avatar
Matthew Barrows
 
Posts: 3388
Joined: Thu Jun 28, 2007 11:24 pm

Post » Tue Dec 13, 2011 12:21 am

Use your mouse wheel or WASD keys.


tyvm ; )
User avatar
Nitol Ahmed
 
Posts: 3321
Joined: Thu May 03, 2007 7:35 am


Return to V - Skyrim