xenia icon indicating copy to clipboard operation
xenia copied to clipboard

Using another build of Xenia overwrites xenia.config.toml

Open Millennium-Eagle opened this issue 4 years ago • 1 comments

As all versions of Xenia use the same xenia.config.toml, using the main branch removes the mousehook section of the file. Opening Xenia Mousehook again restores the mousehook section with default values.

I can only suggest that this version of Xenia store its xenia.config.toml in a different place, perhaps the same folder as the exe.

Millennium-Eagle avatar Feb 19 '21 05:02 Millennium-Eagle

Ah didn't realise that could happen, changed it to use 'xenia-mousehook.config.toml' instead (since config filename is changing this also gave me a chance to rename some of the GE-specific settings too)

If you want the config to stay in the same folder I think you can create a portable.txt file next to the EXE, which should make config file/cache/etc all get saved in the EXE folder instead.

emoose avatar Feb 19 '21 12:02 emoose