Skip to content
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

Script doesn't detect NeoGeo games #8

Open
MasterSpecter opened this issue Oct 24, 2022 · 4 comments
Open

Script doesn't detect NeoGeo games #8

MasterSpecter opened this issue Oct 24, 2022 · 4 comments

Comments

@MasterSpecter
Copy link
Contributor

Running the gamesmenu script and selecting NeoGeo games does not result in said games showing up in the Games menu. I am using the Darksoft ROM set, installed in an external HD at /media/usb0/games/NEOGEO/. These games are each in individual folders with names matching those listed in the romsets.xml file, and each folder contains the necessary ROM files (e.g., crom0, m1rom, prom, etc.). I noticed in the script that the file extensions its looking for for NG games are .neo, .zip, .iso, and .bin (assuming I'm understanding it correctly). I tried zipping one of them, but the script still didn't detect it. I have looked into the tool that converts ROMs into .neo files, but I haven't been able to get that to work.
Any suggestions would be much appreciated.

@wizzomafizzo
Copy link
Owner

Hi. Thanks for your report. You are right unfortunately none of my scripts support the darksoft style neogeo packs at the moment, only the .neo ones. I am definitely planning on getting them supported eventually, but I suggest not waiting around for that if you want to get it working soon. It's quite a lot of work and also involves me migrating this script fully to the mrext repository. This pack in particular is a huge departure from any other rom format that mister supports

My suggestion right now is to just use a different pack. I don't think I can link it here, but if you search for htgdb gamepacks you'll find a neogeo pack file in there starting with "mister pack add-on" which definitely works. It has .neo files instead

I'm happy to leave this issue open until support is in. I think it's important it does eventually happen and I've been doing a lot of prep for it

@MasterSpecter
Copy link
Contributor Author

Okay, good to know. That pack is definitely different, but I think its because its the contents of those actual ROMs on the boards.
Thanks for the prompt response. And the favorites scripts, which is super helpful considering how many arcade games are on the MiSTer.

@tron303
Copy link

tron303 commented Oct 29, 2022

https://github.com/tron303/MiSTer_GamesMenu/blob/main/renamer.py

I wrote a little python-script for renaming the mgl-filenames by comparing them with a xml-file.

@tron303
Copy link

tron303 commented Oct 29, 2022

as I remember right the Darksoft/mister-neogeo-pack was first one game per folder/zip with the raw rom-file data in it (crom0,fpga,m1rom,prom.srom.vroma0), what later became *.neo in the Neosd files for MiSTer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants