BepInExPack_Valheim version 5.4.2330 needs different Environment Variables #1192
arrowmaster
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Opening a draft PR for this at #1198, any help/input welcome as I'm not used to Rust. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
denikson-BepInExPack_Valheim-5.4.2330 is now out which changes from using UnityDoorstop 1.5 to 4.4.0 on Linux. UnityDoorstop 4.x uses new environment variables for configuration.
DOORSTOP_ENABLEis nowDOORSTOP_ENABLEDand should be set to 1 for enabled or 0 for disabledDOORSTOP_INVOKE_DLL_PATHis nowDOORSTOP_TARGET_ASSEMBLYDOORSTOP_CORLIB_OVERRIDE_PATHis not usedDYLD_LIBRARY_PATHandDYLD_INSERT_LIBRARIESwere never needed as these are only used by MacOSIf you want to support both the new and old UnityDoorstop, it might be possible to set both the new and old variables. But a
.doorstop_versionfile is now included that can be checked to see if the version is greater than 4.Beta Was this translation helpful? Give feedback.
All reactions