wassup!
i say the easiest way is to have the dashboard auto add your emulators , just put something like this in the menu part:
Section "Emulators"
AutoAddItem "f:\emu\"
but point to the root directory of your emulators (ie my is in the f drive (modded xbox with hd replaced)
hope that helps..
here's my menu section (the lines that start with # are not shown, commented out, gives example of how to make a direct link to a game on your xbox hd)
[Menu]
Section "Root"
{
Section "Game/Program Menu"
{
# Item "XBOX Games Menu","f:\games\default.xbe"
Section "XBOX Games"
{
# SortStart
# Item "Tom Clancy's Splinter Cell","f:\games\splinter\default.xbe"
# Item "Madden NFL 2003","f:\games\madden2003\default.xbe"
# Item "Mortal Kombat 4","f:\games\mk4\default.xbe"
# Item "Need for Speed - Hot Pursuit 2","f:\games\nfshp2\default.xbe"
# Item "Jedi Knights 2 - Jedi Outcasts","f:\games\jedi\default.xbe"
# Item "Amp - Snowboarding","f:\games\amp\default.xbe"
# Item "Project Gotham Racing","f:\games\gotham\default.xbe"
# Item "Hunter: The Reckoning","f:\games\hunter\default.xbe"
# Item "Baldurs Gate: Dark Alliance","f:\games\baldur\default.xbe"
# SortEnd
Line "- Auto Items -",2
SortStart
AutoAddItem "f:\games\"
SortEnd
}
Section "Apps and Media Players"
{
Line "- Auto Items -",2
SortStart
AutoAddItem "f:\apps\"
SortEnd
}
Section "Emulators"
{
SortStart
SortStart
AutoAddItem "f:\emu\"
SortEnd
}
}
Item "Launch DVD",@14
Item "MS Xbox Live","c:\xodash\msxonlinedash.xbe"
Item "Reboot",@5
Item "Shutdown",@10
Section "System Utils"
{
Item "MS Dashboard",@3
Item "Skins",@13
Item "Advanced Settings",@9
Item "Backup",@11
Item "Flash BIOS",@1
}
}
This message has been edited since posting. Last time this message was edited on 30. March 2004 @ 20:05
|