You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
For some reason windows from patched GameGUI (player appearance, console etc.) cannot be opened in any Serious Editor (vanilla or patched). And this isn't an issue with the patched editor because vanilla GameGUI windows open just fine.
Tested configurations
Patched WorldEditor:
CustomMod = 1 - doesn't work (patched mod libraries)
CustomMod = 0 - works (vanilla mod libraries)
Vanilla WorldEditor:
CustomMod = 1 and FullAppIntegration = 0 - works (still using vanilla mod libraries due to integration limitations)
CustomMod = 1 and FullAppIntegration = 1 - doesn't work (patched mod libraries)
CustomMod = 0 and FullAppIntegration = 1 - works (vanilla mod libraries)