bibendovsky / bstone

Unofficial source port for Blake Stone series
Other
296 stars 34 forks source link

Portable Save Data #458

Closed AskaLangly closed 9 months ago

AskaLangly commented 1 year ago

Been noticing some of my favorite games, this included, dumping saves into %APPDATA%, which is a nuisance if I ever have to reinstall an OS.

I'd like the ability to have a portable install. As I lack experience in PR know-how, here's what I'd like you to do:

This would allow new players to immediately identify where their game saves are, as well as save the headache in grabbing the files from a former OS install.

bibendovsky commented 1 year ago

There is a command-line option --profile_dir (for details see chapter 6 of README) to override the location of saved games, configuration, etc. If it's still not enough I could add the functionality you described.