Stack/01 fixes standalone#368
Merged
Merged
Conversation
Path.GetFileName does not treat backslash as a separator on Linux, so G2 worlds like AddonWorld\NewWorld.zen kept their prefix. Normalise to forward slashes first.
The box collider must be a trigger for OnTriggerEnter level changes to fire.
Return after deactivating the handler so StartDelayed() is not started on an unlocked container.
JaXt0r
approved these changes
Jun 14, 2026
JaXt0r
left a comment
Contributor
There was a problem hiding this comment.
Move on.
But there is no change with regards to lock picking as mentioned in the PR description:
Lockpick on unlocked containers — VRContainerDoorPickingInteraction returns after deactivating itself, so it no longer starts the delayed coroutine on an already-unlocked container.
Contributor
Author
|
probably the change was already in main, and as you merged main into this branch, it disappeared |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First in stack. Just some bugfixes for now.
Changes
SaveGameService.ChangeWorldnormalises\to/beforePath.GetFileName, which on Linux otherwise keeps theAddonWorld\prefix and fails to match the loaded world.oCTriggerChangeLevelbox collider now hasIsTrigger = 1so level-changeOnTriggerEnteractually fires.VRContainerDoorPickingInteractionreturns after deactivating itself, so it no longer starts the delayed coroutine on an already-unlocked container.CSLtoLSC. Gothic 2 english steam version has OU.LSCHow to test