I'm trying to verify some Famicom Disk System ROMs using the latest no-intro dataset, and it doesn't recognize most of them - apparently due to the presence of headers.
I downloaded No-Intro_FDS.xml and put it in a bunch of places, but it doesn't seem to be recognized by Romcenter 4.0.0.beta11.
Am I missing something, or does RC4.x not have the ability to deal with FDS/NES headers?
Ignore FDS/NES headers w/no-intro database?
Moderator: Wanderer
Forum rules
No roms requests or illegal links
No roms requests or illegal links
Re: Ignore FDS/NES headers w/no-intro database?
Hi
Edit the datafile and add
in the xml header.
Next version will automatically detect which plugin to use.
Edit the datafile and add
Code: Select all
<romcenter plugin="fds.dll"/>
Next version will automatically detect which plugin to use.
Eric - RomCenter developer
Report bugs here.
Report bugs here.
Re: Ignore FDS/NES headers w/no-intro database?
Thanks, I was able to figure that out on my own by looking at the parent-child flavor of no-intro DAT files. Not sure why they include romcenter metadata in those but not the standard ones.
Re: Ignore FDS/NES headers w/no-intro database?
Hi, I saw this thread, and I was trying to setup the same thing.
How exactly did you get it to work?
Adding the entry to the XML file outside the detector wrap or inside?
And where exactly do you place the XML file and tell Romcenter to recognize it?
Thanks in advance.
How exactly did you get it to work?
Adding the entry to the XML file outside the detector wrap or inside?
And where exactly do you place the XML file and tell Romcenter to recognize it?
Thanks in advance.
Re: Ignore FDS/NES headers w/no-intro database?
Here's an example:mm21xx wrote: Tue Sep 26, 2017 2:13 am Hi, I saw this thread, and I was trying to setup the same thing.
How exactly did you get it to work?
Adding the entry to the XML file outside the detector wrap or inside?
And where exactly do you place the XML file and tell Romcenter to recognize it?
Thanks in advance.
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd">
<datafile>
<header>
<name>Nintendo - Nintendo Entertainment System</name>
<description>Nintendo - Nintendo Entertainment System</description>
<version>20170719-133541</version>
<author>BigFred, BitLooter, C. V. Reynolds, einstein95, fuzzball, Gefflon, Hiccup, kazumi213, Money_114, Powerpuff, relax, Rifu, Special T, Tauwasser, xuom2</author>
<homepage>No-Intro</homepage>
<url>http://www.no-intro.org</url>
<clrmamepro header="No-Intro_NES.xml"/>
<romcenter plugin="nes.dll"/>
</header>
Re: Ignore FDS/NES headers w/no-intro database?
Heya!!HunterZ0 wrote: Tue Sep 26, 2017 2:17 amHere's an example:mm21xx wrote: Tue Sep 26, 2017 2:13 am Hi, I saw this thread, and I was trying to setup the same thing.
How exactly did you get it to work?
Adding the entry to the XML file outside the detector wrap or inside?
And where exactly do you place the XML file and tell Romcenter to recognize it?
Thanks in advance.I think I got Romcenter to recognize it by importing it as a new database.Code: Select all
<?xml version="1.0"?> <!DOCTYPE datafile PUBLIC "-//Logiqx//DTD ROM Management Datafile//EN" "http://www.logiqx.com/Dats/datafile.dtd"> <datafile> <header> <name>Nintendo - Nintendo Entertainment System</name> <description>Nintendo - Nintendo Entertainment System</description> <version>20170719-133541</version> <author>BigFred, BitLooter, C. V. Reynolds, einstein95, fuzzball, Gefflon, Hiccup, kazumi213, Money_114, Powerpuff, relax, Rifu, Special T, Tauwasser, xuom2</author> <homepage>No-Intro</homepage> <url>http://www.no-intro.org</url> <clrmamepro header="No-Intro_NES.xml"/> <romcenter plugin="nes.dll"/> </header>
Sorry for a late reply, got busy and never got back around to checking here.
Greatly appreciate your answer, I did that and it worked. (Although it crashed the first time I did it with RC4b11, the second attempt, it went through and recognized it).
