cloud-game icon indicating copy to clipboard operation
cloud-game copied to clipboard

Where are all the games stored?

Open HackerYijia opened this issue 9 months ago • 1 comments

I am interested to download the ROM files for the game. But I have no idea where are the game stored. /game/assets only shows a few games.

HackerYijia avatar May 11 '24 17:05 HackerYijia

By default, all games are stored in the ./assets/games directory, and in the pkg/config/config.yaml file, you can find and change some parameters related to the game library. The coordinator and workers should be provided with the same list of ROM files on the system. In order to see what it finds, set the coordinator.debug parameter to true in the configuration file; then, it will print out your ROMs in the console.

sergystepanov avatar May 11 '24 19:05 sergystepanov