Jag fipplade och höll på i den där ini filen på C: så jag fick genomvägar till XBMP och min Games katalog utan att gå på "launch menu". Det fungerar bra, men ett problem är att då jag går in i Games så visas inte spelen i bokstavsordning, men det gör dem i Launch menu - Games.
Så här ser MENU delen ut i evox.ini :
Så här ser MENU delen ut i evox.ini :
[Menu]
Section "Root"
{
Item "Launch DVD",ID_Launch_DVD
Item "Xbox Media Player","F:\apps\xbmp\default.xbe"
Section "Games"
{
AutoAddItem "f:\games"
}
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
# Item "Flash Evox BIOS","c:\bios\d6.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 "Launch Menu"
{
Section "Games"
{
# AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}
Section "Apps"
{
# AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
SortAll
}
}
}
Section "Root"
{
Item "Launch DVD",ID_Launch_DVD
Item "Xbox Media Player","F:\apps\xbmp\default.xbe"
Section "Games"
{
AutoAddItem "f:\games"
}
Item "MS Dashboard",ID_MS_Dash
Item "Reboot",ID_Quick_Reboot
Item "Power Off",ID_Power_Off
# Item "Flash Evox BIOS","c:\bios\d6.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 "Launch Menu"
{
Section "Games"
{
# AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}
Section "Apps"
{
# AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
SortAll
}
}
}

Comment