xboxscene.org forums

Author Topic: My Replacement Dash  (Read 18 times)

pink_panther

  • Archived User
  • Newbie
  • *
  • Posts: 33
My Replacement Dash
« on: August 02, 2004, 03:15:00 PM »

hi, this is nothing special, just a different layout i made. looking for feedback on what to change, add or delete. Please try it out.
heres code, just replace menu part of .ini with this:

[Menu]

Section "Root"
{
           Line "|-----------------------|",1
         Line "|- DVD Drive -|",1   
Item "Load Tray",ID_Launch_DVD
           Line "|- Entertainment -|",1
Section  "Applications"
      {
           Line "|- Applications -|",1
         SortStart
         #AutoAddItem "F:\Apps\"
         #AutoAddItem "F:\HDDLoader\"
         AutoAddItem "E:\Apps\"
         AutoAddItem "E:\HDDLoader\"
         SortEnd
      }

Section  "Emulators"
      {
           Line "|- Emulators -|",1
         SortStart
         AutoAddItem "e:\Emulators\"
         AutoAddItem "e:\Apps\Emus\"
         AutoAddItem "f:\Emulators\"
         AutoAddItem "f:\Apps\Emus\"
         SortEnd
      }

Section  "Games"
      {
           Line "|- Games on Hard Drive -|",1
         Line "|= Homebrew Games =|",1
         SortStart
         #AutoAddItem "F:\Games\"
         #AutoAddItem "F:\HDDLoader\"
         AutoAddItem "E:\Games\Homebrew"
         AutoAddItem "E:\HDDLoader\"
         SortEnd
         Line "|= Xbox Games =|",1
         SortStart
         #AutoAddItem "F:\Games\"
         #AutoAddItem "F:\HDDLoader\"
         AutoAddItem "E:\Games\Xbox"
         AutoAddItem "E:\HDDLoader\"
         SortEnd
      }      

Section "Media"
      {
         Line "|- Mediaplayer -|",1      
      Item "XBOX Media Center - XBMC","e:\Apps\Mediaplayer\XBMC\default.xbe"
         Line "|- DVD Players -|",1
         SortStart
         AutoAddItem "f:\Apps\Mediaplayer\"
         AutoAddItem "e:\Apps\Mediaplayer\"
         SortEnd
      Item "MS-Dashboard DVD Player","c:\xboxdash.xbe"
      Line "----------------------------",1
      }

   #Item "XboX LINUX - Self Add-On","e:\default.xbe"

           Line "|- System Tools -|",1
Section "System Management"
   {
      Line  "|- Backup -|",1
           Item "Backup Game","e:\Apps\cpxtools\default.xbe"
           Item "Backup Movie","e:\Apps\dvd2xbox\default.xbe"
        Line "|- Explorer -|",1
      Item "Xbox Explorer","e:\Apps\boXplorer\default.xbe"
      Line "|- Original Dash -|",1
      Item "Launch",@3
      Line "|- Evox Settings -|",1
      Item "Skins ",ID_Skins
      Item "Trainer",ID_trainer
      Item "EvoX Settings",@9
      Item "Lock Harddisk",@210
      Item "Unlock Harddisk",@211
      Item "Flash BIOS",ID_Flash_Bios
      Line "|- System Reset -|",1
      Item "Reload EvoX","C:\evoxdash.xbe"
      Item "RESET / REBOOT",ID_Quick_Reboot
      Line "--------------------------",1
   }
Section  "All Programs"
      {
         Line "|- All Programs -|",1
         
         Line "|- Applications -|",1         
         SortStart
         AutoAddItem "e:\Apps\"
         SortEnd            
           Line "|- Emulators -|",1         
         SortStart
         AutoAddItem "e:\Emulators\"
         SortEnd         
           Line "|- Games -|",1         
         Line "|=Homebrew=|",1
         SortStart
         AutoAddItem "e:\Games\Homebrew"
         SortEnd
         Line "|=Xbox=|",1
         SortStart      
         AutoAddItem "e:\Games\Xbox"
         SortEnd         
         Line "|- Media -|",1         
         SortStart
         AutoAddItem "e:\Apps\mediaplayer\"
         SortEnd
      }
Line "|- Turn Off -|",1
Item "Reload Dash","C:\evoxdash.xbe"
Item "Reset / Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
Line "|-----------------------|",1
}
Logged