-
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
1g1r generator filters our certain roms I want to keep #46
Comments
OK, Ib figured it out. generate.log says this: WARNING [Ashes Cricket 2009 (UK)]: no recognizable regions found Still would like to know if there is a way to include titles that have no recognizable region as well. Like I said, I want 1g1r genberator to just output a list with every single item in the dat. |
Ah, yes, I figured with the existence of Retool that this would be a user-case for this tool, but I didn't get to implement a And I see it doesn't even recognize stuff like "UK", which is should do. |
Hey everyone,
I want to create a 1g1r set from the Nintendo Wii redump set, but since redump does not offer parent/clone Dats, I created my own 1g1r Dat with "Retool".
So far so good.
Now I wanted to output the 1g1r list that Retool created to a text file list usung 1g1r generator. However, 1g1r generator filters out a few roms that should be kept, and I don't know why.
Since the Retool programme already created a 1g1r Dat file, all I want 1g1r generator to do is to create a text file with ALL of the roms from the Retool Dat inside of it. Nothing should be filtered out.
To achieve this, I used this command with 1g1r generato:
py generate.py -r USA --all-regions -d "Nintendo - Wii (2023-05-08 20-37-24) (Retool 2023-05-18 13-24-26) (1,668) [-aBbcdmPpr].dat" > list.txt
From what I understand, this should not filter out anything. However, some games will not be included in the text file list. For example the game "Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es)"
What command should I use to make 1g1r manager not filter out any games, but just create a list of EVERY game contained within a Dat file?
Hope you can help me.
Dat+List.zip
I've attached the Dat file Retool has created and also the text file list that does not contain some of the games, such as "Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es)"
The text was updated successfully, but these errors were encountered: