Frictional Games Forum (read-only)
Working Amnesia-Style Inventory System (In Progress) - 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: Development (https://www.frictionalgames.com/forum/forum-82.html)
+---- Thread: Working Amnesia-Style Inventory System (In Progress) (/thread-31317.html)

Pages: 1 2 3 4 5 6


RE: Working Amnesia-Style Inventory System (In Progress) - A.M Team - 10-20-2015

Hey, the best thing is that you got it working. Give yourself a pat on the back mate.


RE: Working Amnesia-Style Inventory System (In Progress) - Mudbill - 10-20-2015

I'm sure there's no rush for anyone. If anything, people are just eager to use it, but as for releasing a mod, a quality one wouldn't even be half way done by now (well, unless you're extremely efficient).


RE: Working Amnesia-Style Inventory System (In Progress) - Abion47 - 10-24-2015

Isn't the weekend just amazing? I mean really, I'm not sure just how often I marvel in that fact.

Now that I've gotten through the crushing work-rush pressure, I can give some focus back to this project. I've got the demo map just about finished, though there are some annoyances that I've elected to leave to tomorrow. Barring any more last-minute startling revelations like last time, my current hope is that this will be up by tomorrow or Sunday night.


RE: Working Amnesia-Style Inventory System (In Progress) - Abion47 - 10-25-2015

Alrighty then. Finally made it to release. I suppose that means its time to take this over to the Showcase forum.

Whelp, I guess now it's time to think about what else I'm gonna be working on. The CS I have in mind might be a bit intense, so I might try tackling the thing that is level streaming next.


RE: Working Amnesia-Style Inventory System (In Progress) - 1minus1is0 - 10-26-2015

Hey, i have a suggestion:

is it possible to mess with the crosshair such that depending on what you point it at a little information window pops in? Kinda like how the terminator's vision worked?


RE: Working Amnesia-Style Inventory System (In Progress) - Abion47 - 10-26-2015

(10-26-2015, 09:07 AM)1minus1is0 Wrote: Hey, i have a suggestion:

is it possible to mess with the crosshair such that depending on what you point it at a little information window pops in? Kinda like how the terminator's vision worked?

Oddly enough, I'd wager that is entirely possible, using a custom User Module and any entity's built-in PlayerLookAtCallback capabilities. In fact, considering how the module would pretty much just be using a single GUI box and basically a couple of booleans passed in by the aforementioned callbacks, it might not even be all that difficult.