GamePack for Black Ops 3

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

Re: GamePack for Black Ops 3

Postby jangeador » Wed Dec 09, 2015 6:37 pm

Sure, can you please send me a custom script that could do this? I am familiar with compiling and programming the device.

Thanks for the prompt response, and hopefully you would give us a hint soon on the new deal that you are working on. I read on another thread that you commented that it would be much more than "Titan two"
User avatar
jangeador
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 10, 2015 4:09 pm

Re: GamePack for Black Ops 3

Postby J2Kbr » Thu Dec 10, 2015 11:54 am

jangeador wrote:Sure, can you please send me a custom script that could do this? I am familiar with compiling and programming the device.

The code below will double jump when you press the fire button.

Code: Select all
define JUMP_BUTTON = PS4_CROSS;
define FIRE_BUTTON = PS4_R2;

main {

    if(event_press(FIRE_BUTTON)) {
        combo_run(DoubleJump);
    }

}

combo DoubleJump {
    set_val(JUMP_BUTTON, 100);
    wait(40);
    set_val(JUMP_BUTTON, 0);
    wait(350);
    set_val(JUMP_BUTTON, 100);
    wait(40);
}
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: GamePack for Black Ops 3

Postby armenvegas » Thu Dec 10, 2015 11:57 pm

thank you and I apologize for being so upset in previous posts. the script worked well for cod bo3 especially the ease of turning mods on and off with the ads + gamepad up, down, etc...
PS4 system DS4
can I ask for help for just autorun script please. well I mean when I push forward on left thumbstick it will run when pushed forward more than 50% that is. hope that made sense.

button layout = tactical flipped, stick layout default, look inversion standard

r1=shoot
r2=gernade
l1=aim
l2=special grenade
square=use/reload
triangle=switch weapon
circle=melee attack
x=jump

thank you
User avatar
armenvegas
Sergeant First Class
Sergeant First Class
 
Posts: 24
Joined: Sun Nov 29, 2015 10:52 pm

Re: GamePack for Black Ops 3

Postby J2Kbr » Fri Dec 11, 2015 11:44 am

armenvegas wrote:thank you and I apologize for being so upset in previous posts. the script worked well for cod bo3 especially the ease of turning mods on and off with the ads + gamepad up, down, etc...

no problem. Thanks for the feedback.

armenvegas wrote:PS4 system DS4 can I ask for help for just autorun script please. well I mean when I push forward on left thumbstick it will run when pushed forward more than 50% that is. hope that made sense.

I've checked our last posts and we were talking about the gamepack. Please post the script you are referring to, so I can change it as you want. thanks.
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: GamePack for Black Ops 3

Postby jangeador » Fri Dec 11, 2015 4:11 pm

Thanks for the script. Not really sure what could be more advanced than the titan one, but I look forward to buying it. I started to use the 'Bumper Jumper' button layout to be able to jump and aim at the same time. Can you please update the Black Ops 3 Gamepack to include all the button layouts available in the game? Thanks in advance!

Edit: My exact layout is 'Bumper Jumper Tactical' I used regular Tactical before this.
User avatar
jangeador
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 10, 2015 4:09 pm

Re: GamePack for Black Ops 3

Postby J2Kbr » Fri Dec 11, 2015 4:29 pm

Thanks for the feedback!! :)

Could you please do me a favor? PM me you request. I have two more updates to do in this gamepack and both I have saved in my private messages box. thanks.
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: GamePack for Black Ops 3

Postby jangeador » Fri Dec 11, 2015 4:54 pm

done
User avatar
jangeador
Sergeant
Sergeant
 
Posts: 8
Joined: Tue Nov 10, 2015 4:09 pm

Re: GamePack for Black Ops 3

Postby J2Kbr » Fri Dec 11, 2015 5:28 pm

got it, thanks.
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: GamePack for Black Ops 3

Postby armenvegas » Sat Dec 12, 2015 1:04 am

the GPC Script that worked for me(well easy enough for me to understand and use) was COD Black Ops 3(BO3) v1.9 by UK Wildcats Fans.

the light bar would go green to let me know when mod was on and rumble too. I liked that feature.

maybe I couldn't get the gamepack working because I don't have extra toggle buttons?
User avatar
armenvegas
Sergeant First Class
Sergeant First Class
 
Posts: 24
Joined: Sun Nov 29, 2015 10:52 pm

Re: GamePack for Black Ops 3

Postby armenvegas » Sat Dec 12, 2015 1:08 am

I think my left thumb stick has been over used from running in games so much that maybe that was keeping me from performing the autorun from the Gamepack?

if there is an easy script for helping me with that it would be awesome. either way I'm happy
User avatar
armenvegas
Sergeant First Class
Sergeant First Class
 
Posts: 24
Joined: Sun Nov 29, 2015 10:52 pm

PreviousNext

Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 114 guests