Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRe: Pointing at "sets" Reply to this message
Posted byRoman
Posted on04/08/07 04:06 AM



You have to look at the used datfile and how it specifies the sets.

Then check your rompaths and see how the general loading rule

rompath\setname\file 1.... file n or
rompath\setname.zip/.rar/.7z

is used for that specific datfile.

You said "all [U], [J], and other releases into one archive to save space", so your datfile has to like:

game (
name my_test
description
rom ( name test[u].bin ... size ... crc ... )
rom ( name ..[u]... size ... crc ... )
rom ( name ..[u]... size ... crc ... )
...
)



But then you only got one set 'my_test'. For storing/scanning it means:

rompath\my_test\test[u].bin ....
or
rompath\my_test.7z (or .rar/.zip)

If you want to keep your files archived as well, your datfile has specify more sets

game (
name set_1
description
rom ( name test[u].bin ... size ... crc ... )
)

game (
name set_2
description
rom ( name ...[u] ... size ... crc ... )
)

game (
name set_2
description
rom ( name ...[u] ... size ... crc ... )
)



Roman Scherzer


-
Entire Thread
Subject  Posted byPosted On
*Pointing at "sets"  karnot04/07/07 12:19 PM
.*Re: Pointing at "sets"  Roman04/07/07 01:22 PM
..*Re: Pointing at "sets"  karnot04/08/07 02:57 AM
....Re: Pointing at "sets"  Roman04/08/07 04:06 AM