giongto35 / cloud-game

Web-based Cloud Gaming service for Retro Game
https://www.youtube.com/watch?v=GUBrJGAxZZg
Apache License 2.0
2.24k stars 343 forks source link

Where are all the games stored? #453

Closed HackerYijia closed 1 month ago

HackerYijia commented 1 month ago

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.

sergystepanov commented 1 month ago

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.