Jump to content

AoB

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by AoB

  1. Already posted about this on the steam boards so I'll just copypaste it from there:

     

    "Just wanted to give you guys a heads up, that after roaming and plowing through thhe "modding" thread at http://forums.obsidian.net/index.php...c=55422&st=195 and the great neat little fixes there are posted and tinkering around them myself I came up with a pretty much best way of implementing "walking" into the keyboard+mouse combo on the PC.

     

    All you have to do is go to ...\Steam\steamapps\common\alpha protocol\APGame\Config , open the DefaultInput.ini file and edit the following lines:

     

    Exchange the first 4 lines just after ";General Bindings" to:

     

     

    ; --- General bindings
    +Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=0.2")
    +Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-0.2")
    +Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-0.2")
    +Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+0.2")

     

    and add these lines after ";Player Movement"

     

    +Bindings=(Name="W",Command="Axis aBaseY Speed=1.0",Control=False,Shift=False,Alt=False)

    +Bindings=(Name="S",Command="Axis aBaseY Speed=-1.0",Control=False,Shift=False,Alt=False)

    +Bindings=(Name="A",Command="Axis aStrafe Speed=-1.0",Control=False,Shift=False,Alt=False)

    +Bindings=(Name="D",Command="Axis aStrafe Speed=1.0",Control=False,Shift=False,Alt=False)

    +Bindings=(Name="W",Command="Axis aBaseY Speed=1.0",Control=False,Shift=False,Alt=True)

    +Bindings=(Name="S",Command="Axis aBaseY Speed=-1.0",Control=False,Shift=False,Alt=True)

    +Bindings=(Name="A",Command="Axis aStrafe Speed=-1.0",Control=False,Shift=False,Alt=True)

    +Bindings=(Name="D",Command="Axis aStrafe Speed=1.0",Control=False,Shift=False,Alt=True)

     

    And save it.

     

    This way your Mike will now be able to walk and actually sneak instead of doing his little rearend dance with just holding the LeftAlt key. "

     

    Biggest thanks go to users Spiked and rick of course :)

×
×
  • Create New...