Are there any Series X rapid fire scripts?

Titan One general support. Questions, firmware update, feature request.

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Sun Jul 25, 2021 9:47 am

Rapid fire works and my anti works with my sprayers but for some reason doesnt seem to work very well with the dmr recoil. Only thing i can think of is the anti recoil delays? Think iv got mine dialed in at 100 and my rapid fire settings 40 hold and 100 release. Would that effect it?
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Thu Aug 05, 2021 3:30 pm

Dont suppose you could take the d pad down out so i could have a version to load into a slot where i can just have the rapid fire always on when i ads? Sorry to ask again
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Are there any Series X rapid fire scripts?

Postby Mad » Thu Aug 05, 2021 8:55 pm

Beryl wrote:Dont suppose you could take the d pad down out so i could have a version to load into a slot where i can just have the rapid fire always on when i ads? Sorry to ask again


TITAN TWO:
Code: Select all
#include <xb1.gph>
#define RF_HOLD    33
#define RF_RELEASE 64
 
main {
    if(is_active(XB1_LT) && is_active(XB1_RT)) combo_run(RF);
}
 
combo RF {
    set_val(XB1_RT, 100);
    wait(RF_HOLD);
    set_val(XB1_RT, 0);
    wait(RF_RELEASE);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Fri Aug 06, 2021 1:16 pm

Your the best, thankyou
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Fri Aug 06, 2021 6:15 pm

1 last thing as i think im out of ideas lol have you got a strafe to hand that when i ads ill strafe for like 2 or 3 seconds then itl stop? This may sound strange but i also use a xim and iv now got a toggle that when i ads im able to lean and move with the d pad so the auto strafe would just tied me over until i move my fingers? Hope that makes sense!
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Sat Aug 07, 2021 8:30 pm

bump
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Re: Are there any Series X rapid fire scripts?

Postby Beryl » Sun Aug 08, 2021 4:46 am

Bump
User avatar
Beryl
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 198
Joined: Fri Nov 27, 2020 7:47 pm

Previous

Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 38 guests