CoD BO3/ Noob Script Request /even possible?

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

CoD BO3/ Noob Script Request /even possible?

Postby dudedeno » Mon Feb 12, 2018 11:03 pm

Hello Community,

i have a script request but i dont know if this is possible. I hope someone can help me out.
This is based on Playstation 4 and only ethernet cable connection.
The game is Call of Duty Black Ops 3 and the digital version.
I need 2 Scripts i will explain each script now. Disconnect PS4 from internet can be done in Settings/Network Settings/Connect with the Internet Checkmark ON/OFF but iam 100% sure u guys now it

1. Script

If i press L2 + R2 (activation) the script has to do the following steps immediately without repeating the steps :

-Disconnect PS4 System with the internet
-Dashboard the Game
(has to be done Immediately after the step before)
-Connect PS4 System with the internet
-Start Black Ops 3 ( At this Step the script has to be finished and only activated again by pressing L2 + R2 (ingame))



2. Script ( needs to repeat the steps till deactivation manually ) + activation/deactivation button in the Main Menu Ingame

- Start Call of Duty Black Ops 3
- Press X to go to the Main Menu
- Click on Zombies
- Immediately after click on Zombies Disconnect PS4 System with the Internet
- Dashboard the Game (has to be done
Immediately
after the step before)
- Connect PS4 System with the Internet
-Repeat all Steps
User avatar
dudedeno
Private First Class
Private First Class
 
Posts: 3
Joined: Mon Feb 12, 2018 11:01 pm

Re: CoD BO3/ Noob Script Request /even possible?

Postby J2Kbr » Tue Feb 13, 2018 9:11 am

The easiest way to do this is using the ComboMagick plugin.

With this plugin you can convert the controller inputs to a GPC combo and then run the generated combo with the button combination you want (i.e. L2+R2).

Open Gtuner Pro, launch the ComboMagick and click on the button "capture", after the countdown perform the steps needed as you described above.

Then copy-paste the generated combo code here, so we can use it to make the script. :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: CoD BO3/ Noob Script Request /even possible?

Postby dudedeno » Sat Feb 24, 2018 11:28 am

Hi Guys, i used MaxRec and then GRD2GPC Converter thats the script, can someone edit that script so it repeats the steps forever
and maybe an Activation/Deavtivation button like L3+R3

Code: Select all
//
// 2018-02-24 11:41:34
// GPC Generated by GRD2GPC v1.0
//----------------------------------------
combo grd2gpc {
    wait(1050);
    set_val(PS4_CROSS, 100);
    wait(180);
    set_val(PS4_PS, 100);
    wait(120);
    set_val(PS4_PS, 100);
    wait(620);
    set_val(PS4_CROSS, 100);
    wait(140);
    set_val(PS4_CROSS, 100);
    wait(200);
    set_val(PS4_PS, 100);
    wait(650);
    set_val(PS4_OPTIONS, 100);
    wait(410);
    set_val(PS4_CROSS, 100);
    wait(500);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(4000);
    wait(430);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(1340);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(3820);
}
 
User avatar
dudedeno
Private First Class
Private First Class
 
Posts: 3
Joined: Mon Feb 12, 2018 11:01 pm

Re: CoD BO3/ Noob Script Request /even possible?

Postby J2Kbr » Sat Feb 24, 2018 8:04 pm

Thank you for posting the combo code, here is the script:
Code: Select all
int toggle;
 
main {
    if((get_val(PS4_L3) && event_press(PS4_R3))
    || (get_val(PS4_R3) && event_press(PS4_L3))) {
        toggle = !toggle;
    }
    if(toggle) {
        combo_run(grd2gpc);
    } else if(combo_running(grd2gpc)) {
        combo_stop(grd2gpc);
    }
}
 
//
// 2018-02-24 11:41:34
// GPC Generated by GRD2GPC v1.0
//----------------------------------------
combo grd2gpc {
    wait(1050);
    set_val(PS4_CROSS, 100);
    wait(180);
    set_val(PS4_PS, 100);
    wait(120);
    set_val(PS4_PS, 100);
    wait(620);
    set_val(PS4_CROSS, 100);
    wait(140);
    set_val(PS4_CROSS, 100);
    wait(200);
    set_val(PS4_PS, 100);
    wait(650);
    set_val(PS4_OPTIONS, 100);
    wait(410);
    set_val(PS4_CROSS, 100);
    wait(500);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(4000);
    wait(430);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(4000);
    wait(1340);
    set_val(PS4_CROSS, 100);
    wait(4000);
    wait(3820);
}
 
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: CoD BO3/ Noob Script Request /even possible?

Postby dudedeno » Sun Feb 25, 2018 8:17 am

Thank you m8!
User avatar
dudedeno
Private First Class
Private First Class
 
Posts: 3
Joined: Mon Feb 12, 2018 11:01 pm


Return to GPC1 Script Programming

Who is online

Users browsing this forum: No registered users and 59 guests