PC Script Help
6 posts
• Page 1 of 1
PC Script Help
Can someone please help make a script. Im trying to make my Xbox One Controller rapidly fire the right trigger and move the right analog slightly down and keep repeating. Im also trying to run this on my PC and cant get this to work.
here is my script:
here is my script:
- Code: Select all
main {
combo_run(Turbo_1);
}
combo Turbo_1 {
set_val(XB1_RT, 100);
wait(90);
set_val(XB1_RT, 100);
set_val(XB1_RY, 32);
wait(5000);
I Love Pugs :D
-
Puggelicious - Sergeant First Class
- Posts: 18
- Joined: Tue Jul 25, 2017 12:36 pm
Re: PC Script Help
Need to release the trigger in the combo.
- Code: Select all
main {
combo_run(Turbo_1);
}
combo Turbo_1 {
set_val(XB1_RY, 32);
set_val(XB1_RT, 100);
wait(60);
set_val(XB1_RY, 32);
set_val(XB1_RT, 0);
wait(60);
}
- Mad
- Major General
- Posts: 4438
- Joined: Wed May 22, 2019 5:39 am
Re: PC Script Help
is they're anyway that this can work when the titan one is plugged into my PC? It seems to only work on my Xbox One?
I Love Pugs :D
-
Puggelicious - Sergeant First Class
- Posts: 18
- Joined: Tue Jul 25, 2017 12:36 pm
Re: PC Script Help
Yes. It should work fine on console. I use mine on ps4 from time to time.
Your code is missing triggers to activate your combo.
Do you want the code to always be running or only when you press a certain button?
Your code is missing triggers to activate your combo.
Do you want the code to always be running or only when you press a certain button?
-
SkylockVixen - Corporal
- Posts: 5
- Joined: Mon Mar 20, 2023 9:18 am
Re: PC Script Help
Puggelicious wrote:is they're anyway that this can work when the titan one is plugged into my PC? It seems to only work on my Xbox One?
Set the output protocol to xbox 360.
- Mad
- Major General
- Posts: 4438
- Joined: Wed May 22, 2019 5:39 am
Re: PC Script Help
Mad wrote:Puggelicious wrote:is they're anyway that this can work when the titan one is plugged into my PC? It seems to only work on my Xbox One?
Set the output protocol to xbox 360.
Thank you it worked

I Love Pugs :D
-
Puggelicious - Sergeant First Class
- Posts: 18
- Joined: Tue Jul 25, 2017 12:36 pm
6 posts
• Page 1 of 1
Who is online
Users browsing this forum: Shinitenshi and 16 guests