-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outputs ROMs into subfolders #2
Comments
If the source ROM is composed of multiple files and you're not using an
archive format for it, that's expected.
Could you send me the DAT you're using and the full command line?
Andre Brait
…On Thu, Sep 22, 2022, 03:16 dinsdalepiranha ***@***.***> wrote:
Processing the same FBneo DAT as this user
<andrebrait/1g1r-romset-generator#21> and it
seems DATROMTool always leaves the processed ROMs in sub-directories that
do not exist in the source files.
So if the source ROM is like this:
./in-dir/romname.zip
The output of DATROMTool is like this:
./out-dir/romname/romname.zip
I am using your RC2 release tag with OpenJDK 11.0.16 and *not* specifying
--force-subfolder
—
Reply to this email directly, view it on GitHub
<#2>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLX5OW33I7YOGQLGBMTAA3V7OXO3ANCNFSM6AAAAAAQSSVAK4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Emailed. You might need to check spam. |
Ok, I think it's a bug I have already fixed but for some reason is still in Btw, each excluded word needs its own exclude option. --exclude="Mahjong,Poker,Cassette,Multigame,Multivideo,Multi " should be --exclude "Mahjong" \
--exclude "Poker" \
--exclude "Cassette" \
--exclude "Multigame" \
--exclude "Multivideo" \
--exclude "Multi" \ |
Looking at this closely I found that even when separating the --exclude arguments they appear to be disregarded by DATROMTool. For example, this game is still present in the processed ROMs:
Am I misunderstanding how this feature works? |
Hm, that's likely a recent change on DATs. By default, only the The name doesn't contain Mahjong. The description does. |
Well, I mean, those DATs use the name differently, but I think I've seen Retool do a change similar to this, so I'm gonna add the description field as a valid source for filtering. |
Processing the same FBneo DAT as this user and it seems DATROMTool always leaves the processed ROMs in sub-directories that do not exist in the source files.
So if the source ROM is like this:
./in-dir/romname.zip
The output of DATROMTool is like this:
./out-dir/romname/romname.zip
I am using your RC2 release tag with OpenJDK 11.0.16 and not specifying --force-subfolder
The text was updated successfully, but these errors were encountered: