Page 1 of 1

Superb front end!! One thing missing, though.

Posted: Sun Oct 05, 2014 1:57 pm
by liveinabin
Hi all, just discovered mGalaxy this morning (after a month long fight trying to get Hyperspin to behave!). Anyway, mGalaxy achieved in less than a minute what Hyperspin failed to do in a month.  All my MAME and model 2 games work perfectly!

However, I'm using (and loving) the excellent Sega Model 3 emulator, Supermodel.  Has anyone managed to implement this into mGalaxy yet?  I must admit, it's pretty much the whole point of my building an arcade cab so I'd love to get it going.

Re: Superb front end!! One thing missing, though.

Posted: Mon Oct 06, 2014 10:45 am
by Bigby
Add it to the systems.xml located in the .\mGalaxy\Data folder.

The command line I use:

Code: Select all

<Cmd id="0" name="Supermodel" value=""%path\%file%ext" -fullscreen" />
note: make a folder for Super Model 3 in the Data folder, and also place a icon.png inside it.

Re: Superb front end!! One thing missing, though.

Posted: Mon Oct 06, 2014 12:24 pm
by mgalaxy
Bigby is correct !
Just insert this lines block in 'systems.xml' (file inside the mGalaxy data folder)

Code: Select all

<System>
	<Name>Sega Model 3</Name>
	<AppPath/>
	<RomPath/>
	<SnapPath/>
	<VidPath/>
	<Emu selected="0">
		<Cmd id="0" name="Supermodel" value=""%path\%file%ext" -fullscreen"/>
	</Emu>
	<Extensions>.zip</Extensions>
	<Active>False</Active>
	<Script>True</Script>
	<Database>False</Database>
</System>
You'll have to create a folder called 'Sega Model 3' in the mGalaxy data folder and place a file called icon.png inside it (simply copy/paste the one from 'Sega Model 2' if you want to do quickly)

This system is being officially added to mGalaxy, an icon will be created an posted here in the meanwhile. This is an emulator which support volume command line...so you'll have the opportunity to set the emulator volume directly from mGalaxy.

Re: Superb front end!! One thing missing, though.

Posted: Mon Oct 06, 2014 12:49 pm
by mgalaxy
Here is the icon!

Re: Superb front end!! One thing missing, though.

Posted: Mon Oct 06, 2014 3:19 pm
by Bigby
Thanks for the icon mGalaxy, now I just need icons for some others. I'll make a new thread about it.  :)

Re: Superb front end!! One thing missing, though.

Posted: Mon Oct 06, 2014 6:27 pm
by liveinabin
Squeals like schoolgirl!

Thanks so much!  You guys are the best.

Re: Superb front end!! One thing missing, though.

Posted: Tue Oct 07, 2014 10:39 am
by liveinabin
Worked perfectly by the way.  What a solid front end this is.

Re: Superb front end!! One thing missing, though.

Posted: Sun Dec 07, 2014 7:32 am
by bluenose321
I can't get Supermodel emulator to auto start is there a script and data base for it,any help would be great

Re: Superb front end!! One thing missing, though.

Posted: Sun Dec 07, 2014 10:47 am
by Aeliss
No script are needed for this game.
And there is really few options, on my configuration file I have only

Code: Select all

XResolution = 1024
YResolution = 768
FullScreen = 1
And joystick config.

If the program load and close immediatley, I think it s a path problem, or not compatible game.

Re: Superb front end!! One thing missing, though.

Posted: Mon Dec 08, 2014 4:58 pm
by bluenose321
Thanks Aeliss for the reply,what have you put on the system xml for supermodel emulator.
everything looks right,but when i choose a game the emulator comes on the screen,but waits for you
to choose a game,so picking a game on mgalaxy only brings up the supermodel emulator. thanks again

Re: Superb front end!! One thing missing, though.

Posted: Tue Dec 09, 2014 5:30 pm
by Aeliss
the emulator comes on the screen,but waits for you to choose a game
Hu ??

You are sure you don't use a supermodel frontend ? like SM3EasyBox ?

Supermodel is a command based application, without GUI. It load the game or close immediatly.