Destiny 2

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

Re: Destiny 2

Postby lucian84 » Wed Nov 08, 2017 2:17 pm

I have order an titan one as i dont know when titan two gets release. Does anyone have a date?
When can i order it and from were? I live in Sweden

Can i use more mods at the same time ex auto run and anti recoil. Or 3 - 4 mods at the same time?

Another question is it possible with titan one to say use my super in Destiny 2 instead of pressing 2 buttons L1 and R1 at the same time to only press one button ex L3.

Another question i read that titan one resets every 10 min is that even if i use å normal ds4 controller on my ps4 pro? If thats the case do i notice it?

Thanks
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby J2Kbr » Thu Nov 09, 2017 6:47 am

Welcome to our community.
lucian84 wrote:I have order an titan one as i dont know when titan two gets release. Does anyone have a date?
When can i order it and from were? I live in Sweden

We will have the Titan Two available for purchasing yet this month. :smile0517:

lucian84 wrote:Can i use more mods at the same time ex auto run and anti recoil. Or 3 - 4 mods at the same time?

yes, you can. no limitations on how many mods you can enable at the same time.

lucian84 wrote:Another question is it possible with titan one to say use my super in Destiny 2 instead of pressing 2 buttons L1 and R1 at the same time to only press one button ex L3.

Definitively, This can be accomplished with an simple script.

lucian84 wrote:Another question i read that titan one resets every 10 min is that even if i use å normal ds4 controller on my ps4 pro? If thats the case do i notice it?

Using an DS4 controller, or any PS4 compatible controller, there is not 10 min reconnection on PS4. The reconnection only happens when using a non PS4 compatible controller, and only on Ps4.
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: Destiny 2

Postby lucian84 » Thu Nov 09, 2017 8:07 am

Thank you för the answers.

What Bluetooth dongle is it recommended or the best to use with titan one för wireless?
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby J2Kbr » Thu Nov 09, 2017 8:54 am

Some recommended adapters are the ASUS BT-400 and the SMK lINK Nano V4.0 LE+EDR.
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: Destiny 2

Postby lucian84 » Thu Nov 09, 2017 9:24 am

Thanks
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby lucian84 » Thu Nov 09, 2017 9:30 am

From where Will i be able to order titan two any link?
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby lucian84 » Thu Nov 09, 2017 10:50 am

J2Kbr wrote:Welcome to our community.
lucian84 wrote:I have order an titan one as i dont know when titan two gets release. Does anyone have a date?
When can i order it and from were? I live in Sweden

We will have the Titan Two available for purchasing yet this month. :smile0517:

lucian84 wrote:Can i use more mods at the same time ex auto run and anti recoil. Or 3 - 4 mods at the same time?

yes, you can. no limitations on how many mods you can enable at the same time.

lucian84 wrote:Another question is it possible with titan one to say use my super in Destiny 2 instead of pressing 2 buttons L1 and R1 at the same time to only press one button ex L3.

Definitively, This can be accomplished with an simple script.

bool toggle;
main{
if(event_active(L3)){
set_val(L1)&&set val(R1);

}
Will this work?
lucian84 wrote:Another question i read that titan one resets every 10 min is that even if i use å normal ds4 controller on my ps4 pro? If thats the case do i notice it?

Using an DS4 controller, or any PS4 compatible controller, there is not 10 min reconnection on PS4. The reconnection only happens when using a non PS4 compatible controller, and only on Ps4.
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby lucian84 » Thu Nov 09, 2017 2:16 pm

Code: Select all
main {
 
if(event_press(PS4_L3))
combo_run(AX);
}
combo AX {
set_val(PS4_L1, 100);
set_val(PS4_R1, 100);
wait(100);
set_val(PS4_L1, 0);
set_val(PS4_R1, 0);
}


i find somehting and change to my liking is it right?
Where do i put it?
How do i activate it?
Is there å manual i can read and learn?
User avatar
lucian84
Command Sergeant Major
Command Sergeant Major
 
Posts: 140
Joined: Wed Nov 08, 2017 1:04 pm

Re: Destiny 2

Postby J2Kbr » Fri Nov 10, 2017 9:28 am

lucian84 wrote:From where Will i be able to order titan two any link?

From Amazon for sure, and also retailers, the links will be published as soon as we have the Titan Two available.
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: Destiny 2

Postby J2Kbr » Fri Nov 10, 2017 9:29 am

lucian84 wrote:
Code: Select all
main {
 
if(event_press(PS4_L3))
combo_run(AX);
}
combo AX {
set_val(PS4_L1, 100);
set_val(PS4_R1, 100);
wait(100);
set_val(PS4_L1, 0);
set_val(PS4_R1, 0);
}


i find somehting and change to my liking is it right?
Where do i put it?
How do i activate it?
Is there å manual i can read and learn?

The basic steps to load a script into Titan One are:

1) Copy and paste the code into a blank document in Gtuner's Compiler panel;
2) Make any necessary change on the code and save the script;
3) Go to the the Programmer Panel;
4) Drag-and-drop the script name to any memory slot;
5) Click on the "Program Device" button;
6) Follow the programming wizard until it finishes;

7) Connect the Titan One on console, launch the game and press the button on the device until the display shows the same number you programmed the script.

That's all. hope it helps.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

PreviousNext

Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 155 guests