-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature Request and Duplicates Found #9
Comments
Nice to hear you're enjoying it :-) Yes, that could be a nice feature addition. Is the XML format you want 100% compatible with DATs? |
And regarding the duplicates issue, could you please attach the DAT you're using? |
As for adding those options for NDS ROMs: although I myself use the tool for NDS, I decided not to include options specific for those. If I start doing that too much, I'll have like 100k options. Using the exclusion options should be easy enough for most people. I'm also going to post a lost of recommended settings in the future. It'll include exclusions like those and an explanation why they're on that list. |
Yes, for me, having the output dat equivelent to a filtered version of the NoIntro dat would work great. That allows me to use this for ClrMAMEpro and some of the tools I've made. I leverage the SHA and CRC values in the tools, rather than name. I did see you added some of the hashing for moving/renaming tho. Haven't tried that part out yet.
I'll give it a shot
Nintendo - Nintendo DS (Decrypted) (Parent-Clone) (20200319-065304).zip |
I'm planning a feature called Output Mode which will be able to generate
different folder/archive structures and also output files to a custom DAT
:-)
But don't close this issue. I'll do that when I add the feature.
As for the duplicates, I checked the DAT and it's missing the Parent/Clone
information for those games. I have reported that on the DAT-o-matic
forums. I'll let you know when they fix it.
André Brait
…On Fri, Mar 20, 2020 at 1:42 PM Beano ***@***.***> wrote:
Yes, that could be a nice feature addition. Is the XML format you want
100% compatible with DATs?
Yes, for me, having the output dat equivelent to a filtered version of the
NoIntro dat would work great. That allows me to use this for ClrMAMEpro and
some of the tools I've made. I leverage the SHA and CRC values in the
tools, rather than name. I did see you added some of the hashing for
moving/renaming tho. Haven't tried that part out yet.
Using the exclusion options should be easy enough for most people.
I'll give it a shot
Nintendo - Nintendo DS (Decrypted) (Parent-Clone) (20200319-123850).zip
<https://github.com/andrebrait/1g1r-romset-generator/files/4359547/Nintendo.-.Nintendo.DS.Decrypted.Parent-Clone.20200319-123850.zip>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLX5OUD5KSMWGSQKSFTIJTRINQCZANCNFSM4LPRTDCQ>
.
|
Hands up for outputting DAT files including a folder structure :) |
First a couple of feature requests:
I'm going to attempt to modify the code and do this myself, though I'm not as skilled a programmer as you. Figured I'd ask...
Duplicates found in the NDS set.
command: python generate.py -r USA,EUR -d "Nintendo - Nintendo DS (Decrypted) (Parent-Clone) (20200319-065304).dat" --no-all
Who Wants to Be a Millionaire (Europe) (En,Fr,De,Es,It,Nl)
Who Wants to Be a Millionaire (USA)
World Cup of Pool (USA)
World Cup of Pool (Europe) (En,Fr,De,Es,It)
Not sure if there are others, but these are just scrolling up from the bottom with the output. Figure you may want to look at it.
By the way, great repo, I've attempted to write something that will do this but haven't had much luck, at least not as comprehensive as what you've done.
The text was updated successfully, but these errors were encountered: