Page 1 of 1

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

Posted: Tue Nov 04, 2014 6:52 pm
by Heinrich
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)

Re: Can't get Raine to work in Mgalaxy

Posted: Tue Nov 04, 2014 7:38 pm
by mgalaxy
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!!

Re: Can't get Raine to work in Mgalaxy

Posted: Tue Nov 04, 2014 9:11 pm
by Heinrich
Thnx for the quick answer. That does the trick! I am learning...

Re: Can't get Raine to work in Mgalaxy

Posted: Tue Nov 04, 2014 9:48 pm
by Aeliss
Hu..
The old "systems.xml" will be compatible with the next version ?