Help - Search - Members - Calendar
Full Version: Toggle Bgmesh Uix Commemorative Build
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > Official Team UIX Forums > User.Interface.X (UIX) Code
Little-G
in default.xip/default.xap search for

CODE
//LoadBGMeshValues();


replace with

CODE
LoadBGMeshValues();


should appear twice once under ms menu and once under rezn8 menu

then find

CODE
function LoadBGMeshValues()


underneath that you should see

CODE
else if (theDNA == "off")


add this underneath

CODE
    {
        c.DNA1_Mesh.url = "off.xm";
        c.DNA3_Mesh.url = "off.xm";
        c.DNA5_Mesh.url = "off.xm";
        c.theDNA1.SetAlpha(DNAAlpha);
        c.theDNA3.SetAlpha(DNAAlpha);
        c.theDNA5.SetAlpha(DNAAlpha);
    }


there you go biggrin.gif
gasclown
nice, good one little-g smile.gif
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.