theMK2k / MetropolisLauncher

A data-heavy Emulation & Gaming front-end for Windows
http://metropolis-launcher.net
Other
40 stars 3 forks source link

Add option to change game (and other) paths from absolute to relative #19

Open lmills87 opened 6 years ago

lmills87 commented 6 years ago

To increase portability of games collection, it would be useful to be able to change game paths (and all other relevant paths) to a relative structure.

For example:

C:\Users\lmill\Desktop\Metropolis_Launcher\games\KQ1

becomes

.\games\KQ1

It would also be useful to be able to specify helper programs in this manner as well, if that feature is added. That way, the Metropolis_Launcher folder (assuming it contains games and all other relevant files) can be moved from one PC to the next without issue.

theMK2k commented 6 years ago

This is feasible.

TODO:

theMK2k commented 6 years ago

The %game_root% as well as %emu_root% may well be set as ".\" by the user when games AND emulators are below Metropolis Launcher's application directory.