script request

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

script request

Postby Kamanup » Wed May 23, 2018 12:45 am

Hello, I would like to know if in the scripts "antithesis anti" can be added to mark the enemy automatically in battlefield 1?
PS4 console with keyboard and mouse in T2
Sorry my English, I'm Argentine
User avatar
Kamanup
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Mar 03, 2018 1:49 am

Re: script request

Postby J2Kbr » Wed May 23, 2018 3:34 pm

Yes, auto-stop can be added to the script. I believe to have done that here:

viewtopic.php?f=20&t=8891&p=64364
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: script request

Postby Kamanup » Wed May 23, 2018 10:13 pm

Thank you very much!!! I love the support they give in this forum.
Another question ... sorry for my ignorance but how do I add the code to the scripts?
User avatar
Kamanup
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Mar 03, 2018 1:49 am

Re: script request

Postby Kamanup » Thu May 24, 2018 1:01 am

J2Kbr wrote:Yes, auto-stop can be added to the script. I believe to have done that here:

viewtopic.php?f=20&t=8891&p=64364


I added it and it's great
Can you do one without having to aim, only with focus locate the enemy?
I do not know if I explain myself?
User avatar
Kamanup
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Mar 03, 2018 1:49 am

Re: script request

Postby J2Kbr » Thu May 24, 2018 12:03 pm

Kamanup wrote:Another question ... sorry for my ignorance but how do I add the code to the scripts?

With the Titan Two, in general, you can combine scripts by just coping and pasting one after other. :smile0517:
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: script request

Postby Kamanup » Thu May 24, 2018 11:17 pm

J2Kbr wrote:
Kamanup wrote:Another question ... sorry for my ignorance but how do I add the code to the scripts?

With the Titan Two, in general, you can combine scripts by just coping and pasting one after other. :smile0517:



Can you make a code of autospot that is active all the time, without having to press L2?
PS4 console
keyboard and mouse in T2
User avatar
Kamanup
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Mar 03, 2018 1:49 am

Re: script request

Postby J2Kbr » Tue May 29, 2018 1:17 pm

Sure, this will press R1 (Spot) at maximum rate without "overheat" as soon as the script is loaded:
Code: Select all
main {
    combo_run(AutoSpot);
}
 
combo AutoSpot {
    set_val(BUTTON_4, 100.0);
    wait(40);   
    wait(980);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: script request

Postby Kamanup » Wed Jun 20, 2018 2:29 am

J2Kbr wrote:Sure, this will press R1 (Spot) at maximum rate without "overheat" as soon as the script is loaded:
Code: Select all
main {
    combo_run(AutoSpot);
}
 
combo AutoSpot {
    set_val(BUTTON_4, 100.0);
    wait(40);   
    wait(980);
}
 



THANK YOU VERY MUCH!!!


Can you make a autospot code that activates automatically while I'm running?
User avatar
Kamanup
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Sat Mar 03, 2018 1:49 am

Re: script request

Postby J2Kbr » Wed Jun 20, 2018 8:14 am

Kamanup wrote:Can you make a autospot code that activates automatically while I'm running?

this will activate the auto spot only when the left analog stick is pushed forward.
Code: Select all
main {
    if(get_val(STICK_2_Y) < -80.0) {
        combo_run(AutoSpot);
    }
}
 
combo AutoSpot {
    set_val(BUTTON_4, 100.0);
    wait(40);   
    wait(980);
}
 
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 98 guests