kanan
kanan copied to clipboard
Don't Close Windows On Chat
Could we get a patch that prevents windows (inventory, etc) from closing when initiating an NPC chat? 👍
Thanks :)
I have tried to fix that script a few times now, but I never managed.
Here's the original mod_sharker script before it broke (credits to Step29 I believe):
;Windows will not close between exiting areas, cutscenes, or NPC conversations [InterfaceNoClose] Search1= 3b f0 0f 95 c0 84 c0 0f 84 ?? ?? ?? ?? 8b ?? ?? 83 c1 fb Replace1=3b f0 0f 95 c0 84 c0 90 e9 ?? ?? ?? ?? 8b ?? ?? 83 c1 fb
I've tried this but I can't seem to find the flag indicating whether a window should be visible or not.