View Single Post
  #2  
Old 14-07-2003, 20:20
Quall999's Avatar
Quall999 Quall999 is offline
Registered User
 
Join Date: Jun 2002
Location: In a garbage can, like Oscar
Posts: 3,361
Thanks: 0
Thanked 20 Times in 4 Posts
Quall999 is on a distinguished road
Which games are you looking to launch. I am not too familiar with the auto detect feature because I like editing the ini files myself, so I will tell you how to add a game that is not auto detected.

look here:

Section "Play Games from HD"
{
Line "*** GAMES ON THE HARD DRIVE ***"
Line " "
SortStart
AutoAddItem "f:\HDDLoader\"
SortEnd
}


and change it like this:

Section "Play Games from HD"
{
Line "*** GAMES ON THE HARD DRIVE ***"
Line " "
ITEM "Game Name", " E:\game directory\default.xbe"
ITEM "Game Name", " E:\game directory\default.xbe"
ITEM "Game Name", " E:\game directory\default.xbe"
SortStart
AutoAddItem "f:\HDDLoader\"
SortEnd
}

Add as many as you like:

For dvd player :
Look for a line near the top of the ini file that looks like something like this;
"DVD Player = "c:\msxboxdash.xbe" ".
Replace msxboxdash.xbe with the a dvd player app for dongle free, or whatever the ms dashboard is named for if you have the dvd kit.
__________________
--v1.0 [COLOR=Gray]case modded[/COLOR] Xbox with a [COLOR=DarkGreen]160gb[/COLOR] HDD upgrade[URL="irc://irc.efnet.net/fileforums"] [/URL]

Last edited by Quall999; 14-07-2003 at 20:27.
Reply With Quote