MLB THE SHOW (SCRIPT REQUEST)

GPC2 script programming for Titan Two. Code examples, questions, requests.

MLB THE SHOW (SCRIPT REQUEST)

Postby WhytePuma » Fri Apr 23, 2021 5:32 pm

https://www.youtube.com/watch?v=5K2n9tVO5ko


can anyone create a macro for titan two that internally walks like this video
User avatar
WhytePuma
Corporal
Corporal
 
Posts: 5
Joined: Mon Apr 12, 2021 11:34 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby Mad » Fri Apr 23, 2021 10:18 pm

Let us know the exact button presses / timings etc and maybe we can make a script. I don't want to watch a 9min vid.
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby WhytePuma » Sat Apr 24, 2021 10:22 am

LB+ B wait 10 seconds then do it again. thats all
User avatar
WhytePuma
Corporal
Corporal
 
Posts: 5
Joined: Mon Apr 12, 2021 11:34 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby xHandSolo » Tue Jul 27, 2021 6:46 am

I think the best method would be

Script default- off (LT+Dpad UP to activate it)

Wait 4 seconds, LB+B, wait 1 second, A button.
Wait 4 seconds, LB+B, wait 1 second, A button.

wash rinse repeat.

seems like could be easy to write. Never wrote one, but if no one does im gonna try lol
User avatar
xHandSolo
Sergeant
Sergeant
 
Posts: 6
Joined: Tue Jul 27, 2021 6:37 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby Mad » Tue Jul 27, 2021 7:39 am

Code: Select all
#include <xb1.gph>
bool toggle;
main {
    if(is_active(XB1_LT) && event_active(XB1_UP)) {
        toggle = !toggle;
    }
    if(toggle) combo_run(mlb);
    else if(mlb) combo_stop(mlb);
}
combo mlb {
    wait(4000);
    set_val(XB1_LB, 100);
    set_val(XB1_B, 100);
    wait(60);
    wait(1000);
    set_val(XB1_A, 100);
    wait(60);
}
ConsoleTuner Support Team || ConsoleTuner Discord || InputSense Discord
Mad
Major General
Major General
 
Posts: 4536
Joined: Wed May 22, 2019 5:39 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby xHandSolo » Tue Jul 27, 2021 9:16 am

that was quick. ima try it out
User avatar
xHandSolo
Sergeant
Sergeant
 
Posts: 6
Joined: Tue Jul 27, 2021 6:37 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby xHandSolo » Thu Aug 12, 2021 12:48 am

i tweaked a couple things to make it work better. Made another post.
User avatar
xHandSolo
Sergeant
Sergeant
 
Posts: 6
Joined: Tue Jul 27, 2021 6:37 am

Re: MLB THE SHOW (SCRIPT REQUEST)

Postby teckx » Wed Apr 06, 2022 10:26 pm

Anyone try this with 2022???
User avatar
teckx
Sergeant Major of the Army
Sergeant Major of the Army
 
Posts: 194
Joined: Tue Mar 27, 2018 1:53 pm


Return to GPC2 Script Programming

Who is online

Users browsing this forum: No registered users and 82 guests