cosmo0 / arcade-manager

Arcade management tool to handle your MAME/FBA romsets
https://cosmo0.github.io/arcade-manager/
MIT License
183 stars 7 forks source link
arcade arcade-management best-game emulation fba filter game mame recalbox retropie rom-management romset

Arcade manager for Retropie & Recalbox

Windows build status Linux build status MacOS build status

This repository provides a rom management tool, specifically designed for use with Retropie & Recalbox, but it works with anything.

It helps you to manage and filter your arcade rom collection (MAME/FBNeo) by removing unwanted, bad, and unplayable games.

It's also useful if you feel a bit lost among the several thousand games that full MAME romsets provides, and only want the very best.

Features

THIS TOOL DOES NOT CHANGE THE ROMSET VERSION!!!

Copying files assumes you have a working, non-merged romset corresponding to the MAME/FBA version you're using. If you ever need to change your romset version, use a tool like ClrMamePro.

Obviously, this tool does not download roms.

Usage

Launch ArcadeManager on a computer running Windows, MacOS or Linux. If you're using a Rapsberry Pi for emulation (or another computer), it can connect to it using network shares (but you should consider using a USB key for rom storage).

External help

If you are new to arcade emulation, please read these resources:

Screenshots

Home Wizard Install overlays Download CSV Copy roms

Help with translations

Anyone can help with translations: they're simple text files (INI style) located in Data\translations.

If you think you can help, please create a pull request!

Development

Build and run:

dotnet tool install --global ElectronNET.CLI
cd ArcadeManager
dotnet build
electronize start

Then attach Visual Studio to the ArcadeManager process.

Generate a fake romset in tmp\roms (empty zip files with the right names):

.\generate-samples.ps1

Create an install package:

electronize build /target win
electronize build /target osx
electronize build /target linux
electronize build /target win /electron-arch arm64
electronize build /target osx /electron-arch arm64
electronize build /target linux /electron-arch arm64