xboxscene.org forums

Pages: [1] 2

Author Topic: Evox Main Menu  (Read 61 times)

enginenerd

  • Archived User
  • Newbie
  • *
  • Posts: 32
Evox Main Menu
« on: March 24, 2004, 11:27:00 AM »

Here's my [MENU] it looks quite nice on the screen (if I do say so myself).

You have to make sure you use a skin that is compatible with the extra text which is colored green.

The extra text (headers) makes it easier for multiple uninitiated people to use the xbox.



[Menu]

Section "Root"
{
   Line "WELCOME TO XBOX!",2 = Green
   Line "CHOOSE A MENU ITEM",2 = Green
   Line "AND PRESS THE A BUTTON",2 = Green
   Item "launch DVD",ID_Launch_DVD
       Section "games"
   Line "CHOOSE A GAME!",2 = Green
   Line "-------------------------------",2 = Green
   {
      SortStart
      AutoAddItem "e:\games\"
      AutoAddItem "f:\games\"
      AutoAddItem "g:\games\"
      SortEnd
   }
   Section "applications"
   Line "CHOOSE AN APPLICATION!",2 = Green
   Line "-----------------------------------------------",2 = Green
   {
      SortStart
      AutoAddItem "e:\apps\"
      AutoAddItem "f:\apps\"
      AutoAddItem "g:\apps\"
      SortEnd
   }
#   Item "Trainers",ID_trainer
   Line "-------------------------------",2 = Green
   Item "reboot",ID_Quick_Reboot
#   Item "Power Cycle",ID_Full_Reboot
   Item "power off",ID_Power_Off
#   Item "Lock Harddisk",@210
#   Item "Unlock Harddisk",@211
   Section "system utilities"
   Line "-CHOOSE A MENU ITEM!-",2 = Green
   {
      Item "evox settings",ID_Settings
      Item "skins",ID_Skins
      Item "flashX","f:\apps\flashX\default.xbe"
#      Item "flash BIOS",ID_Flash_Bios
      Item "backup",ID_Backup
   }
   Line "-------------------------------",2 = Green
   Item "ms dashboard",ID_MS_Dash
}


This setup looks great on the screen, notice how I just #'d out the lines I don't want at the moment.  I may to choose to add them in later and all I need to do is remove the # sign.
Logged

BLACKOUT

  • Archived User
  • Newbie
  • *
  • Posts: 6
Evox Main Menu
« Reply #1 on: April 01, 2003, 06:51:00 PM »

CODE

[Menu]

