open-goal / jak-project

Reviving the language that brought us the Jak & Daxter Series
https://opengoal.dev
ISC License
2.73k stars 165 forks source link

game: allow overriding the config directory location #3477

Closed xTVaser closed 2 months ago

xTVaser commented 2 months ago

This is primarily driven for proper mod-support. Mods would like to isolate their settings and saves (potentially) and that is currently done by find-and-replacing code before building. Bad!

Additionally, this has the side-effect of allowing for portable installations of the game so, win-win.

Testing in progress, i'll merge once it is ready.