Help - Search - Members - Calendar
Full Version: Help Installing Emulators On Evox
Scenyx Entertainment Community > Xbox1 Forums > Newbie Forums > Newbie Chat
shenryo
I need help Installing Emulators on Evox. I got Evox From the Ltool Mechassult 1.6. Any help would be nice. thanks
Lamer123
Put them in an appropriate folder like e:\emulators

Then edit your evox.ini to recognize that folder and you are all good .
Thraxen
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).
shenryo
I got it, thanks
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.