QUOTE(g0teem @ Jul 5 2005, 07:39 PM)
ok im modding my firends xbox and he wanted UIX dash and he wants it all modded and cool cause hes a pain in the ass. Anyway, when i go to change the main xbox orb it cahnges the little orb on the menu selector instead. I read the tutorial and my mainmenu.xip is called main_menu.xip and i am reanamign my orb to OrbCell-FACES.xm ... can anyone help?
i have the latest version of UIX
Hmm, that's strange.

Try this:
Start out with fresh .xap files. Open main_menu.xip/default.xap.
Find
CODE
DEF Modded_Orb Transform
Replace that whole section with this:
CODE
DEF Modded_Orb Transform
{
children
[
Spinner
{
rpm 3
axis 0 0 2
children
[
Shape
{
appearance Appearance
{
material MaxMaterial
{
name "ReflectSurface"
}
}
geometry Mesh { url "OrbCell-FACES.xm" }
}
]
}
]
rotation -0.993700 -0.088440 0.068970 -1.576000
//scale 47.000000 47.000000 47.000000
scale 0 0 0
//scale 43.000000 43.000000 43.000000
scaleOrientation 0.036530 0.975200 0.218400 -0.396500
translation -54.880000 -15.100000 29.980000
Then insert the orb under OrbCell-FACES.xm. Hope that helps!