Frictional Games Forum (read-only)
Objects going through other objects - 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: Objects going through other objects (/thread-4445.html)



Objects going through other objects - Lateralus - 09-16-2010

I am completely new to scripting and all, but playing with this level editor has sparked some interest in it. I'm getting used to the program fairly quickly but I am having one problem. Sometimes objects are noclipping through other items, for example a note placed on a table has parts of the table showing through the note. And a dynamic painting placed over a secret wall will have areas of the wall showing through. Any help is appreciated, and thanks FG for an amazing game!

One more thing, what walls should I be using when I place stairs? Tilting default walls do not match up with the normally placed walls.


RE: Objects going through other objects - Pandemoneus - 09-16-2010

I noticed that too, but my solution is turning "Grid snapping" (the magnet in the bottom bar) off and moving the entity (here: the note) a bit away.


RE: Objects going through other objects - Lateralus - 09-16-2010

that worked, thanks


RE: Objects going through other objects - Armored Cow - 09-16-2010

I'm curious as well about walls for stairs.


RE: Objects going through other objects - Armored Cow - 09-17-2010

Sorry for double post but I'm sure some people would like to know this.

If you want to know how to make stairs/walls beside stairs, just open 02_entrance_hall.map and look at the staircases leading to the Lab and Cellar. Basically you stack wall extensions and optionally leave the handrails for the stairs outside of the walls.


RE: Objects going through other objects - Lateralus - 09-17-2010

(09-17-2010, 02:09 AM)Armored Cow Wrote: Sorry for double post but I'm sure some people would like to know this.

If you want to know how to make stairs/walls beside stairs, just open 02_entrance_hall.map and look at the staircases leading to the Lab and Cellar. Basically you stack wall extensions and optionally leave the handrails for the stairs outside of the walls.

Ahh, thanks man I got it all figured out now.