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

Question: I may not be seeing it, but is there a way to only look for Proto? I only see --no-proto. #44

Open TronVonDoom opened 1 year ago

TronVonDoom commented 1 year ago

My apologies if I'm not seeing it, but is there a way to only include Proto without excluding everything else one by one? I only see --no-proto.

andrebrait commented 1 year ago

On DATROMTool there will be. For this tool, I think the only way to achieve this is to have a hard filter using a regular expression that matches anything other than "(Proto)", so you can use --exclude and --regex together. I think it could be something like ^(?!\(Proto\)).*, which would result in a lookahead matching anything except .*\(Proto\).*.