EMULAB Forum

clrmamepro [English] => clrmame Discussion => Topic started by: GregHouse on 30 October 2017, 23:17

Title: Rebuilder/Scanner renaming pattern
Post by: GregHouse on 30 October 2017, 23:17
Hello everyone.

I have the following doubt:

I have the DAT below:


game (
   name "ps-10j"
   description "SCPH-1000/DTL-H1000 (Version 1.0 J)"
   rom ( name ps-10j.bin size 524288 crc 3b601fc8 md5 239665b1a3dade1b5a52c06338011044 sha1 343883a7b555646da8cee54aadd2795b6e7dd070 )
)


Using the clrmamepro, it creates the files according to the DAT following the pattern:

name_of_set.zip\name_of_rom = ps-10j.zip\ps-10j.bin


I would like to know if it is possible, using clrmamepro or another program, to use the following pattern:

description.zip\name_of_rom = SCPH-1000/DTL-H1000 (Version 1.0 J).zip\ps-10j.bin


Thank you.
Title: Re: Rebuilder/Scanner renaming pattern
Post by: Roman on 31 October 2017, 19:03
Not fullly since the the offical storing method is <rompath>\<setname>\<rom name 1 ... rom name n> for decompressed sets and <rompath>\<setname>.zip/.rar/.7z (where the archive holds the belonging rom files for compressed sets.
Cmpro will always follow this....

Cmpro's rebuilder advance options "Dest prestring" allows defining some pattern during rebuild which is put in front of this general rule. The box allows several variables to be used like %d for description....
I'm not sure if this helps you in your task...but it might be a start