xboxscene.org forums

Author Topic: Does Anyone Have A Working Menu.ini With....  (Read 37 times)

MrHappyMonkey

  • Archived User
  • Newbie
  • *
  • Posts: 4
Does Anyone Have A Working Menu.ini With....
« on: July 15, 2002, 08:59:00 PM »

heres my menu.ini:

#tDoBIOS=1,
#tDoFlashBIOS=2,
#tDoDash=3,
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,


Section "Root"
{

   Item "MS Dashboard",@3
   Item "Reboot",@5

   Section "System Utils"
   {
      Item "Network",@6
      Item "Harddisk",@7
      Item "Flash BIOS",@1

   }

   Section "Launch Menu"
   {
      Section "Games"
      {
         Item "GBA emulator","e:\games\GBA\default.xbe"
         Item "Sega Master System emulator","e:\games\SMSPLUS\default.xbe"
         Item "Test drive","e:\games\testdrive\default.xbe"
         Item "Burnout","e:\games\burnout\default.xbe"
         AutoAddItem "e:\games\"
         AutoAddItem "f:\games\"
         

      }

      Section "Apps"
      {

         Item "XB Player","e:\apps\xbplayer\default.xbe"
         AutoAddItem "e:\apps\"
         AutoAddItem "f:\apps\"
      }
   }
}
Logged

Drew826

  • Archived User
  • Sr. Member
  • *
  • Posts: 340
Does Anyone Have A Working Menu.ini With....
« Reply #1 on: July 15, 2002, 09:17:00 PM »

Hoser, if you use the menu.ini that MrHappyMonkey posted, make sure you change the file name of your MS dashboard to "msdashboard.xbe". If your dashboard has a different name (say "xboxdash.xbe.old"), then you'll have to replace the line

Item "MS Dashboard",@3

with the line

Item "MS Dashboard","c:\xboxdash.xbe.old"

got it?

Drew
Logged

clownbow

  • Archived User
  • Newbie
  • *
  • Posts: 41
Does Anyone Have A Working Menu.ini With....
« Reply #2 on: July 15, 2002, 09:52:00 PM »

#tDoBIOS=1,
#tDoFlashBIOS=2,
#tDoDash=3,
#tDoLaunchMenu=4,
#tDoReboot=5,
#tDoNetwork=6,
#tDoHarddisk=7,
#tDoLaunch=8,


Section "Root"
{

   Item "MS Dashboard",@3
   Item "Reboot",@5

   Section "System Utils"
   {
      Item "Network",@6
      Item "Harddisk",@7
      
   }

   Section "Launch Menu"
   {
      Section "Games"
      {
                                                     Item "xboxdash","f:\xboxdash\xboxdash.xbe"
         Item "outlawgolf","f:\outlawgolf\default.xbe"
         Item "miketyson","f:\miketyson\default.xbe"
                                                     Item "smashdrive","f:\smashdrive\default.xbe"
                                                     Item "crash(car)","f:\crash\default.xbe"
                                                     Item "hunter","f:\hunter\default.xbe"
                                                     Item "spyhunter","f:\spyhunter\default.xbe"  
                                                     Item "burnout","f:\burnout\default.xbe"      
                                                     Item "amped","f:\amped\default.xbe"      
                                                     Item "mx2002","f:\mx2002\default.xbe"        
                                                     Item "legends of wrestling","f:\legends of wrestling\default.xbe"
                                                     AutoAddItem "e:\games\"
         AutoAddItem "f:\games\"

         
      }

      Section "Apps"
      {

         AutoAddItem "e:\apps\"
         AutoAddItem "f:\apps\"
      }
   }
}
Logged

pmow

  • Archived User
  • Full Member
  • *
  • Posts: 150
Does Anyone Have A Working Menu.ini With....
« Reply #3 on: July 15, 2002, 10:05:00 PM »

What's the "auto add item" for?  I took that crap off, and it works still.
Logged

foocankill

  • Archived User
  • Full Member
  • *
  • Posts: 142
Does Anyone Have A Working Menu.ini With....
« Reply #4 on: July 15, 2002, 10:20:00 PM »

no, leave it with the @3... its made to be left that way, just rename the original dashboard to msxboxdash.xbe and leave it in the c/ directory.
Logged

Hoser

  • Archived User
  • Newbie
  • *
  • Posts: 5
Does Anyone Have A Working Menu.ini With....
« Reply #5 on: July 15, 2002, 10:36:00 PM »

Thanks guys!
Logged