RuneStorm
https://www.runestorm.com/forums/

WASD Stuck
https://www.runestorm.com/forums/viewtopic.php?f=114&t=78458
Page 1 of 1

Author:  CaptainFishy [ Sat Oct 25, 2014 4:40 pm ]
Post subject:  WASD Stuck

I have tried reinstalling multiple times, but the problem is still present. I can do everything except move.

Author:  Black Eagle [ Sun Oct 26, 2014 2:31 am ]
Post subject:  Re: WASD Stuck

Hmm, does changing the bindings in the options not help? :?

Do you have an Xbox Controller? If so, you can try unplugging it, or simply using it to play the game.

Author:  CaptainFishy [ Sun Oct 26, 2014 11:40 am ]
Post subject:  Re: WASD Stuck

Neither Worked

Author:  Black Eagle [ Mon Oct 27, 2014 1:30 am ]
Post subject:  Re: WASD Stuck

Ok. Advanced level cure:

Navigate to the game's install folder under SteamApps.
Under "\UDKGame\Config" you'll find a UDKInput.ini file.

Search for the [RSGCore.RSPlayerInput] section inside the file.

Under this section, look for lines that start like this:
Code:
Bindings=(Name="GBA_MoveForward",Command="Axis aBaseY Speed=1.0",
Bindings=(Name="GBA_Backward",Command="Axis aBaseY Speed=-1.0",
Bindings=(Name="GBA_StrafeLeft",Command="Axis aStrafe Speed=-1.0",
Bindings=(Name="GBA_StrafeRight",Command="Axis aStrafe Speed=+1.0",


And:

Code:
Bindings=(Name="W",Command="GBA_MoveForward",
Bindings=(Name="S",Command="GBA_Backward",
Bindings=(Name="A",Command="GBA_StrafeLeft",
Bindings=(Name="D",Command="GBA_StrafeRight",



Make sure they are present, if they are not, then paste this at the end of the [RSGCore.RSPlayerInput] section.

Code:
Bindings=(Name="GBA_MoveForward",Command="Axis aBaseY Speed=1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="GBA_Backward",Command="Axis aBaseY Speed=-1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="GBA_StrafeLeft",Command="Axis aStrafe Speed=-1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="GBA_StrafeRight",Command="Axis aStrafe Speed=+1.0",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="W",Command="GBA_MoveForward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="S",Command="GBA_Backward",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="A",Command="GBA_StrafeLeft",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)
Bindings=(Name="D",Command="GBA_StrafeRight",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)


Save the file and now try.

Author:  CaptainFishy [ Mon Oct 27, 2014 2:20 pm ]
Post subject:  Re: WASD Stuck

Thank You!

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/