Odpowiedzi

Profil ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

H2SO4, (edited ) do gaming angielski

Playing a lot of RDR2 for the first time. The minigame "Five Finger Filet" annoys the hell outta me. So wrote an AutoHotKey script for it. It goes about 12 fillets(?) per round.

` ; Recommended for performance and compatibility with future AutoHotkey releases.
; ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

keys := ["s", "d", "a", "s", "a"]

SetKeyDelay, 0, 50
^a::
While !(GetKeyState("x", "P"))
{
for key, val in keys
{
Send {w down}
Sleep 50
Send {w up}
Sleep 100
Send {%val% down}
Sleep 50
Send {%val% up}
Sleep 100
}
}`

Read Dead Redemption 2
Five Finger Fillet
AutoHotKey script
(change the keys array every round).

Edit: Just realized hashtags work!

derekabutton,

Not familiar with RDR2, but I’m into ahk, and you said that you change the keys every round. Would it be helpful to have a prompt ask you what your 5 keys have to be? That way you wouldn’t have to edit and rerun the program. Just control a again and it would open a new window asking what your keys will be.

derekabutton,

A wise man once told me that technology isn’t about making simple things complicated. It’s about making complicated things simple.

The code for the prompt would probably be twice the size of the rest, and would take quite a bit more time than it would save. Sounds like you had the right idea in leaving it out. I can never keep myself to those obvious limits and it’s always such a waste automating for hours to save seconds lol

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • Blogi
  • slask
  • rowery
  • fediversum
  • niusy
  • Cyfryzacja
  • giereczkowo
  • Pozytywnie
  • lieratura
  • krakow
  • esport
  • muzyka
  • sport
  • Spoleczenstwo
  • tech
  • kino
  • LGBTQIAP
  • opowiadania
  • Psychologia
  • motoryzacja
  • turystyka
  • MiddleEast
  • zebynieucieklo
  • test1
  • Archiwum
  • FromSilesiaToPolesia
  • NomadOffgrid
  • m0biTech
  • Wszystkie magazyny