mGalaxy forum

General Discussions => Bugs Reports => Topic started by: Daz1337 on October 16, 2013, 06:56:34 AM

Title: Night Raid (nightrai) & Ray Crisis (raycris)
Post by: Daz1337 on October 16, 2013, 06:56:34 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.
Title: Re: Night Raid (nightrai) & Ray Crisis (raycris)
Post by: Aeliss on October 16, 2013, 12:17:21 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.
Title: Re: Night Raid (nightrai) & Ray Crisis (raycris)
Post by: Aeliss on October 16, 2013, 02:19:08 PM
To make theses games working, edit the systems.xml file (to wait for the next version). Chnage the line
Code: [Select]
<Extensions>.zip,.7z,.chd</Extensions>
Code: [Select]
  <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 &quot;%path&quot; %file%ext %volume -skip_gameinfo -nowindow" />
    </Emu>
    <Extensions>.zip,.7z,.chd</Extensions>
    <Active>True</Active>
    <Script>False</Script>
    <Database>True</Database>
  </System>
Title: Re: Night Raid (nightrai) & Ray Crisis (raycris)
Post by: Daz1337 on October 17, 2013, 03:23:39 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
Title: Re: Night Raid (nightrai) & Ray Crisis (raycris)
Post by: Aeliss on October 17, 2013, 10:43:35 AM
Your "image" folder isn't in the rom directory ?
We can use several folders for mame roms (Never tried that) ?