Help - Search - Members - Calendar
Full Version: Evox Menu Question
Scenyx Entertainment Community > Xbox1 Forums > Dashboard Forums > EvolutionX Forum
d4nny
i wanted to know how to put emulators in the evox menu. everytime i want to load an emulator, i have to go to XBMC, is there anyway to load from evox?
theperfekt001
Add this to your evox.ini under the [Menu] section under the "Launch Menu" section.
CODE
        Section "Emulators"
        {
            AutoAddItem "e:\emulators\"
            AutoAddItem "f:\emulators\"
            SortAll
        }


Here is an example of what the entire [Menu} section should look like:
CODE
[Menu]

Section "Root"
{
    Item "Launch DVD",ID_Launch_DVD
    Item "Trainers",ID_trainer
    Item "MS Dashboard",ID_MS_Dash
    Item "Reboot",ID_Quick_Reboot
    Item "Power Off",ID_Power_Off

    Section "System Utils"
    {
        Item "Settings",ID_Settings
        Item "Flash BIOS",ID_Flash_Bios
        Item "Backup",ID_Backup
        Item "Skins",ID_Skins
    }
    Section  "Launch Menu"
    {
        Section "Games"
        {
            AutoAddItem "e:\games\"
            AutoAddItem "f:\games\"
            SortAll
        }
        Section "Apps"
        {
            AutoAddItem "e:\apps\"
            AutoAddItem "f:\apps\"
            SortAll
        }
        Section "Emulators"
        {
            AutoAddItem "e:\emulators\"
            AutoAddItem "f:\emulators\"
            SortAll
        }
    }
}


Where e:\emulators or f:\emulators is the path to your emulators. So the path to an xbe would be e:\emulators\surreal64\default.xbe.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.