auto rapidfire macro script

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

auto rapidfire macro script

Postby vladi182 » Thu Mar 15, 2018 3:53 pm

Hi all,
im playing warframe and need help for writing and uploading the script to my titan two.

I play with NACON V2 and want by press circle or M2 (stick on the backside from controller) macro on, auto rapidfire is activate.

Can you give me step by step description how i write the scrip and upload this.

I find example but don’t know how I upload that
Code: Select all
main {
    if(get_val(BUTTON_5)) {
        combo_run(Rapidfire);
    }
}
 
combo Rapidfire {
    set_val(BUTTON_5, 100.0);
    wait(40);
    set_val(BUTTON_5, 0.0);
    wait(40);
}


http://www.bilder-upload.eu/show.php?file=6be649-1521129260.jpg

Sorry is my first gadget i need kickstart :-)

Thanks in advance
best regard
User avatar
vladi182
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Tue Feb 13, 2018 6:38 pm

Re: auto rapidfire macro script

Postby J2Kbr » Thu Mar 15, 2018 7:42 pm

This simple script has a on/off toggle on the CIRCLE button for the Rapidfire. If the Radpifire is on the color changes to Purple, if is off the color is Blue.

Code: Select all
bool toggle;
 
main {
    if(event_active(BUTTON_15)) {
        toggle = !toggle;
        if(toggle) {
            led_set(LED_4, -1.0, 0);
        } else led_reset();
    }
    if(toggle) {
        if(get_val(BUTTON_5)) {
            combo_run(Rapidfire);
        }
    }
}
 
combo Rapidfire {
    set_val(BUTTON_5, 100.0);
    wait(40);
    set_val(BUTTON_5, 0.0);
    wait(40);
}
 


On Gtuner IV create a new GPC file (shortcut Ctrl+E), give a name and click "Create".

Copy and paste the above code in the GPC code editor and save.

On the toolbar you will find a icon of a chip with a small green arrow pointing down, click to select which memory slot you want store the script.

Now on the Titan Two press the button until the number on the display is the same as the chosen memory slot.

That is all, the script should be running and ready to use. :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: auto rapidfire macro script

Postby vladi182 » Sat Mar 17, 2018 8:21 am

Good morning Support Team,

thanks for description it work!!! I note that the fire speed is to slow can you please let me know where I can modify it?

Error summary
1. The next question is i have here olt micro sd card 16GB formatted FAT32 but it not work, Gtuner event manager say: Micro-SD Card: FS Error (1) micro sd i formatted in gtuner not in Windows (work area on the right side).

2. Gtuner 1.0.2.40 DE: Automatic-Error loading Language?

3. Update Avalible: Titan Two 0.98.1.36 i allready install the last version but they say this when connect to the pc each time?

My Configuration:
Bootloader v.3.10
Firmware 0.98.1.34

Last question what can i do that the Button M1-4 will be supported? (see the link)

http://www.bilder-upload.eu/show.php?file=5fb376-1521275353.jpg

Many thanks in advance,
best regards
User avatar
vladi182
Staff Sergeant
Staff Sergeant
 
Posts: 11
Joined: Tue Feb 13, 2018 6:38 pm

Re: auto rapidfire macro script

Postby J2Kbr » Mon Mar 19, 2018 11:13 am

vladi182 wrote:1. The next question is i have here olt micro sd card 16GB formatted FAT32 but it not work, Gtuner event manager say: Micro-SD Card: FS Error (1) micro sd i formatted in gtuner not in Windows (work area on the right side).

Please try format the sd card on PC, be sure it has only one primary partition and formatted with FAT32.

vladi182 wrote:2. Gtuner 1.0.2.40 DE: Automatic-Error loading Language?

The DE language is not yet available on Gtuner IV.

vladi182 wrote:3. Update Avalible: Titan Two 0.98.1.36 i allready install the last version but they say this when connect to the pc each time?

Go to top menu tools and click on Check for Updates...
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 45 guests