xboxscene.org forums

Author Topic: Change Games, Apps, Emulators  (Read 34 times)

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Change Games, Apps, Emulators
« on: July 29, 2003, 10:49:00 PM »

how do u add a picture like the default ones to the menus?
Logged

koldfuzion

  • Archived User
  • Hero Member
  • *
  • Posts: 1226
Change Games, Apps, Emulators
« Reply #1 on: July 29, 2003, 11:04:00 PM »

Put the media you want in the location you want

and

Put this in the section of your menu that you want it to appear ( once for each = apps, games= emaultaors etc) but be sure the change the value of whats below.



<Media>F:\apps\thisismymedia.wmv</Media>
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Change Games, Apps, Emulators
« Reply #2 on: July 29, 2003, 11:22:00 PM »

thanks, how do you change the system one thats there by default? its not in my menu.xml and i dont like the black and white pic.
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Change Games, Apps, Emulators
« Reply #3 on: July 29, 2003, 11:41:00 PM »

I tried wat you said above and couldnt get it to work. Heres my menu.xml
<Menu>
<SubMenu>
<Title>Games...</Title>
<Item>
<AutoDir>f:hddloader</AutoDir>
<Media>F:appsMXMExtrasXLogo.wmv</Media>
</Item>
</SubMenu>
<SubMenu>
<Title>Emulators...</Title>
<Item>
<AutoDir>F:emulators</AutoDir>
<Media>F:appsMXMExtrasDK.wmv</Media>
</Item>
</SubMenu>
<SubMenu>
<Title>Apps...</Title>
<Item>
<AutoDir>F:Apps</Autodir>
<Media>F:appsMXMExtrasGears.wmv</Media>
</Item>
</SubMenu>
</Menu>
does this look right to you?
Logged

waltlove

  • Archived User
  • Full Member
  • *
  • Posts: 103
Change Games, Apps, Emulators
« Reply #4 on: July 30, 2003, 03:47:00 AM »

I figured it out the hardway myself... tried over an over an over again... But I believe your issue mihgt be that the <media> tag should be between the <title> an <Item>. Think about it... you want the Video on the Title not the Items in it... Enjoy!
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Change Games, Apps, Emulators
« Reply #5 on: July 30, 2003, 03:51:00 AM »

QUOTE (waltlove @ Jul 30 2003, 07:47 AM)
I figured it out the hardway myself... tried over an over an over again... But I believe your issue mihgt be that the <media> tag should be between the <title> an <Item>. Think about it... you want the Video on the Title not the Items in it... Enjoy!

Exactly:

CODE



Games...
F:\apps\MXM\Extras\XLogo.wmv

f:\hddloader



Emulators...
F:\apps\MXM\Extras\DK.wmv

F:\emulators



Apps...
F:\apps\MXM\Extras\Gears.wmv

F:\Apps



Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Change Games, Apps, Emulators
« Reply #6 on: July 30, 2003, 02:41:00 PM »

nice, thanks.
Logged

V1510N

  • Archived User
  • Full Member
  • *
  • Posts: 102
Change Games, Apps, Emulators
« Reply #7 on: July 30, 2003, 02:43:00 PM »

so wat about the system one that already has just a black and white pic, cause its not in the menu.xml?
Logged

BenJeremy

  • Archived User
  • Hero Member
  • *
  • Posts: 5645
Change Games, Apps, Emulators
« Reply #8 on: July 30, 2003, 03:45:00 PM »

QUOTE (V1510N @ Jul 30 2003, 06:43 PM)
so wat about the system one that already has just a black and white pic, cause its not in the menu.xml?

It's internally added.

The next release will have more options to override the system menu and let you set up your own.
Logged