kanan icon indicating copy to clipboard operation
kanan copied to clipboard

Don't Close Windows On Chat

Open ghost opened this issue 8 years ago • 2 comments

Could we get a patch that prevents windows (inventory, etc) from closing when initiating an NPC chat? 👍

Thanks :)

ghost avatar Sep 11 '16 04:09 ghost

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

Poshwosh avatar Sep 11 '16 04:09 Poshwosh

I've tried this but I can't seem to find the flag indicating whether a window should be visible or not.

Rydian avatar Sep 30 '16 13:09 Rydian