EmptyEpsilon
EmptyEpsilon copied to clipboard
Use %appdata% on windows.
When installing Empty Epsilon in the system Program Files folder (like #1003 would) it requires administrator privileges to write to the local folder. Using the appdata folder also makes options.ini and such user specific, which is a good thing.
I have not tested this, if someone who already has a Windows development environment setup would do so, I would appreciate it.
This is incomplete btw - there are references to HOME in src/menus/optionsMenu.cpp as well as src/scriptDataStorage.cpp that needs to be fixed up too (and tested).
This is incomplete btw - there are references to
HOMEinsrc/menus/optionsMenu.cppas well assrc/scriptDataStorage.cppthat needs to be fixed up too (and tested).
Shoot, I got lazy and didn't look, I can add those.