xboxscene.org forums

Author Topic: Evolutionx Questions  (Read 52 times)

jingjing

  • Archived User
  • Jr. Member
  • *
  • Posts: 54
Evolutionx Questions
« on: April 21, 2004, 08:00:00 PM »

Item "Skins",@13
#      Section  "Install Menu"
#      {
#         Item "Install 4043",@210
#         Item "Action 11",@211
#         Item "Action 12",@212
#      }

What do the #'s, @210, @211, @212 mean?
Why doesn't my CPU, MB, HD show any info, they say Env. Error?
Logged

jingjing

  • Archived User
  • Jr. Member
  • *
  • Posts: 54
Evolutionx Questions
« Reply #1 on: April 21, 2004, 08:18:00 PM »

amazing what happens when you just look.
anyway, the article didn't say what the #'s were?
http://www.xbox-scene.com/articles/evox-ini.php
Logged

BlackTitanium

  • Archived User
  • Newbie
  • *
  • Posts: 29
Evolutionx Questions
« Reply #2 on: April 21, 2004, 08:21:00 PM »

A "#" in front of an item, will disable that item.

To enable the item, remove the "#".
Logged

jingjing

  • Archived User
  • Jr. Member
  • *
  • Posts: 54
Evolutionx Questions
« Reply #3 on: April 21, 2004, 09:32:00 PM »

Here is my current Menu.  From [Menu] Down...When I replace the @14, or @3, with directly below, my menu goes to the crapper.  Any thoughts why?

   Item "Launch DVD",ID_Launch_DVD
   Item "MS Dashboard",ID_MS_Dash
   Item "Reboot",ID_Quick_Reboot
   Item "Power Off",ID_Power_Off


[Menu]

Section "Root"
{
   Item "Play Game, CD-DVD from Drive",@14
   Item "MS Xbox Dashboard",@3
   Item "Reboot",@5
   Item "Power Off",@10
   Section "System Utilities"
   {
      Item "Settings",@9
      Item "Flash BIOS",@1
      Item "Backup",@11
      Item "Skins",@13
#      Section  "Install Menu"
#      {
#         Item "Install 4043",@210
#         Item "Action 11",@211
#         Item "Action 12",@212
#      }
   }
   Section  "Launch Menu"
   {
      Section "Games"
      {
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "f:\games\"
         SortEnd
#         SortAll
      }
      Section "Apps"
      {
         Line "- Auto Items -",2
         SortStart
         AutoAddItem "f:\apps\"
         SortEnd
         SortAll
      }
   }
}
Logged

BlackTitanium

  • Archived User
  • Newbie
  • *
  • Posts: 29
Evolutionx Questions
« Reply #4 on: April 21, 2004, 10:19:00 PM »

What build of evox are you using?
That doesn't look like a current evox.ini.

Go to #xbins, and get the current Evox build 3935.
Logged