Frictional Games Forum (read-only)
Amnesia-Style Inventory Management System - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html)
+--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html)
+---- Forum: Showcase (https://www.frictionalgames.com/forum/forum-81.html)
+---- Thread: Amnesia-Style Inventory Management System (/thread-31429.html)

Pages: 1 2


RE: Amnesia-Style Inventory Management System - Abion47 - 10-26-2015

(10-26-2015, 07:17 AM)WALP Wrote: encountered a minor bug. If you hit escape while being in the journal(and possibly also the inventory) then cursor will be disabled and the player will be able to look around while journal is still overlayed.

Yeah, I've been trying to figure out how to fix that one. The problem is that the pause menu seems to override events for any other module, so everything I try only takes effect once the pause menu is closed.


RE: Amnesia-Style Inventory Management System - Fatalist - 11-03-2015

I found another bug. When Journal is empty, the "Back" button not responding.

https://youtu.be/iC88MkpRcLk


RE: Amnesia-Style Inventory Management System - Abion47 - 11-03-2015

I think I know what could be causing that. It was probably an oversight when I put together the logic for condensed entry categories, and shouldn't be a difficult fix.

Confirmed that to be the issue. I just pushed a fix.


RE: Amnesia-Style Inventory Management System - Fatalist - 11-04-2015

Thanks. It's working now.