EliteQueen & EliteKing's TitanOne Films

Any discussion that is not related to other forums goes here.

EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Sat Jul 02, 2016 4:15 am

As i make more and more videos of gameplay from the PS4 with the Wiimote, ill be posting them in this thread as an active video gallery.









Last edited by EliteKing on Sun Jan 22, 2017 11:43 pm, edited 3 times in total.
User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Re: EliteQueen & EliteKing's TitanOne Films

Postby bonefisher » Sat Jul 02, 2016 10:39 am

Code: Select all


int last_ps4_auth_timeout;

main {
 // Rumble the controller if the PS4 auth timeout gets below 5.
    if(ps4_authtimeout() < 5) {
        if(last_ps4_auth_timeout != ps4_authtimeout()) {
            last_ps4_auth_timeout = ps4_authtimeout();
            combo_restart(RumbleNotifier);
        }
    }
    // Press OPTIONS + PS to force reconnection and reset auth timeout.
    if(get_val(PS4_OPTIONS) && event_press(PS4_PS)) {
        output_reconnection();
    }
}
combo RumbleNotifier {
    set_rumble(RUMBLE_A, 100);
    wait(200);
    reset_rumble();
}


Great Video! If you didn't know you can use a script also to reset auth. timeout. You do this before each game starts and no more worries. Usually your done with match before it does it again. I myself use it the way you have it but kinda time it so I do it before match. Anyways there is your second option that never fails!
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Sun Jul 03, 2016 1:53 am

i didnt know that. would i have to combine it with the bravo script im already using or put it in slot two?... lol, im so new to scripting and coding
User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Re: EliteQueen & EliteKing's TitanOne Films

Postby bonefisher » Sun Jul 03, 2016 1:55 am

EliteKing wrote:i didnt know that. would i have to combine it with the bravo script im already using or put it in slot two?... lol, im so new to scripting and coding

You would have to combine it into your bravo script YES!
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Sun Jul 03, 2016 1:57 am

oh ok cool. ill work on that today then.

...word on the street is that the T2 will have full time PS4 authentication available?
User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Re: EliteQueen & EliteKing's TitanOne Films

Postby bonefisher » Sun Jul 03, 2016 1:58 am

If you want to put it into slot two and change slots on the fly you could do that and then leave other one on for back up. Just before you start game just change slots and do a force reconnect then switch back to your script.
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Sun Jul 03, 2016 2:18 am

too much work, lol. ill just make one big script later. if i dont do it, my laziness will be the death of me lol
User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Re: EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Thu Jul 07, 2016 6:47 pm

User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Re: EliteQueen & EliteKing's TitanOne Films

Postby J2Kbr » Fri Jul 08, 2016 12:08 pm

EliteKing wrote:brand new beast video! https://www.youtube.com/watch?v=xvHZJIu7Xgo

Great video, :joia: :joia:
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: EliteQueen & EliteKing's TitanOne Films

Postby EliteKing » Fri Jul 08, 2016 6:27 pm

thanks man! ill be doing a 'how i did it' video regarding the T1 sometime in the future. i freaking love this thing!
User avatar
EliteKing
Command Sergeant Major
Command Sergeant Major
 
Posts: 129
Joined: Sun Jun 12, 2016 4:57 am
Location: San Jose, CA

Next

Return to Off Topic Discussion

Who is online

Users browsing this forum: No registered users and 61 guests