Announcement

Collapse
No announcement yet.

How to enable auto run?

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

  • 1ncorrect
    replied
    Originally Posted by iOL View Post

    It has been resolved.
    Nice

    Leave a comment:


  • iOL
    replied
    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.

    Leave a comment:


  • 1ncorrect
    replied
    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?

    Leave a comment:


  • iOL
    replied
    Windows was not using the virtual controller for the game.

    Leave a comment:


  • reWASDer
    replied
    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:	500
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.

    Leave a comment:


  • iOL
    replied
    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:	484
Size:	156.9 KB
ID:	230323
    Click image for larger version

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

    Thanks

    Leave a comment:


  • reWASDer
    replied
    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]).

    Leave a comment:


  • iOL
    started a topic How to enable auto run?

    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
Working...
X