Frictional Games Forum (read-only)
Level problem - intersecting... something - 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: Level problem - intersecting... something (/thread-4611.html)



Level problem - intersecting... something - Alienchild - 09-20-2010

I have a problem with the floor of my first test level. For some reason it seems as though I have two different planes on top of each other, giving me a intersecting problem as shown in this screenshot;

[Image: bug.jpg]

The only thing I can think of is that the lightbox might be intersecting...? Also, I cannot seem to target the lightbox so I can move it around.

I've also made the test level available here.

Thanks in advance for any help!


RE: Level problem - intersecting... something - gosseyn - 09-20-2010

go to edit menu > find objects or press ctrl+f, then in the list click on your object to select it. It seems to me you have two overlapping planes.


RE: Level problem - intersecting... something - jens - 09-20-2010

It is the lightbox, it ends exactly where the plane is located, so the engine can't decide how to draw it and you get the same "error" as if placing two planes on each other. Use gosseyn's tip and nudge the lightbox 0.001 down and it will go away!


RE: Level problem - intersecting... something - Pandemoneus - 09-20-2010

Yes, it is your lightbox. You have to make it large enough so it covers the ground aswell. To select the lightbox, you have to click on the lightbulb with the B in it. Just make it larger, that will fix your problem.

[edit]
Jens was faster. Big Grin


RE: Level problem - intersecting... something - Alienchild - 09-20-2010

That did the trick, thanks Smile