Replies: 3 comments 5 replies
-
You'll need to figure out some additional information first per the docs:
My personal usage looks like this: npx --yes igir@latest move zip test clean \
`# Official MAME XML extracted from the progetto-SNAPS archive` \
--dat "./mame*.xml" \
--input "./MAME/" \
--input-checksum-quick \
--input-checksum-archives never \
--output "./MAME/" \
--dir-dat-name \
--overwrite-invalid \
--merge-roms merged \
-v |
Beta Was this translation helpful? Give feedback.
-
what's npx? haha. after some fiddling I got this but I don't know if it is overkill:
I tested a few games and it seems it works. I'd rather have the BIOS files outside the roms, since RetroArch handles them... did I miss this? |
Beta Was this translation helpful? Give feedback.
-
Made new batch:
Even after the changes, I got the exact same number of files and file size, so I guess this is the best it can do. Besides all that, I get a ton of these errors:
I guess they're safe to skip? |
Beta Was this translation helpful? Give feedback.
-
I'm not great on CLIs and I honestly don't trust RomCenter for this job. What is the command line I should use if I want to have this:
It's as simple as that. Any help appreciated! I'm going to use RetroArch so I believe I can throw the BIOSes into their /system/ directory.
Beta Was this translation helpful? Give feedback.
All reactions