Primal Rage 2 New System

Get answers to questions about using mGalaxy.
Post Reply
silent253
Newbie
Newbie
Posts: 20
Joined: Thu Sep 01, 2016 12:50 am

I am going to make a new system based on Gruntzilla94's  MAME4RAGE2  ver0.3.0.168 which is based on MAME 0.168 unless someone has created this system already.  I will follow mgalaxy's procedure on adding a new system.  Question where do I share this system once I am done?
jmd
Full Member
Full Member
Posts: 207
Joined: Mon Feb 05, 2007 2:33 pm

You can share here on the forum!
If based on Mame, will it be simply a Mame duplicate or is there some specific settings?
silent253
Newbie
Newbie
Posts: 20
Joined: Thu Sep 01, 2016 12:50 am

Well it is a Mame duplicate based on MAME 0.168 but the only game it plays is Primal Rage 2.  Also, do you know if someone ever completed the Final burn Alpha database? I have a complete romset.
silent253
Newbie
Newbie
Posts: 20
Joined: Thu Sep 01, 2016 12:50 am

So I got it to work on mgalaxy version 6.0 but I am unable to make it work on mgalaxy version 6.2. I keep having issues with 6.2.  Anyways it works on 6.0 with no problems.  Also I made an icon file along with a screenshot file. Finally I created a database file. I'll keep trying to make it work on 6.2 maybe the moderator can take a look. I am baffled that it doesn't work on 6.2.

Code: Select all

<System type="Arcade">
		<Name em="mame4rage2" tgdb="Arcade" gb="84|ARC">Primal Rage 2</Name>
		<Emu selected="0">
			<Cmd id="0" hidden="false" name="mame4rage2" value="%file%ext"/>
		</Emu>
		<Extensions>.zip</Extensions>
	</System>
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

This one don't work ? It's just a copy from the MAME part.

Code: Select all

	<System type="Arcade">
		<Name ss="75" em="mame4rage2" tgdb="Arcade" gb="84|ARC">Primal Rage 2 [MAME]</Name>
		<Emu selected="mame4rage2">
			<Cmd hidden="true" name="mame4rage2" value="-rompath "%path" %file%ext  -skip_gameinfo -nowindow" extensions=".zip"/>
		</Emu>
	</System>
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Perhaps I'm missing something...but I don't see the need to create à new system here!
v6.0 was released with the ability to create as many (same) system that you want (15 Mame systems if you want)
If indeed this Gruntzilla94's  MAME4RAGE2 is build upon MAME (and uses the same commands and setting) you simply have to create a MAME system and rename it the way you want!?
silent253
Newbie
Newbie
Posts: 20
Joined: Thu Sep 01, 2016 12:50 am

[quote="Aeliss"]
This one don't work ? It's just a copy from the MAME part.

Code: Select all

	<System type="Arcade">
		<Name ss="75" em="mame4rage2" tgdb="Arcade" gb="84|ARC">Primal Rage 2 [MAME]</Name>
		<Emu selected="mame4rage2">
			<Cmd hidden="true" name="mame4rage2" value="-rompath "%path" %file%ext  -skip_gameinfo -nowindow" extensions=".zip"/>
		</Emu>
	</System>
[/quote]

So does this code work on version 6.2?
silent253
Newbie
Newbie
Posts: 20
Joined: Thu Sep 01, 2016 12:50 am

[quote="mgalaxy"]
Perhaps I'm missing something...but I don't see the need to create à new system here!
v6.0 was released with the ability to create as many (same) system that you want (15 Mame systems if you want)
If indeed this Gruntzilla94's  MAME4RAGE2 is build upon MAME (and uses the same commands and setting) you simply have to create a MAME system and rename it the way you want!?
[/quote]

Well it is based on MAME 0.168 but it only runs primal rage 2.  I'll try to create it on 6.2 using the mame settings.  The reason I created a different system was so I could use its own individual icon instead of mame's default one.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Ah yes with the 6.2 you can't change the icon, It always use this one from "BasSsystems" folder.
Post Reply