Remote slot switching

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

Remote slot switching

Postby Robelrtd » Fri Jan 12, 2018 10:27 pm

I know you can switch memory slot remotely on titan one but i can't do it on titan two. Is there a way?
User avatar
Robelrtd
Staff Sergeant
Staff Sergeant
 
Posts: 10
Joined: Tue May 12, 2015 4:15 pm

Re: Remote slot switching

Postby bonefisher » Fri Jan 12, 2018 10:56 pm

Think it is hold left or right bumper depending up or down slot and press xbox/PS button.
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Remote slot switching

Postby The_Rabid_Taco » Fri Jan 12, 2018 11:21 pm

Bonefisher is right, holding the left bumper and pressing Xbox / PS button will go backwards through list (ie 9, 8, 7, etc...). Holding the right bumper and Xbox / PS button will go forward through list (ie 1, 2, 3, 4, etc...).
User avatar
The_Rabid_Taco
Major
Major
 
Posts: 1066
Joined: Wed Mar 16, 2016 6:04 pm
Location: Pensacola, FL

Re: Remote slot switching

Postby bonefisher » Sat Jan 13, 2018 1:44 am

Yeah I myself never use this because of tinkering building and running without dragging to a slot so I'm glad my memory isn't failing me at this age yet....lol! :smile0517:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Remote slot switching

Postby sky418 » Sat Jan 13, 2018 7:39 am

Quick switch slot script
Script for slot (example 1)
Code: Select all
 
main {
    if (is_active(BUTTON_6) && time_active(BUTTON_6) > 1000) {
    Slot(3);
        }
}
// Switch to Slot
void Slot (int8 sl){
    pmem_write(127, (int8) mslot_get());
    pmem_save();
    mslot_load(sl);
}
 

Script for slot (example slot 3) return to pre slot
Very simple, may be doing by time interval (auto return) & many other ways
I share scripts sometime before
Code: Select all
 
int8 slt;
init {
    slt = pmem_read(127);
}
main {
    if (is_active(BUTTON_8) && time_active(BUTTON_8) > 1000) {
    mslot_load(slt);
        }
}
 
User avatar
sky418
Command Sergeant Major
Command Sergeant Major
 
Posts: 124
Joined: Fri Nov 25, 2016 4:28 am

Re: Remote slot switching

Postby bonefisher » Sat Jan 13, 2018 1:21 pm

Great work sky418 as always! :smile0517:
bonefisher
Lieutenant General
Lieutenant General
 
Posts: 5413
Joined: Thu Jan 29, 2015 10:49 am

Re: Remote slot switching

Postby J2Kbr » Sat Jan 13, 2018 1:39 pm

bonefisher wrote:Great work sky418 as always! :smile0517:

+1 :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


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 67 guests