Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All Threads*Show in Threaded Mode


Subjectsome suggestions Reply to this message
Posted bymameniac
Posted on03/03/05 01:12 PM



a few more suggestions for the new toy

an option to disable rebuilder stats
(just like the one that already exists for the sacnner stats)

an option to batch create fixdats and/or miss/have lists after a scan is finished

the sacnner can be configured to autoprompt for a fixdat i know,
but that option implies the save button must be clicked in order to proceed

oh, and, can't cmp assume (either by default or as an option)
the rebuilder destination is the same as the rom path? (in batch mode that is)
this gets in the way of a batch run too
if one enters the rebuilder the normal way the destination box is automaticly filled with rom path
but if the batch mode is used cmp complains (with reason) there's no destination set

---

other (more time consuming i guess) suggestion

an option to build a single zip instead of lots of individual ones
this would involve parsing and redoing, on the fly, the datfile

example:

this

clrmamepro (
name "IBM PCjr - Applications"
description "IBM PCjr - Applications (TOSEC-v2005-01-03)"
category "IBM PCjr - Applications"
version 2005-01-03
author [idoru]
)

game (
name "Cartridge BASIC (1983)(Microsoft)"
description "Cartridge BASIC (1983)(Microsoft)"
rom ( name "Cartridge BASIC (1983)(Microsoft).jrc" size 33280 crc 9aff6bb4 md5 8a717ea02a1d661fd2d53451fe90e3c9 )
)

game (
name "IBM PCjr ColorPaint (1984)(IBM)"
description "IBM PCjr ColorPaint (1984)(IBM)"
rom ( name "IBM PCjr ColorPaint (1984)(IBM).jrc" size 65536 crc 9e444889 md5 6596dca4ace58ff25b2844f907cd66d1 )
)


would be converted (in ram) into this

clrmamepro (
name "IBM PCjr - Applications"
description "IBM PCjr - Applications (TOSEC-v2005-01-03)"
category "IBM PCjr - Applications"
version 2005-01-03
author [idoru]
)

game (
name "IBM PCjr - Applications (TOSEC-v2005-01-03)"
description "IBM PCjr - Applications"
rom ( name "Cartridge BASIC (1983)(Microsoft).jrc" size 33280 crc 9aff6bb4 md5 8a717ea02a1d661fd2d53451fe90e3c9 )
rom ( name "IBM PCjr ColorPaint (1984)(IBM).jrc" size 65536 crc 9e444889 md5 6596dca4ace58ff25b2844f907cd66d1 )
)


notice that the single zip file name would be the same as the description in the header of the original dat
the header is the same

this would not be feasible for arcade dats (whose sets have, almost always, more than one rom),
but would be cool for good and the majority of tosec dats
of course this could led to huge single zips, but it would be up to the user to use (or not) this option

if, while parsing, cmp would detect that the dat has so much as 1 set with more than one rom, then the operation would be aborted





SubjectRe: some suggestions new Reply to this message
Posted byRoman
Posted on03/03/05 01:22 PM



> an option to disable rebuilder stats
> (just like the one that already exists for the sacnner stats)


ok


> an option to batch create fixdats and/or miss/have lists after a scan is
> finished
>
> the sacnner can be configured to autoprompt for a fixdat i know,
> but that option implies the save button must be clicked in order to proceed


well...I really wonder why people care so much about the not-accurate miss/have list buttons ;) they only do a quickscan if the setname exists. nothing more. they are crap ;) Overwriting the auto-savefixdat can be done, but it will prompt for a filename in some cases...



> oh, and, can't cmp assume (either by default or as an option)
> the rebuilder destination is the same as the rom path? (in batch mode that is)
> this gets in the way of a batch run too
> if one enters the rebuilder the normal way the destination box is automaticly
> filled with rom path
> but if the batch mode is used cmp complains (with reason) there's no destination
> set


Well...if you enter the rebuilder window and no destination is set, it'll be set to the 1st rompath. Since the scanner calls the rebuilder in batchmode, it won't set it to the 1st rompath automatically. If you've setup all your profiles once, you shouldn't care about the destination anymore.



> an option to build a single zip instead of lots of individual ones


hmmm....I guess that's a task for the datfile (author) ;)
Ask cowering if he adds such an option to his "superdat" utility which merges datfiles.

Roman Scherzer
ClrMamePro


View All Threads*Show in Threaded Mode