brain-workshop / brainworkshop

Continued development of the popular brainworkshop game
GNU General Public License v2.0
235 stars 39 forks source link

Allow --configfile and --statsfile to take a path (enables portable mode) #51

Open gitterspec opened 1 year ago

gitterspec commented 1 year ago

For example brainworkshop --configfile ./subdir/config.ini or brainworkshop --configfile C:\config.ini

This would allow the app to be completely portable.

xantares commented 1 year ago

usually this is more set via an environement variable like XDG_CONFIG_DIRS

gitterspec commented 1 year ago

usually this is more set via an environement variable like XDG_CONFIG_DIRS I tried setting this but it does not seem to have any effect in Windows.