Announcement

Collapse
No announcement yet.

How to enable auto run?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to enable auto run?

    Hi, is this possible to enable some triggers ie: at more than 95% left stick, press L3?

    Something like :

    Code:
    if((get_val(PS5_LY)) < -95) {
    combo_run(pressL3);
    }
    Thanks

  • #2
    Hello!

    You can use Zones for such case. In your case, you will need to add a mapping to High zone. Using Zone Shape slider, please set the value you need: it should be 31130 (95% * 32768).

    Once you add L3 to stick, it will be pressed and held all the time while you are inside this zone.

    If you need it to be pressed only once, then please use Combo (Execute at once mode, [L3-press] [pause (about 30 ms)] [L3-release]).

    Comment


    • #3
      I tried to set zone but it doesnt work.

      What am i doing wrong?

      Click image for larger version

Name:	2022-02-20 11_21_13-Window.png
Views:	422
Size:	156.9 KB
ID:	230323
      Click image for larger version

Name:	2022-02-20 11_22_48-Window.png
Views:	410
Size:	43.7 KB
ID:	230324

      Thanks

      Comment


      • #4
        Please ensure that you have added a combo to All directions, I don't see what you have there:

        Click image for larger version

Name:	3458541acd.png
Views:	438
Size:	85.1 KB
ID:	230326

        As for Up direction, I think it should be removed, because you will get 2 stick presses when you go Up, and the running mode will be switched off I guess.

        Comment


        • #5
          Windows was not using the virtual controller for the game.

          Comment


          • #6
            Originally Posted by iOL View Post
            Windows was not using the virtual controller for the game.
            Let me clarify, was this an issue and has it been resolved, or is Windows still not recognizing the controller?

            Comment


            • #7
              Originally Posted by 1ncorrect View Post

              Let me clarify, was this an issue and has it been resolved, or is Windows still not recognizing the controller?
              It has been resolved.

              Comment


              • #8
                Originally Posted by iOL View Post

                It has been resolved.
                Nice

                Comment

                Working...
                X