By default Evox looks for programs in these locations:
e:\games\
f:\games\
and
e:\apps\
f:\apps\
So if you want to add emulators you can install them like this:
e:\games\Surreal64\default.xbe
f:\games\Surreal64\default.xbe
or
e:\apps\Surreal64\default.xbe
f:\apps\Surreal64\default.xbe
I just show the "default.xbe" file so you know how deep Evox scans for the default.xbe file by default. If you want to have a folder for Emulators by themselves then you need to edit the Evox.ini file. Look for a section that 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
}
}
Then just add a section for emulators like this:
QUOTE
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
}
}
This will add an "Emulators" option to the main Evox menu and you can put all your emulators in a folder called "Emulators" on the E: or F: partition (depending what size HDD you are using).