Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRe: Pretty Please? Reply to this message
Posted bySalmonKing
Posted on02/26/05 05:32 AM



> > How should the scanner take care of that?
> > Instead of looking at a rompath it should look at the "rebuildto" set one?
> >
> >
> > Roman Scherzer
> > ClrMamePro
> >
> I would think that it should look in the path relative to the rom path(s) set.
> For example, set a rom path for the fixdat (which is needed for scanning,
> anyway), "Set 1" is marked to rebuildto "subdir". I set the rompath to
> "C:\LookHere". So, the scanner would expect to see "C:\LookHere\subdir\Set
> 1.zip"
>
> If it's too hard to implement into the current scanner, that's fine, I just
> thought appending the 'rebuildto' tag to the set name for scanning would be
> relativly easy. No problems at all if you chuck it in the 'too hard' basket ;)
>
> SK.
>
Just a little background on this, as to why I might be asking. I have writting a little util to combine fixdats. After playing with various combinations of settings, etc, the 'rebuildto' tag came up as the best option.

Basically, all that happens is the util opens all fixdatfiles in a given path, then 'copies' each set into a new 'Combined Dats' file. For each set, the 'rebuildto' tag is set to the datfile's name that the set came from.

e.g. :

game (
name "7 of 9 The Slots [Original]"
rebuildto "Visual Pinball Original Tables Others"
description "7 of 9 The Slots [Original]"
year ""
manufacturer ""
rom ( name "7 of 9 The Slots screenshot.jpg" size 53085 crc 0xaf252556 )
)

game (
name "Candy Land [Original]"
rebuildto "Visual Pinball Original Tables"
description "Candy Land [Original]"
year ""
manufacturer ""
rom ( name "Candy Land screenshot.jpg" size 69510 crc 0x0aa8dc8b )
)

So, to rebuild this, I simply point CMP to my Pinball Tables collection, and it builds each set accordingly to a directory based on the name of each fixdatfile. To scan this currently to see if it's all filled, I then have to take each individual fixdat (used to have to remove the 'category' line.... ;) ), then scan each new directory.

SK.



-
Entire Thread
Subject  Posted byPosted On
*Pretty Please?  SalmonKing02/25/05 11:49 PM
.*Re: Pretty Please?  Roman02/26/05 04:21 AM
..*Re: Pretty Please?  SalmonKing02/26/05 05:26 AM
....Re: Pretty Please?  SalmonKing02/26/05 05:32 AM
....*Re: Pretty Please?  Roman02/26/05 06:39 AM
.....*Re: Pretty Please?  SalmonKing02/26/05 07:36 AM