emoose / xenia

Non-maintained mousehook/stfs & other hacks branch, check https://github.com/marinesciencedude/xenia-canary-mousehook for more up-to-date version.

Home Page:http://xenia.jp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using another build of Xenia overwrites xenia.config.toml

Millennium-Eagle opened this issue · 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.

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.