Frictional Games Forum (read-only)
Walls are "flashing" - 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: Walls are "flashing" (/thread-8263.html)



Walls are "flashing" - Codex - 05-26-2011

Hi!

My name is Mathias and I'm new when it comes to programming and such - but I still find it very interesting!
I've just created my first room in the HPL2 level editor, and I know how to play the map and all that - but my problem is; that the walls (and the floor/roof) are "flashing" when I'm moving around in the room in my map. In the level editor nothing it also "flashes/bugs". When I stand still, everything is fine - but as soon as I move my mouse the walls are "flashing" between black and the original material color.
Help please? Smile


Thanks!


RE: Walls are "flashing" - ferryadams10 - 05-26-2011

Dude that's becuzz you place one wall over another wall.

HINT: When beginning with a new line of walls, allways put the grid on. and set it to [0.1]

Ferry,
And because you probably suck in map making Tongue


RE: Walls are "flashing" - Codex - 05-26-2011

(05-26-2011, 06:54 PM)ferryadams10 Wrote: Dude that's becuzz you place one wall over another wall.

HINT: When beginning with a new line of walls, allways put the grid on. and set it to [0.1]

Ferry,
And because you probably suck in map making Tongue

Thanks Ferry.
I started two hours ago, so I gotta learn all the basics.

I saw a tutorial where the guys said that with a room, I should place the new wall (in the corner) like.. "in" it. So the new wall's corner is in the other walls corner. So that's wrong? Or do I just have to put the grid on 0.1?



RE: Walls are "flashing" - Anxt - 05-26-2011

Ferryadams is correct, although not the nicest way to put it. Basically, your walls are overlapping. Your floors are as well, so the game/editor makes it flicker because it can't determine which to display, so it displays them both. Simply move each object that is causing the flickering back by .001 or so, and it should stop.


RE: Walls are "flashing" - ferryadams10 - 05-26-2011

Hey man, just add me on steam or msn for further explaination.

Steam: ferryadams1
Msn: ferry_hooligan@live.nl

Ferry,


RE: Walls are "flashing" - Khyrpa - 05-26-2011

Just use the 0.25grid thats on default when placing walls, its the foolproof way of doing it. But set up dev enviroment so you can always check IN game if your walls glich or not.


RE: Walls are "flashing" - Anxt - 05-26-2011

Personally I never put the snap to .1. .25 is just fine, and with time you will learn the best ways to arrange walls. What I think the person you spoke with is referring to is the way to make corners. Not the way actual walls are placed next to eachother.


RE: Walls are "flashing" - Codex - 05-26-2011

(05-26-2011, 06:59 PM)Anxt Wrote: Ferryadams is correct, although not the nicest way to put it. Basically, your walls are overlapping. Your floors are as well, so the game/editor makes it flicker because it can't determine which to display, so it displays them both. Simply move each object that is causing the flickering back by .001 or so, and it should stop.

Thank you Anxt and Ferry Smile
I really appreciate it.


RE: Walls are "flashing" - ferryadams10 - 05-26-2011

And I don't know if that last sentence was a question but I suppose it is so here is my answer:
Where are u talking about? Big Grin