Final Fantasy 8 Remastered on Xbox One Hep

GPC1 script programming for Titan One. Code examples, questions, requests.

Final Fantasy 8 Remastered on Xbox One Hep

Postby Skarmoy227 » Thu Jul 02, 2020 4:07 am

Hi, Ive been trying to use the titan one to be able to play Final Fantasy 8 Remastered on my Xbox One. i would like a Script to be able to press the cross(x) to be able to give my summons (GFs) a boost. During the boost i sometimes need to stop pressing the button. i have tried turbo max and it does not work.

Thanks in advance
User avatar
Skarmoy227
Sergeant First Class
Sergeant First Class
 
Posts: 17
Joined: Thu Jul 02, 2020 3:53 am

Re: Final Fantasy 8 Remastered on Xbox One Hep

Postby Mad » Thu Jul 02, 2020 4:14 am

Welcome. :smile0201:

You want a script that holds X when you tap it, and tap again to release?
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: Final Fantasy 8 Remastered on Xbox One Hep

Postby Skarmoy227 » Thu Jul 02, 2020 11:39 am

i want a script that presses x as fast as t can when i press and hold x and stops when i release x.
User avatar
Skarmoy227
Sergeant First Class
Sergeant First Class
 
Posts: 17
Joined: Thu Jul 02, 2020 3:53 am

Re: Final Fantasy 8 Remastered on Xbox One Hep

Postby J2Kbr » Thu Jul 02, 2020 2:43 pm

Skarmoy227 wrote:i want a script that presses x as fast as t can when i press and hold x and stops when i release x.

Please try this:
Code: Select all
main {
    if(get_val(PS4_CROSS)) {
        combo_run(TurboX);
    } else if(combo_running(TurboX)) {
        combo_stop(TurboX);
    }
}
 
combo TurboX {
    set_val(PS4_CROSS, 100);
    wait(40);
    set_val(PS4_CROSS, 0);
    wait(30);
    set_val(PS4_CROSS, 0);
}
 
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: Final Fantasy 8 Remastered on Xbox One Hep

Postby Skarmoy227 » Sun Jul 05, 2020 1:08 am

What do I need to do to get this to work? i tried it on my titan one, but it won't work. do i need to put it on a certain slot for it to work.

I don't know if this will interfere with this but during the button pressing, i need to press an hold the back button to enter the boost.
User avatar
Skarmoy227
Sergeant First Class
Sergeant First Class
 
Posts: 17
Joined: Thu Jul 02, 2020 3:53 am

Re: Final Fantasy 8 Remastered on Xbox One Hep

Postby J2Kbr » Mon Jul 06, 2020 12:48 pm

The script will work on any slot you choose.

In order to activate the combo, all you need to do is press and hold the Cross button (or A button if Xbox).
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 GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 67 guests