Frictional Games Forum (read-only)
Drawers in SOMA. - 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: Technical Support (https://www.frictionalgames.com/forum/forum-80.html)
+---- Thread: Drawers in SOMA. (/thread-33999.html)

Pages: 1 2


RE: Drawers in SOMA. - Hypercube - 12-08-2015

(12-08-2015, 02:41 AM)Abion47 Wrote: Click on my name and select "Send Abion47 a message". Then you can either attach a zip of your map files to the message or upload them somewhere (like MediaFire or whatever) and send me the link.

I mean I understand I can just click PM under your name as well, but my question was that there wasn't an attach file option in the draft part of it. But I'll just send a link.


RE: Drawers in SOMA. - Abion47 - 12-08-2015

I see the problem. That particular table entity you are using has a cylindrical collision shape along the end corners (these shapes are invisible anywhere except in the ModelEditor). That cylinder is colliding with your drawers, causing the weird behavior. Set the table to also be in the "-drawer" collide group, and that should fix your issue.

(12-08-2015, 03:54 AM)Romulator Wrote:
(12-08-2015, 02:41 AM)Abion47 Wrote: Click on my name and select "Send Abion47 a message". Then you can either attach a zip of your map files to the message or upload them somewhere (like MediaFire or whatever) and send me the link.

Or, under his message, simply click the "PM" button.

Or that works too I guess. Tongue


RE: Drawers in SOMA. - Hypercube - 12-08-2015

(12-08-2015, 05:21 AM)Abion47 Wrote: I see the problem. That particular table entity you are using has a cylindrical collision shape along the end corners (these shapes are invisible anywhere except in the ModelEditor). That cylinder is colliding with your drawers, causing the weird behavior. Set the table to also be in the "-drawer" collide group, and that should fix your issue.
Thank you a lot Smile! I never knew the entity had some sort of collision shape messing with the drawers. This is what was messing me up, well, glad you told me that, because now I can move on from that issue.