I've tried MXM, and love it, but there are a few little things holding me back from switching from evox. My problem is that I'm not familiar with .xml configurations. In evox i have named my emulators, and by that i mean for example, the emu is called xsnes9x, but on the menu i have it called Super Nintendo. I do this for simplicity, no this was very easy in evox, but i can't figure out how to do it in MXM. Here's the evos menu that I'm trying to convert to an MXM equivilant:
[Menu]
Section "Root"
{
Line "- Xbox -",3
Line " ",3
Section "Games"
{
AutoAddItem "E:\GAMES\"
AutoAddItem "E:\HDDLoader\"
AutoAddItem "f:\GAMES\"
AutoAddItem "f:\HDDLoader\"
SortAll
Item "DVD Drive",ID_Launch_DVD
Item "Copy Games","f:\Apps\DvD2XboX\default.xbe"
}
Section "Emulators"
{
Item "Super Nintendo SNES","f:\Apps\Emulators\snse\default.xbe"
Item "Nintendo NES","f:\Apps\Emulators\nes\default.xbe"
Item "GameBoy Advance","f:\Apps\Emulators\xboxad\default.xbe"
Item "Neo Geo Pocket","f:\Apps\Emulators\neopoc\default.xbe"
Item "Sega Master System","f:\Apps\Emulators\sms\default.xbe"
Item "Sega Genesis","f:\Apps\Emulators\neogen\default.xbe"
Item "Atari 2600","f:\Apps\Emulators\atari\default.xbe"
Item "Arcade MAME","f:\Apps\Emulators\mameo\default.xbe"
Item "Neo Geo System","f:\Apps\Emulators\kawax\default.xbe"
SortAll
Section "Homebrew Games"
{
AutoAddItem "f:\homebrew\"
SortAll
}
}
Section "Media Applications"
{
Item "Xbox Media Center","E:\apps\xbmc-2004-01-02\default.xbe"
Item "Xbox Media Player","E:\apps\XBMP\default.xbe"
}
Section "Control Panel"
{
Item "Manage/Copy Games on Xbox","f:\Apps\HDDLoader\default.xbe"
Item "Media Backup","f:\Apps\DvD2XboX\default.xbe"
Section "Dashboards"
{
Item "Standard MS Dashboard",ID_MS_Dash
Item "Avalaunch","f:\Apps\Avalaunch\default.xbe"
Item "Blue Dash",C:\Dash.xbe
}
Item "Skins",ID_Skins
Section "System Applications"
{
Item "File Explorer","f:\Apps\boXplorer\default.xbe"
Item "Flash BIOS",ID_Flash_Bios
Line "- Auto Added Items -",2
SortStart
AutoAddItem "e:\Apps\"
AutoAddItem "f:\Apps\"
AutoAddItem "g:\Apps\"
SortEnd
}
Item "View/Edit Settings",ID_Settings
}
Section "Power Options"
{
Item "Reset",ID_Quick_Reboot
Item "Full Reboot",ID_Full_Reboot
Item "Power OFF",ID_Power_Off
}
}
I liked my menu configuration from Evox, and If I could get some help converting it, specifically the Emulators section.