I am very pleased with mGalaxy.
I was curious to know if there is a way to setup Hikaru and Gaelco (both executed through Demul) to run games on mGalaxy?
Hikaru and Gaelco setup for Demul on mGalaxy
Yes and here is how:
Open "mGalaxy\Data\BaseSystems\BaseSystems.xml"
Add this block of code at the end of the file, JUST BEFORE the ending tag '</Emulators>'!!
Save and close!
Add two folders in "mGalaxy\Data\BaseSystems\"
The first one named "Sega Hikaru". Place the first 'icon.png' file into it
The second one named "Gaelco". Place the second 'icon.png' file into it
You're now ready to use one of those systems from mGalaxy_Runway!
Note: those 2 systems will be added to the next version of mGalaxy
Open "mGalaxy\Data\BaseSystems\BaseSystems.xml"
Add this block of code at the end of the file, JUST BEFORE the ending tag '</Emulators>'!!
Code: Select all
<System type="Arcade">
<Name ss="75" em="MAME" tgdb="Arcade" gb="84|ARC">Sega Hikaru</Name>
<Emu selected="0">
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=hikaru -rom=%file"/>
</Emu>
<Extensions>.zip</Extensions>
</System>
<System type="Arcade">
<Name ss="75" em="MAME" tgdb="Arcade" gb="84|ARC">Gaelco</Name>
<Emu selected="0">
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=gaelco -rom=%file"/>
</Emu>
<Extensions>.zip</Extensions>
</System>
Add two folders in "mGalaxy\Data\BaseSystems\"
The first one named "Sega Hikaru". Place the first 'icon.png' file into it
The second one named "Gaelco". Place the second 'icon.png' file into it
You're now ready to use one of those systems from mGalaxy_Runway!
Note: those 2 systems will be added to the next version of mGalaxy
Last edited by mgalaxy on Fri Sep 23, 2016 2:37 pm, edited 1 time in total.
Yep it's possible.
1 - in MgalaxyRunaway Create a new "sega naomi" system.
2 - Rename it "Sega Hikaru"
3 - Configure it
4 - Save and exit
5 - Open the file "mGalaxy\Data\UserSystems\UserSystems.xml"
6 - Search the hikaru system ("<UserName>Sega hikaru</UserName>")
7 - edit the Cmd line to be look that
8 - Save all, run mGalaxy.
Edit : oups, sorry I have made my post during mGalaxy answer ^^.
1 - in MgalaxyRunaway Create a new "sega naomi" system.
2 - Rename it "Sega Hikaru"
3 - Configure it
4 - Save and exit
5 - Open the file "mGalaxy\Data\UserSystems\UserSystems.xml"
6 - Search the hikaru system ("<UserName>Sega hikaru</UserName>")
7 - edit the Cmd line to be look that
Code: Select all
<Cmd id="0" hidden="false" name="DEmul [Script]" value="-run=hikaru -rom=%file" />
Edit : oups, sorry I have made my post during mGalaxy answer ^^.
Last edited by Aeliss on Fri Sep 23, 2016 2:43 pm, edited 1 time in total.