Can't get Raine to work in Mgalaxy - solved -

Get answers to questions about using mGalaxy.
Post Reply
Heinrich
Newbie
Newbie
Posts: 2
Joined: Tue Nov 04, 2014 6:42 pm

Hello,

First my compliments for this great frontend. I'm setting up a configuration, with multple emulators. Al was going fine, until i want to configure raine for NeoGeo. As stand alone, Raine works fine with al the roms, but in Mgalaxy Raine keeps saying missing Neobios.bin... Do I miss something?

Thnx in advance.

Greetz,

Henk (from the Netherlands)
Last edited by Heinrich on Wed Nov 05, 2014 7:12 am, edited 1 time in total.
User avatar
mgalaxy
Administrator
Administrator
Posts: 1192
Joined: Tue Dec 05, 2006 7:46 pm

Well!! Raine was added yesterday on the "Emulator Help" page on the site....but won't be supported until the next mGalaxy version (to be released this WE).
You normally don't have enough with the actual mGalaxy version to run Raine games (excepted if you've edited the 'system.xml' file by yourself !?)
For info, this is the code that should be added to the actual 'systems.xml' for Raine to be used with mGalaxy

Code: Select all

<System Type="Arcade">
		<Name>MC680x0 based harware</Name>
		<AppPath/>
		<RomPath/>
		<SnapPath/>
		<VidPath/>
		<Emu selected="0">
			<Cmd id="0" name="Raine" value="-nogui -fs 1 -g %file"/>
		</Emu>
		<Extensions>.zip</Extensions>
		<Active>False</Active>
		<Script>True</Script>
		<Database>False</Database>
</System>
In this example, keep in mind that a new folder called 'MC680x0 based harware' would have to be created in the mGalaxy data folder with a png file called 'icon.png' inside it!!
Heinrich
Newbie
Newbie
Posts: 2
Joined: Tue Nov 04, 2014 6:42 pm

Thnx for the quick answer. That does the trick! I am learning...
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Hu..
The old "systems.xml" will be compatible with the next version ?
Post Reply