Let's face it, it will never get to be as good as in real GH to play on Joypad, FoF is simply not made for it, unless the authors make a mod (no strum mod or sth like this) it won't be possible to write a perfect no strum script in GlovePie or any other launguage (i even tried C, but i got same results) the best i have for now is the one i posted before
Code: Select all
If pressed(Key.One) or pressed(Key.Two) or pressed(Key.Three) or pressed(Key.Four) or pressed(Key.Five) then begin
wait 20ms
press(Keyboard.Dot)
release(Keyboard.Dot)
Endif
i've tried to apply all the other ideas, but it simply didn't help :P
(or maybe I'm just too stupid to do it myself ^^)