Page 1 of 1
Night Raid (nightrai) & Ray Crisis (raycris)
Posted: Wed Oct 16, 2013 11:56 am
by Daz1337
Can't get Night Raid (nightrai) or Ray Crisis (raycris) to run under MGalaxy.
Both work from the command line in MAME.... Is this a Bug or a 'Feature!'?
Cheers,
Darren.
Re: Night Raid (nightrai) & Ray Crisis (raycris)
Posted: Wed Oct 16, 2013 5:17 pm
by Aeliss
Ha nice ^^.
I have tried to load it and I have same problem too, I think it s because this game don't have zipped rom, but only CHD. We need to wait for Dev info, but I think it a bug.
Re: Night Raid (nightrai) & Ray Crisis (raycris)
Posted: Wed Oct 16, 2013 7:19 pm
by Aeliss
To make theses games working, edit the systems.xml file (to wait for the next version). Chnage the line
Code: Select all
<Extensions>.zip,.7z,.chd</Extensions>
Code: Select all
<System>
<Name>MAME</Name>
<AppPath>F:\emulateur\mame\mame64.exe</AppPath>
<RomPath>F:\emulateur\mame\roms</RomPath>
<SnapPath>F:\emulateur\mame\snap</SnapPath>
<VidPath />
<Emu selected="0">
<Cmd id="0" name="MAME" value="-rompath "%path" %file%ext %volume -skip_gameinfo -nowindow" />
</Emu>
<Extensions>.zip,.7z,.chd</Extensions>
<Active>True</Active>
<Script>False</Script>
<Database>True</Database>
</System>
Re: Night Raid (nightrai) & Ray Crisis (raycris)
Posted: Thu Oct 17, 2013 8:23 am
by Daz1337
Thanks for the replies...
I can confirm you was right but in this instance i have my CHDs in an 'Image' Folder so for me the work around was to add some 0 byte files (nightrai.zip & raycris.zip) put them into the roms folder.
Thanks for your help.
Daz
Re: Night Raid (nightrai) & Ray Crisis (raycris)
Posted: Thu Oct 17, 2013 3:43 pm
by Aeliss
Your "image" folder isn't in the rom directory ?
We can use several folders for mame roms (Never tried that) ?