Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: angel_jo Profile
 | Femeie 19 ani Bucuresti cauta Barbat 25 - 72 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2262
|
|
Got a great discount for this game a few days ago, paid only about 7 EUR. 2nd best game purchase I ever made.
# # # # # # # # # # # # # # AUTO WALKING FEATURE # # # # # # # # # # # # # #
Right now it's at v1.77 and the autowalk feature is not working, even though it exists in Key Binding in Options (default key is Z)
Some clever people found out an AutoHotkey script solution that binds the Z key to keep W key pressed, meaning that if you press Z it will be just like you were keeping W pressed, instead the script does it for you and you can rest your finger.
See script below. Source: Note: on 3rd page of Source (post #31) there is another more complex script, but I got an error on that in line 36 (global AnyKey)
1) Open Notepad
2) Copy/Paste the following:
; --------------------- START OF SCRIPT
#NoEnv SendMode Input SetWorkingDir %A_ScriptDir%
#IfWinActive, TheLongDark
#MaxThreadsPerHotkey 3
z:: ; THIS IS THE KEY ASSIGNED TO TOGGLE THE AUTOWALK FUNCTION
#MaxThreadsPerHotkey 1
if Autowalk { Autowalk := false return }
Autowalk := true
Loop { Send w Sleep 10 if not Autowalk break }
Autowalk := false
return
; --------------------- END OF SCRIPT
3) Save your file as Autowalk.ahk on your desktop or a directory of your choice (you can choose whatever name you want but keep the extension ahk)
4) Open your browser and search for AutoHotKey on Google
5) Download and install and close whatever help window may appear
6) Double-click the previous saved Autowalk.ahk file
7) Play The Long Dark and enjoy the freedom of autowalking
_______________________________________

|
|
pus acum 5 ani |
|