OK, i missed the deadline to edit my last post, and wanted to add this to it
To have the option to change the xbox4.xbx settings (visible, or not) in the Dash Configuration, search for this in config.xap/default.xip
CODE
function BuildMainList()
in that function look for
CODE
ClearText();
directly above ClearText(); add this
CODE
configList[i] = "Use Xbox4.xbx for Main Orb:";
configValues[i] = "c-Orb Style-xbox4";
configSelect[i] = "ToggleTF()";
i = i +1;
now you make the xbox4.xbx visible or not from within the dash

haxjester
This post has been edited by haxjester: Jan 4 2005, 12:08 AM