A Couple Of Questions

Feel free to talk about anything and everything in this board.
Post Reply
User avatar
RZUltra
Newbie
Newbie
Posts: 5
Joined: Tue Dec 16, 2014 12:34 pm

My First Post.  :)

1. How Many Emulator Entries Does MGalaxy Hold?
2. How Many Emulators Does MGalaxy support?

Thanks
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Hi, I don't see the difference bettween the 2 question but you can find the emulators preconfigured for mGalaxy here > http://www.mgalaxy.com/tutorial_emulators.html

But you can make your own list, with all emulator you want, you just need to modify an xml file, to make all you want, you can add icons, emulator, extensions, ect ...

If you can wait somes days, you will have a new version with more preconfigured emulators.
User avatar
RZUltra
Newbie
Newbie
Posts: 5
Joined: Tue Dec 16, 2014 12:34 pm

Thanks for the link.

Editing an XML file, pretty easy.

So I can add as many systems as I want through XML?
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Yes, and you can change the command line too, if you want special configuration, you can't change the frontend apparence (except the other theme from supporter edition) but for the emulator it s totally customisable, and you can use special script coded with autoit for "vicious" emulator.

The xml configuration look like that

Code: Select all

  <System>
    <Name>Arcade Cave</Name>
    <AppPath>F:\emulateur\arcade\Cave\MaMe\mamep64.exe</AppPath>
    <RomPath>F:\emulateur\arcade\Cave\MaMe\roms</RomPath>
    <SnapPath>F:\emulateur\mame\snap</SnapPath>
    <VidPath />
    <Emu selected="0">
      <Cmd id="0" name="MaMeCave" value="-rompath "%path" %file%ext %volume -skip_gameinfo -nowindow" />
      <Cmd id="1" name="FBA" value="%file" />
    </Emu>
    <Extensions>.zip,.7z,.chd</Extensions>
    <Active>True</Active>
    <Script>False</Script>
    <Database>True</Database>
  </System>
But most of the line are modified by the mgalaxy_runaway application.
The procedure is explain here > http://www.mgalaxy.com/forum/index.php?topic=263.0
User avatar
RZUltra
Newbie
Newbie
Posts: 5
Joined: Tue Dec 16, 2014 12:34 pm

Thanks for this Aeliss, it's very much appreciated.

btw. Is there a like button
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Yep, there's a "Facebook" slider to the right of the mGalaxy website.
There's a facebook page too...https://www.facebook.com/mgalaxyFE
Post Reply