andrebrait / 1g1r-romset-generator

A small utility that uses No-Intro DATs to generate 1G1R ROM sets
GNU General Public License v3.0
213 stars 20 forks source link

1g1r generator filters our certain roms I want to keep #46

Open SiriusVI87 opened 1 year ago

SiriusVI87 commented 1 year ago

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)"

SiriusVI87 commented 1 year ago

OK, Ib figured it out. generate.log says this:

WARNING [Ashes Cricket 2009 (UK)]: no recognizable regions found WARNING [Atrevete a Sonar (Latin America) (En,Es)]: no recognizable regions found WARNING [Chavo, El (Latin America) (En,Es,Pt)]: no recognizable regions found WARNING [Deal or No Deal - The Banker Is Back (UK)]: no recognizable regions found WARNING [Doctor Who - Return to Earth (UK)]: no recognizable regions found WARNING [Family Fortunes (UK)]: no recognizable regions found WARNING [G1 Jockey Wii (UK)]: no recognizable regions found WARNING [G1 Jockey Wii 2008 (UK)]: no recognizable regions found WARNING [Golden Balls (UK)]: no recognizable regions found WARNING [Lucha Libre AAA - Heroes del Ring (Latin America) (En,Es)]: no recognizable regions found WARNING [My Spanish Coach - Improve Your Spanish (UK)]: no recognizable regions found WARNING [Peppa Pig - Fun and Games (UK)]: no recognizable regions found WARNING [Quiz Party (UK)]: no recognizable regions found WARNING [Ready Steady Cook - The Game (UK)]: no recognizable regions found WARNING [Springdale (Scandinavia) (En,Sv,No,Da,Fi)]: no recognizable regions found WARNING [Thomas & Friends - Hero of the Rails (UK)]: no recognizable regions found WARNING [Top Trumps - Doctor Who (UK)]: no recognizable regions found WARNING [WSC Real 09 - World Snooker Championship (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.

andrebrait commented 1 year ago

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 no-filter mode or anything like that.

And I see it doesn't even recognize stuff like "UK", which is should do.