Section "Root"
{
   Section "Launch List"
   {
 Section "Games"
 {
    SortStart
    AutoAddItem "f:games"
    SortEnd
 }
 Section "Applications"
 {
    SortStart
    AutoAddItem "f:apps"
    SortEnd
 }
   }
   Item "Launch Disk",ID_Launch_DVD
   Section "System"
   {
 Item "MS Dashboard",ID_MS_Dash
 Section "EvoX"
 {
    Item "Settings",ID_Settings
    Item "Skins",ID_Skins
    Item "BackUp",ID_Backup
 }
   }
   Item "Reboot",ID_Quick_Reboot
   Item "Power",ID_Power_Off

--BLK
Logged

graz11

  • Archived User
  • Newbie
  • *
  • Posts: 6
Evox Main Menu
« Reply #2 on: April 02, 2003, 03:59:00 AM »

thanks!

anyone else?
Logged

mongoosedm

  • Archived User
  • Newbie
  • *
  • Posts: 10
Evox Main Menu
« Reply #3 on: April 02, 2003, 01:45:00 PM »

Programs (launches Media X Menu)
Tools {
     xToolBox
}
Launch DVD
Skins
Evolution-X Settings
MS Dashboard
Reboot
Power Off
Logged

irajames1176

  • Archived User
  • Full Member
  • *
  • Posts: 192
Evox Main Menu
« Reply #4 on: April 02, 2003, 02:03:00 PM »

[Menu]

Section "Root"
{
   Section  "Games & Applications"
   {
      Section "Games"
      {
         Line "- Emulators -",2
         Item "Arcade Games","f:gamesEmusMameB6default.xbe"
         Item "Atari 2600","f:gamesEmusAtari2600default.xbe"
         Item "Nintendo","f:gamesEmusNesterXv022default.xbe"
         Item "Sega Master System","f:gamesEmusSegaMasterSystemv1default.xbe"
         Item "TurboGrafx 16","f:gamesEmusHugoTG16default.xbe"
         Item "Super Nintendo","f:gamesEmusxSnes9xV104default.xbe"
         Item "Sega Genesis","f:gamesEmusDGenV4default.xbe"
         Item "Gameboy Color","f:gamesEmusGNUBoyV4default.xbe"
         Item "Gameboy Advance","f:gamesEmusVBAX020default.xbe"
         Line "- Xbox Games -",2
         SortStart
         AutoAddItem "f:gamesXbox"
         AutoAddItem "f:games"
         SortEnd
#         SortAll
      }
      Section "Applications"
      {
         Line "- Media Players -",2
         Item "Media Player V2.3","f:applicationsXboxMediaPlayerV23default.xbe"
         Item "DVD X2","f:applicationsdvdx2default.xbe"
         Line "- System Tools -",2
         Item "xToolBox V 041","f:applicationsxToolBoxV041default.xbe"
         Item "XB Copy 0025","f:applicationsXBCopy0025default.xbe"
         Item "XB FTP 061","f:applicationsxbftp061default.xbe"
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "f:applications"
         SortEnd
#         SortAll
      }
   }
   Section "System Utilities"
   {
      Item "Skins",@13
      Item "Backup",@11
      Item "Settings & Info",@9
#      Item "Flash BIOS",@1
#      Section  "Install Menu"
#      {
#         Item "Install 4043",@210
#         Item "Action 11",@211
#         Item "Action 12",@212
#      }
   }
   Item "MS Dashboard",@3
   Item "Reboot",@5
   Item "Power Off",@10
}
      }
   }
}
Logged

irajames1176

  • Archived User
  • Full Member
  • *
  • Posts: 192
Evox Main Menu
« Reply #5 on: April 02, 2003, 02:10:00 PM »

I have ,

AutoAddItem "f:gamesXbox"
AutoAddItem "f:games"

because XBCopy only copies to the f:games, i usually sort through the games and rename the folders from xbcopy001 and put them in the Xbox folder, i just put f:games there in case i wanted to try my backup real quick, also all the backslashes in my evox.ini are missing in that last post?

and those {} things are all out of place, if you want i can email you the ini file it looks all messed up in here thats why
Logged

StrongBad

  • Archived User
  • Full Member
  • *
  • Posts: 112
Evox Main Menu
« Reply #6 on: April 03, 2003, 06:49:00 AM »

CODE
[Menu]

Section "Root"
{
   Item "Games","F:Media X Menudefault.xbe"
   
   Section "Emulators"
   {
 Item "Arcade Machines", "F:EmulatorsMame-xdefault.xbe"
 Item "Atari 2600", "F:Emulatorsstella_xbox_v2default.xbe"
 Item "Capcom Arcade Machines", "F:Emulatorsfbax3default.xbe"
 Item "ColecoVision", "F:EmulatorsKOLEKO-X-005default.xbe"
 Item "Nintendo Entertainment System", "F:EmulatorsNester X 0.20default.xbe"
 Item "Super Nintendo System", "F:EmulatorsxSnes9x_V1.04default.xbe"
 Item "Nintendo Game Boy Advance","F:EmulatorsVisual Boy Advance X 0.18default.xbe"
 Item "Sega Genesis", "F:Emulatorsdgen_xbox_v4default.xbe"
   }
   
   Section "Accessories"
   {
 SortAll
 AutoAddItem "f:Applications"
 SortEnd
 SortAll
   }

   Section "Dash Utilities"
   {
 Item "Evox Settings",@9
   Section "Default Game Menu"
   {
 SortStart
 AutoAddItem "f:games"
 SortEnd
 SortAll
   }
 Item "Launch DVD",@14
 Item "Launch MS Dash",@3
 Item "Flash BIOS",@1
 Item "Backup",@11
 Item "Skins",@13
   }
   
   Item ""   
   Item "Reboot",@5
   Item "Power Off",@10
}


I have two game menus.  One fancy, and one as default evox game menu.  The evox game menu is hidden within dash utils.  The fancy one that launches most often looks like this:
Video Link
Logged

Badguytje

  • Archived User
  • Newbie
  • *
  • Posts: 43
Evox Main Menu
« Reply #7 on: April 03, 2003, 07:30:00 AM »

CODE

[Menu]

Section "Root"
{
   Item "Launch DVD",ID_Launch_DVD
   Item "MS Dashboard",ID_MS_Dash
   Item "Reboot",ID_Quick_Reboot
   Item "Power Off",ID_Power_Off
#   Item "Flash Evox BIOS","c:biosd6.bin",ID_Flash_Bios_File
   Section "System Utils"
   {
 Item "Settings",ID_Settings
 Item "Flash BIOS",ID_Flash_Bios
 Item "Backup",ID_Backup
 Item "Skins",ID_Skins
   }
   Section  "Start Menu"
   {
    Section "Software"
 {
                               AutoAddItem "f:FILESsoftware"
 }
 Section "MediaPlayers"
 {
                               AutoAddItem "f:FILESmediaplayers"
 }
                               Section "Emulators"
                               {
                                AutoAddItem "f:FILESemulators"
                               }
                               Section "Games"
                               {
                                AutoAddItem "e:games"
                                AutoAddItem "f:games"
                               }
 Section "Other"
 {
                               AutoAddItem "f:FILESother"
 }
   }
}
}
Logged

SillYcoNe

  • Archived User
  • Newbie
  • *
  • Posts: 45
Evox Main Menu
« Reply #8 on: April 03, 2003, 07:39:00 AM »

CODE
Section "Games"
 {
   Section "A"
    {
    AutoAddItem "f:\games\a"
    }  
   Section "B"
    {
    AutoAddItem "f:\games\b"
    ..
    ..
    }  
    Section "Y"
    {
    AutoAddItem "f:\games\y"
    }  
   Section "Z"
    {
    AutoAddItem "f:\games\z"
    }  {
 }

This setup, although long to create makes it easy to find the game you wanna play.
Logged

graz11

  • Archived User
  • Newbie
  • *
  • Posts: 6
Evox Main Menu
« Reply #9 on: April 03, 2003, 08:09:00 AM »

thanks, I think this post is a valuable resource for people who have questions about .ini files and what they do. hopefully people will see this and try to figure it out by themselves.
anyone else want to put there evox.ini file up?
Logged

PsiDOC

  • Archived User
  • Full Member
  • *
  • Posts: 187
Evox Main Menu
« Reply #10 on: April 03, 2003, 08:49:00 AM »

Here's Mine.

[Menu]

Section "Root"
{
   Item "Play Game from DVD",ID_Launch_DVD
   Section  "Play Games from HDD"
      {
           Line "- Games on the Hard Drive -",2
         SortStart
                       AutoAddItem "e:HDDLoader"
         AutoAddItem "f:HDDLoader"
         SortEnd
      }
      Section  "Emulators Menu"
      {
           Line "- Emulators Available -",2
         SortStart
                       AutoAddItem "f:Emulators"
         SortEnd
      }
       Item "DVD MOVIE Player","f:AppsDVDXdefault.xbe"
   Item "Xbox Media Player","f:AppsXBplayerdefault.xbe"
   Section "Applications Launch Menu"
      {
         AutoAddItem "e:apps"
         AutoAddItem "f:apps"
         SortAll
      }
       Section "System Utils Menu"
   {
      Item "Game Management on Xbox HDD","f:AppsHDDLoaderdefault.xbe"
      Item "Choose A Different Skin",ID_Skins
      Item "Backup Eeprom and Bios",ID_Backup
      Item "Dashboard - Use To CChange Date / Time",ID_MS_Dash
      Item "System Settings",ID_Settings
#      Item "Flash BIOS",ID_Flash_Bios


   }
   Item "Reboot",ID_Quick_Reboot
   Item "Power Off",ID_Power_Off        
}

Pretty normal really. Hope it has info for someone.

regards,
Psi

Logged

methadone_pretty

  • Archived User
  • Sr. Member
  • *
  • Posts: 284
Evox Main Menu
« Reply #11 on: April 10, 2003, 11:33:00 AM »

[Menu]

Section "Root"
{
       Section  "Games on HDD"
      {
           Line "- Games on the Hard Drive -",2
         SortStart
         AutoAddItem "f:games"
         AutoAddItem "f:HDDLoader"
         SortEnd
      }
   Section "Media Players"
   {
      line "-Media Players-",2
      Item "XBMP","e:Appsmediaxbmpdefault.xbe"
      Item "DVDX","e:AppsmediaDVDX2default.xbe"
   }
   Section "Emulators"
   {
      line "-Emulators-",2
      Item "SNES","E:Appsemussnesdefault.xbe"
      Item "Mega Drive","E:Appsemusdgen_4default.xbe"
   #   Item "Spectrum","E:Appsemusdreamspecdefault.xbe"
   #   Item "Atari","E:Appsemusstella_v2default.xbe"
      Item "Amiga","E:Appsemusuaex-0.7default.xbe"
   #   Item "MAME","E:AppsemusMameDist-B6default.xbe"
   }
   #Section "IP Selection" {
   #   Item "DHCP",@285,@5
   #   Item "192.168.0.4",@286,@5
   #   Item "192.168.1.2",@287,@5
   #   Item "Reboot",@5
   #}
   Section "System Management"
   {
                  line "-System Management-",2
      Item "HDD Loader","e:AppssystemHDDLoaderdefault.xbe"
      Item "MS Dashboard",@3
      Item "Xbox File Explorer","e:AppssystemboXplorerdefault.xbe"
      Item "xtoolbox","e:Appssystemxtoolboxdefault.xbe"
      Item "neXgen Dash","e:AppssystemneXgennexgen.xbe"
      Item "Config Magic","e:Appssystemconfigmagicdefault.xbe
      Item "Flash BIOS",@1
      Item "Select Skins",@13
      Item "System Settings",@9
   }
   Item "Reboot",@5
   Item "Shut Down",@10
}
Logged

TheGreatTim

  • Archived User
  • Newbie
  • *
  • Posts: 19
Evox Main Menu
« Reply #12 on: April 10, 2003, 02:05:00 PM »

If you add the line:

AutoAddItem "d:games"

you can run games off a data DVD as though it were the hard drive.  This is very convienient if you like to make several games on a DVD and don't want to worry about menu programs or ISO's.
Logged

Ill187

  • Archived User
  • Sr. Member
  • *
  • Posts: 300
Evox Main Menu
« Reply #13 on: April 10, 2003, 09:07:00 PM »

barry17 Where did you get MvsC2?
Logged

djhush

  • Archived User
  • Newbie
  • *
  • Posts: 31
Evox Main Menu
« Reply #14 on: April 21, 2003, 11:17:00 PM »

laugh.gif After some further revision:

[Menu]

Section "Root"
{
   Section "Games"
      {
         Line "Games",2
         SortStart
         AutoAddItem "f:Games"
         SortEnd
      }
   Section "Emulators"
      {
         Line "Emulators",2
         SortStart
         Item "Arcade","f:Emulatorsmamedist-b6default.xbe"
         Item "Super NES","f:Emulatorsxsnes9x_v1.04default.xbe"
         Item "Atari 2600","f:Emulatorsz26_atari2600_xbox_v1default.xbe"
         Item "Nintendo Entertainment System","f:EmulatorsNester-X.0.23default.xbe"
         Item "TurboGrafx-16","f:Emulatorshugo_pce_xbox_v7default.xbe"
         Item "Sega Genesis","f:Emulatorsgens_xport_v3default.xbe"
         AutoAddItem "f:Emulators"
         SortEnd
      }
   Item "Xbox Media Player","f:Appsxbmp2.3default.xbe"
   Section "System Management"
   {
               Line "System Management",2
      Item "File Manager","f:AppsXCommander_R2default.xbe"
      Section "Misc Apps"
      {
         Line "Misc Apps",2
         SortStart   
         AutoAddItem "f:Apps"
         SortEnd
      }
      Item "EvoX Skins",ID_Skins
      Item "MS Dashboard",ID_MS_Dash
      Item "System Settings & Info",ID_Settings
   }
   Item "Shut Down",ID_Power_Off
   Item "Restart",ID_Quick_Reboot
}

[Action_10]



[Action_11]



[Action_12]
Logged
Pages: [1] 2