-
-
Notifications
You must be signed in to change notification settings - Fork 484
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
[Enhancement]: Any game that uses a launcher causes dobby to be unseen #790
Comments
Should be fixed in 0.6.6, released today, as dobby was moved to the Dependencies folder. |
Didn't work sadly since I tried upgrading to 0.6.6 before the issue. Looks like it's still searching in the wrong place for the dependency but I cant be sure because that's all it gives |
Could try manually uninstalling MelonLoader then reinstall v0.6.6. |
Was the base dir always the working directory by default? |
OK yeah I see the issue, the managed side is (correctly) using the running executable's location as the default base dir, but the proxy uses the CWD. |
Will this be getting changed anytime soon then? |
This should hopefully be fixed in the latest alpha-development nightly of v0.6.7. |
Describe the new feature or enhancement
Can we have some sort of toggle between MelonLoader using
GetCurrentDirectory
and just the game's folder? It's really irritating that I still have to be stuck on MelonLoader 0.5.7 because the game's launcher doesn't set the working directoryIt also doesn't provide me with a way to add launch params so I cant take advantage of the basedir command line argument
The text was updated successfully, but these errors were encountered: