360 fight stick on ps4

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

360 fight stick on ps4

Postby EddieThEagleG20 » Sun Mar 27, 2016 12:34 pm

I was planning on buying a ps4 because xbox 1 does not sell street fighter 5.I read that it disconnects every 10 mins, so my question is have they fixed that problem.Thxs.
User avatar
EddieThEagleG20
Corporal
Corporal
 
Posts: 5
Joined: Sun Apr 12, 2015 3:38 pm

Re: 360 fight stick on ps4

Postby The_Rabid_Taco » Sun Mar 27, 2016 3:17 pm

Using an X-Box controller on the PS4 would still have to re-authenticate every 10 min or so. I believe the Titan One sends or forces the PS4 to re-authenticate at about the seven minute mark. This will work with the X-Box controller, but you may have a split second or so where it comes up saying controller disconnected. This doesn't happen in all games, and I'm not sure what the default behavior would be in Street Fighter 5.

- Enable PS4 partial crossover support

Enabling this option will force Titan One to auto-reconnect on PS4 every 10* minutes, resetting the PS4 authentication timeout. The reconnection procedure takes less than one second. *The reconnection time can vary depending of how often the PS4 requests authentication (from 7:30 to 10:00 minutes)

http://www.consoletuner.com/kbase/devic ... s=AwAAeAM=
User avatar
The_Rabid_Taco
Major
Major
 
Posts: 1066
Joined: Wed Mar 16, 2016 6:04 pm
Location: Pensacola, FL

Re: 360 fight stick on ps4

Postby Prototype » Sun Mar 27, 2016 4:25 pm

You can also force the Titan One to reconnect on the console when you want with a script:
Code: Select all
int last_ps4_auth_timeout;

main {
  // Flash the background light when the reconnection about to happen within 2 minutes.
    set_val(TRACE_1, ps4_authtimeout());
    if(ps4_authtimeout() <= 4) {
        if(!get_ledx()) set_ledx(LED_1, 255);
    } else if(get_ledx()) {
        set_ledx(LED_1, 0);
        reset_leds();
    }
    // Controller Reauthentication PS4
    if(get_val(PS4_L3) && get_val(PS4_R3)) {
        set_val(PS4_L3, 0);
        set_val(PS4_R3, 0);
        output_reconnection();
    }
}

With that you can reauthenticate between rounds or when you want to make sure it don't happens during a match.
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3250
Joined: Sun Dec 16, 2012 1:43 pm

Re: 360 fight stick on ps4

Postby EddieThEagleG20 » Sun Mar 27, 2016 6:53 pm

Good to know, thank you.
User avatar
EddieThEagleG20
Corporal
Corporal
 
Posts: 5
Joined: Sun Apr 12, 2015 3:38 pm


Return to Titan One Device

Who is online

Users browsing this forum: No registered users and 127 guests