Ignore FDS/NES headers w/no-intro database?

Forum rules
No roms requests or illegal links

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :clap: :hum: :gnak: :lol: :super: :uh: :toobad:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Ignore FDS/NES headers w/no-intro database?

Re: Ignore FDS/NES headers w/no-intro database?

by mm21xx » Sat Oct 14, 2017 10:50 pm

HunterZ0 wrote:
Tue Sep 26, 2017 2:17 am
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.
Here's an example:

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>
I think I got Romcenter to recognize it by importing it as a new database.
Heya!!

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). :)

Re: Ignore FDS/NES headers w/no-intro database?

by HunterZ0 » Tue Sep 26, 2017 2:17 am

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.
Here's an example:

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>
I think I got Romcenter to recognize it by importing it as a new database.

Re: Ignore FDS/NES headers w/no-intro database?

by mm21xx » 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.

Re: Ignore FDS/NES headers w/no-intro database?

by HunterZ0 » Wed Aug 23, 2017 4:04 am

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?

by RomCenter » Tue Aug 22, 2017 9:32 pm

Hi

Edit the datafile and add

Code: Select all

<romcenter plugin="fds.dll"/> 
in the xml header.

Next version will automatically detect which plugin to use.

Ignore FDS/NES headers w/no-intro database?

by HunterZ0 » Sun Aug 20, 2017 8:02 am

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?

Top