Jump to content

Christina Garner

Vintarian
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Christina Garner

  1. Thanks for the suggestion! Since I posted that, I started using an Autohotkey script to make sprint into a toggle instead of having to hold it down, and also you can use the same idea to make an auto-run key.  It's working well, although it would be nice if it was part of the base game.

    Here's the script if anyone is interested:

    z::
    KeyDown := !KeyDown
    If KeyDown
    	SendInput {v down}
    Else
    	SendInput {v up}
    Return

    Substitute "z" and "v" for the relevant keys

    taken from here: https://www.autohotkey.com/boards/viewtopic.php?t=11938

     

  2. Yes, please make a sprint toggle and also autorun (ie. keep moving forward without holding down W.)

    I just bought the game and its awesome but my hand is killing me already.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.