xboxscene.org forums

Author Topic: Help With Mxm  (Read 38 times)

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Help With Mxm
« on: May 22, 2003, 11:07:00 AM »

QUOTE (dfd mears @ May 22 2003, 03:02 PM)
So I set up this MXM file after reading through previous posts in hopes to get rid of the default F Drive Subdirectory and clean up the orginization of the dash:

<Config>
<Main>
<LoadSkin>Generator Skin</LoadSkin>
<DiscTitle>XB0X0R</DiscTitle>
<DiscSubtitle> </DiscSubtitle>
<Item>
 <AutoDir Flatten=”false” Recurse=”true”>E:Games</AutoDir>
</Item>
</Main>
<SubMenu>
<Title>Games</Title>
<item>
<AutoDir>F:HDDloader</AutoDir>
</item>
</SubMenu>
<SubMenu>
<Title>Applications</Title>
<item>
<AutoDir>F:Apps</AutoDir>
</item>
</Submenu>
</Config>

But it doesn't change a thing! What gives?

Kudos BJ for a great dash. I too met Ron Jeremy -outside of the Hustler store in Hollywood after a show at the Whiskey tongue.gif

S

Did you go into the System Menu ("Y" Gamepad button) and select "Reset Menu Cache"?

Give that a try.

P.S. Your first Item node is inside the "main" node (it won't be read by the system); is this intentional?
Logged

dfd mears

  • Archived User
  • Newbie
  • *
  • Posts: 3
Help With Mxm
« Reply #1 on: May 22, 2003, 01:31:00 PM »

So here is the new mxm.xml, and I moved the first item out of the main node -still no change. There is still an F Drive items menu and then I get Apps and Hddloader.

<Config>
<Main>
<LoadSkin>Generator Skin</LoadSkin>
<DiscTitle>XB0X0R</DiscTitle>
<DiscSubtitle> </DiscSubtitle>
</Main>
<Item>
 <AutoDir Flatten=”true” Recurse=”false”>E:Games</AutoDir>
</Item>
<SubMenu>
<Title>Games</Title>
<item>
<AutoDir>F:HDDloader</AutoDir>
</item>
</SubMenu>
<SubMenu>
<Title>Applications</Title>
<item>
<AutoDir>F:Apps</AutoDir>
</item>
</Submenu>
</Config>


????????????????????
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Help With Mxm
« Reply #2 on: May 22, 2003, 03:30:00 PM »

QUOTE (dfd mears @ May 22 2003, 05:31 PM)
So here is the new mxm.xml, and I moved the first item out of the main node -still no change. There is still an F Drive items menu and then I get Apps and Hddloader.

<Config>
<Main>
<LoadSkin>Generator Skin</LoadSkin>
<DiscTitle>XB0X0R</DiscTitle>
<DiscSubtitle> </DiscSubtitle>
</Main>
<Item>
 <AutoDir Flatten=”true” Recurse=”false”>E:Games</AutoDir>
</Item>
<SubMenu>
<Title>Games</Title>
<item>
<AutoDir>F:HDDloader</AutoDir>
</item>
</SubMenu>
<SubMenu>
<Title>Applications</Title>
<item>
<AutoDir>F:Apps</AutoDir>
</item>
</Submenu>
</Config>


????????????????????

Did you try the "Reset Menu Cache" option?
Logged

dfd mears

  • Archived User
  • Newbie
  • *
  • Posts: 3
Help With Mxm
« Reply #3 on: May 22, 2003, 03:52:00 PM »

smile.gif

S
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Help With Mxm
« Reply #4 on: May 22, 2003, 04:23:00 PM »

CODE



E:\Games


Games

F:\HDDloader



Applications

F:\Apps



Logged