Frictional Games Forum (read-only)
Wall entities - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Wall entities (/thread-8396.html)

Pages: 1 2


RE: Wall entities - DannieWest - 06-06-2011

Loved this one Big Grin Just came across this lil idea... would it be possible to give the walls the ability to swing open like doors? Smile Like from one side they're all wooden with a handle, and the other side looks just like a regular wall Big Grin And maybe just openable from the side with a handle? x)


RE: Wall entities - xtron - 06-06-2011

Since we're here I need to ask...
the SetEntityActive function, if I set it to false instead of true, will the entity that got the function disapear?.


RE: Wall entities - Mooserider - 06-06-2011

(06-06-2011, 10:54 AM)xtron Wrote: Since we're here I need to ask...
the SetEntityActive function, if I set it to false instead of true, will the entity that got the function disapear?.

Yes, that's right. Setting something to false will make it disappear, setting it to true will make it re-appear. If you set an already active prop active with SetEntityActive nothing will happen - just so you know.


DannieWest Wrote:Loved this one Just came across this lil idea... would it be possible to give the walls the ability to swing open like doors? Like from one side they're all wooden with a handle, and the other side looks just like a regular wall And maybe just openable from the side with a handle? x)

That would we extremely awesome but I've no idea how to do itBig Grin I think it's possible, but all I can do is convert the static models to entitiesWink

Slightly amusing fact though is that I set the entity type to SwingDoor just without hinges so it doesn't act like a door (However like I said before I have no idea how to give it hinges anyway even if I wanted to... Which I sort of do, but you know what i'm getting atWink)


RE: Wall entities - DannieWest - 06-07-2011

(06-06-2011, 02:19 PM)Mooserider Wrote:
DannieWest Wrote:Loved this one Just came across this lil idea... would it be possible to give the walls the ability to swing open like doors? Like from one side they're all wooden with a handle, and the other side looks just like a regular wall And maybe just openable from the side with a handle? x)

That would we extremely awesome but I've no idea how to do itBig Grin I think it's possible, but all I can do is convert the static models to entitiesWink

Slightly amusing fact though is that I set the entity type to SwingDoor just without hinges so it doesn't act like a door (However like I said before I have no idea how to give it hinges anyway even if I wanted to... Which I sort of do, but you know what i'm getting atWink)

Haha, aw, bummer! But still nice to have! Big Grin Haha, yea xD