Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONFIG_PATH and LOG_PATH don't work as expected in the ASI Loader version #7

Open
igromanru opened this issue Oct 1, 2023 · 0 comments

Comments

@igromanru
Copy link

I'm currently porting my mod for the ASI Loader.
I'm using the bink2w64.dll version of the ASI Loader and my mod goes into the (game root dir)/Plugins/ directory.

With both parameter set like in the template:

#define LOG_PATH "Plugins\\"
#define CONFIG_PATH "Plugins\\"

Following happens:

  • The log gets created into the (game root)/Plugins/Plugins/ directory.
  • The toml files always gets created into the game root directory, doesn't matter if CONFIG_PATH is set or not

https://github.com/igromanru/SF-Zero-Weight/blob/d1cb5a577a3aa7a2ca52c9b3e840d63dad268ab7/Plugin/src/Settings.hpp#L3

I removed the LOG_PATH define, so the log files gets created in the right directory ( (game root)/Plugins/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant