Can u make you're own SPS on the Titan one?

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

Can u make you're own SPS on the Titan one?

Postby Rookie of The Year » Sun Dec 10, 2017 6:17 pm

I Just bought the titan one so I'm new to the forum I have a question I know this might sound like a stupid question which it is but can I make my own SPS aka shots per second again sorry for the stupid question I appreciate all of you're response's and patient's thank you
User avatar
Rookie of The Year
Sergeant
Sergeant
 
Posts: 6
Joined: Fri Dec 08, 2017 5:51 pm

Re: Can u make you're own SPS on the Titan one?

Postby Prototype » Mon Dec 11, 2017 10:15 am

Hello and welcome,

To find the best settings for a weapon you have to fine tune the hold time and the release time, here is how to do:
Code: Select all
define RAPIDFIRE_BUTTON = PS4_R2;
 
main {
    if(get_val(PS4_R2)) {
        combo_run(RAPID_FIRE);
    }
}
 
combo RAPID_FIRE {
    set_val(RAPIDFIRE_BUTTON, 100);
    wait(40); // This is the hold time in ms
    set_val(RAPIDFIRE_BUTTON, 0);
    wait(30); // This is the release time in ms
    set_val(RAPIDFIRE_BUTTON, 0);
}

Edit theses values to change the SPS.

There is also some codes that uses the RPM for the Titan Two, i don't know if we have that for the Titan One.
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3250
Joined: Sun Dec 16, 2012 1:43 pm

Re: Can u make you're own SPS on the Titan one?

Postby bonefisher » Mon Dec 11, 2017 10:51 am

There are many examples in Titan One's library: Look at mine or The Rabid Taco's scripts which are adjustable! :smile0517:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Can u make you're own SPS on the Titan one?

Postby Rookie of The Year » Mon Dec 11, 2017 5:37 pm

Thanks I really appreciate all of you're guys help :smile0517:
User avatar
Rookie of The Year
Sergeant
Sergeant
 
Posts: 6
Joined: Fri Dec 08, 2017 5:51 pm


Return to Titan One Device

Who is online

Users browsing this forum: devlivings, Philberhane and 117 guests