skyscraper icon indicating copy to clipboard operation
skyscraper copied to clipboard

Custom Path configuration option

Open gtaforever00 opened this issue 2 years ago • 0 comments

Right now the tool assumes you are scraping on the device you will be running the games. The only option to change this behavior is relativePaths="true" and have the media and gamelist folders be the same.

It would be nice to have another configuration option on platform and main that overrides the default behavior on setting the paths. If I'm generating for my Android device vs my HTPC, the path prefix could be set to the appropriate absolute path.

Example config for generating for Android on Linux PC [main] frontend="pegasus"

[nes] inputFolder="/home/user/roms/nes" inputFolderOverride="/storage/emulated/0/roms/nes"

mediaFolder="/home/user/roms/nes/media" mediaFolderOverride="/storage/emulated/0/roms/nes/media"

gtaforever00 avatar Dec 24 '22 15:12 gtaforever00