xboxscene.org forums

Author Topic: What The Hell Am I Do Wrong?  (Read 64 times)

one918

  • Archived User
  • Newbie
  • *
  • Posts: 18
What The Hell Am I Do Wrong?
« on: September 12, 2003, 08:30:00 PM »

beerchug.gif
Logged

karishbhr

  • Archived User
  • Full Member
  • *
  • Posts: 216
What The Hell Am I Do Wrong?
« Reply #1 on: September 12, 2003, 10:53:00 PM »

QUOTE (one918 @ Sep 13 2003, 05:30 AM)
I could be wrong, but it looks like you have your skins path in the menu .xml. It should be in the MXM.xml.  Try that, clear cache and it should work. beerchug.gif

Im pretty sure it goes in the MXM.xml (my default one for BJ has it in there), check the skins path folder... the default is MXMskins
Logged

tracy2420

  • Archived User
  • Full Member
  • *
  • Posts: 155
What The Hell Am I Do Wrong?
« Reply #2 on: September 12, 2003, 11:15:00 PM »

Love the comic One918!!
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
What The Hell Am I Do Wrong?
« Reply #3 on: September 12, 2003, 11:15:00 PM »

Here is a sample MXM.XML for you to use.  change the network stuff to suit your setup or remove it if you dont need it.

<Config>
 <Main>
   <MenuPath>c:\</MenuPath>
   <skinspath>c:\skins</skinspath>
 </Main>
   <Network>
   <UseDHCP>False</UseDHCP>
   <IP>192.168.1.200</IP>
   <DefaultGateway>192.168.1.1</DefaultGateway>
   <SubnetMask>255.255.255.0</SubnetMask>
   <DNS1>192.168.1.1</DNS1>
   <DNS2>24.94.63.33</DNS2>
 </Network>
 <FTPServer>
   <ServerPort>21</ServerPort>
   <username>xbox</username>
   <password>xbox</password>
   <AllowAnon>False</AllowAnon>
   <AnonRoot>/</AnonRoot>
 </FTPServer>
</Config>


Here is a sample Menu.XML

 <Menu>
 <Item>
     <Title>Xbox Media Player</Title>
     <Description>Music, Videos, Pictures</Description>
     <Media>F:\apps\xbplayer\MXM_SS.WMV</Media>
     <Exe>F:\apps\xbplayer\default.xbe</Exe>
 </Item>
   <Submenu>
     <SortField>Title</SortField>
     <Title>Applications</Title>
     <Media>F:\apps\MXM_SS.WMV</Media>
      <Item>
      <AutoDir Flatten="true" Recurse="true">E:\apps\</AutoDir>
      </Item>  
      <Item>
      <AutoDir Flatten="true" Recurse="true">F:\apps\</AutoDir>
      </Item>  
   </Submenu>
   <Submenu>
     <SortField>Title</SortField>
     <Title>Games</Title>
     <Media>F:\games\MXM_SS.WMV</Media>
        <Item>
      <AutoDir Flatten="true" Recurse="true">E:\games\</AutoDir>
      </Item>  
        <Item>
      <AutoDir Flatten="true" Recurse="true">F:\games\</AutoDir>
      </Item>
   </Submenu>
   <Submenu>
     <SortField>Title</SortField>
     <Title>Emulators</Title>
     <Media>F:\games_emu\MXM_SS.WMV</Media>
        <Item>
      <AutoDir Flatten="true" Recurse="true">F:\games_emu\</AutoDir>
      </Item>  
   </Submenu>
   <Submenu>
     <SortField>Title</SortField>
     <Title>DashBoards</Title>
     <Media>F:\dashboard\MXM_SS.WMV</Media>
        <Item>
           <Title>MS</Title>
           <Description>Original Dashboard</Description>
           <Exe>C:\xboxdash.xbe</Exe>
           <Media>C:\MXM_SS.WMV</Media>
         </Item>
         <Item>
          <Title>EvoX</Title>
          <Description>Original Mod Dashboard</Description>
          <Exe>F:\dashboardevox\default.xbe</Exe>
          <Media>F:\dashboardevox\MXM_SS.WMV</Media>
        </Item>
        <Item>
          <Title>AvaLaunch</Title>
          <Description>upcoming Dash</Description>
          <Exe>F:\dashboardavalaunch\default.xbe</Exe>
          <Media>F:\dashboardavalaunch\MXM_SS.WMV</Media>
        </Item>
   </Submenu>
 </Menu>



Hope it helps you out.

Logged

one918

  • Archived User
  • Newbie
  • *
  • Posts: 18
What The Hell Am I Do Wrong?
« Reply #4 on: September 15, 2003, 05:11:00 PM »

Good to see you got it working! Thought someone could appreciate the comic., thnx Tracy
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
What The Hell Am I Do Wrong?
« Reply #5 on: September 15, 2003, 06:54:00 PM »

the whole tage <AutoDir Flatten="true" Recurse="true">F:\apps\</AutoDir>  searches the F  Apps directory. checking all subdirectories for a default.xbe.   if found it ads to the menu.  if a default.xbe is found 5 folders into a game, it will make it appear as if in the root (thus flatten (directory structure)) instead of creating a submenu for each level
Logged