OK, so you have EvoX as your dashboard. Can you FTP into your XBox? If so, then you need to find a file called "evox.ini". It's probably on your C: or E: drive. Copy that to your PC and open it up in a text editor like Wordpad or Notepad. There should be a section called "Launch Menu" near the bottom. By default it looks like this:
QUOTE
Section "Launch Menu"
{
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}
Section "Apps"
{
AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
SortAll
}
}
It should look similar to that, though it may be a bit different depending on who did the mod or what auto-installer you used. The lines that say "Section" are what appear on the Evox main menu and the lines that say "AutoAddItem" define where EvoX looks for applications for those sections. If you want a section for Emulators on your main menu you can add a section for them like this:
QUOTE
Section "Launch Menu"
{
Section "Games"
{
AutoAddItem "e:\games\"
AutoAddItem "f:\games\"
SortAll
}
Section "Emulators"
{
AutoAddItem "e:\emulators\"
AutoAddItem "f:\emulators\"
SortAll
}
Section "Apps"
{
AutoAddItem "e:\apps\"
AutoAddItem "f:\apps\"
SortAll
}
}
I bolded the new section. You can leave off the line for F: if you are using a stock XBox hard drive and don't have an F: drive. That should add a section called "Emulators" to your EvoX dashboard and any emulator you install in E:\emulators\ should appear there.
Or, if you don't want a section for just emulators or don't want to edit the ini file try installing the emulator to E:\apps\ or E:\games\ and see if it appears in those sections of your EvoX dashboard.
This post has been edited by Thraxen: Oct 12 2005, 02:05 AM
QUOTE
Do I add my Surreal64 folder after the E:/Emulators. If I do this will the xbox read the emulator.
Yeah, put a folder inside the Emulators folder, call it whatever you want (Surreal64 is fine), and then put all the Surreal files in that folder. As for your second question, that was the whole point of me posting that information about the evox.ini. I was telling you how to make sure that Evox finds the emulator there.