Night Raid (nightrai) & Ray Crisis (raycris)

To get bugs fixed, please report them here.
Post Reply
Daz1337
Newbie
Newbie
Posts: 11
Joined: Tue Oct 08, 2013 9:43 am

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.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

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.
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

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>
Last edited by Aeliss on Wed Oct 16, 2013 7:20 pm, edited 1 time in total.
Daz1337
Newbie
Newbie
Posts: 11
Joined: Tue Oct 08, 2013 9:43 am

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
Aeliss
Hero Member
Hero Member
Posts: 900
Joined: Thu Apr 04, 2013 5:55 pm

Your "image" folder isn't in the rom directory ?
We can use several folders for mame roms (Never tried that) ?
Post Reply