Help - Search - Members - Calendar
Full Version: Uix 4 Options, 3 Tabs
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official Team UIX Forums > User.Interface.X (UIX) General Discussion
-pSy-
I want to have 4 tabs on the main menu, so I can make it like like an un-modded box. I see there are 4 option in the ini, and in the settings for re-naming hte tabs, but there is no 4th tab...

It it possible to enable it? or is it a glitch in the development...

Thanks!

-Greg C. <pSy>
Odb718
follow this tutorial.
If you have questions ask in there
-pSy-
I did finaly find it on here, although the one you suggested is much more confusing. I went with the:

open default.xip/default.xap
CODE
3;//

change to:
CODE
4;//


then find:
CODE
control DEF theMainMenuJoy Joystick

and replace:
CODE
            else if(nCurMainMenuItem == 2)
            {
            }

with:
CODE
            else if(nCurMainMenuItem == 2)
            {
                theSettingsMenuIn.Play();
                theHardDrive.ExecuteFile("e:\\apps\\boxplorer\\default.xbe" );
            }


Now to find out how to make the LED change colors. SetLED(#); doesn't work anymore.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.