xboxscene.org forums

Author Topic: Mxm Autoconfig Problem  (Read 606 times)

game over

  • Archived User
  • Newbie
  • *
  • Posts: 2
Mxm Autoconfig Problem
« on: December 16, 2002, 11:50:00 AM »

Hi all,

I have a little problem with mxm:

I have compiled the mxm.xml file whith my games but than mxm find another time all the games with the autoconfig function so in my menu list I heve all the games 2 times.

How can I resolve this problem?

Thanks in advance.

Bye

This is my mxm.xml:

<Config>
<Main>
<DiscTitle>XBOX</DiscTitle>
<DiscSubtitle>ACTION</DiscSubtitle>
<Theme>1</Theme>
<TitleDelay>20</TitleDelay>
<SaverDelay>30</SaverDelay>
<MenuPath>F:games/mxm</MenuPath>
</Main>
<Item_1>
<Title>Tom Clancy's Ghost Recon</Title>
<Description>Ubi Soft</Description>
<Media>Ghost.png</Media>
<Dir>ghost</Dir>
</Item_1>
<Item_2>
<Title>Tom Clancy's Splinter Cell</Title>
<Description>Ubi Soft</Description>
<Media>Splinter.png</Media>
<Dir>splinter</Dir>
</Item_2>
<Item_3>
<Title>Hitman 2 silet assassin</Title>
<Description>Eidos</Description>
<Media>Hitman.jpg</Media>
<Dir>hitman</Dir>
<Exe>XMarbles.xbe</Exe>
</Item_3>
<Music>
<UseMusic>on</UseMusic>
<Directory>MUSIC</Directory>
<Global>on</Global>
<Random>off</Random>
</Music>
</Config>
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Mxm Autoconfig Problem
« Reply #1 on: December 16, 2002, 11:55:00 AM »

There is a switch in <Main></Main> to disable autoconfig....

<Config>
<Main>
<DiscTitle>XBOX</DiscTitle>
<DiscSubtitle>ACTION</DiscSubtitle>
<Theme>1</Theme>
<TitleDelay>20</TitleDelay>
<SaverDelay>30</SaverDelay>
<MenuPath>F:games/mxm</MenuPath>
<AllowAutoConfig>Off</AllowAutoConfig>
</Main>
 :     :     :
</Config>

Logged

game over

  • Archived User
  • Newbie
  • *
  • Posts: 2
Mxm Autoconfig Problem
« Reply #2 on: December 16, 2002, 12:32:00 PM »

GREAT!!! It work fine!!

Many thanks BenJeremy!
Logged