Author Topic: Door brick turning into 1x6x18 solid brick  (Read 7528 times)

Spo I'm trying to make this 3-stage left 4 dead door, in which stage 1 (L4DdoorClosed) is just the closed door, stage 2 (L4DdoorOpenCW) is the closed door, but with the barricade removed and stage 3 (L4DdoorOpenCWW) is the opened door with the barricade removed. Now, the door displays perfectly, and the toggle between stage 1 and 2 works. But as soon as I make it go to stage 3, the brick just becomes a 1x6x18 solid brick. The DTS is correct, and was exported the exact same way the other bricks were. Are there specific restrictions for CW and CCW bricks? If so, what are they?

Any help would be much appreciated.

EDIT: Here's the .blend file I'm using:
https://www.mediafire.com/?28riv1f4k1ccrtz
« Last Edit: July 22, 2014, 08:57:59 PM by TheArmyGuy »

You're making this as a JVS door right?
Or a blb?

You're making this as a JVS door right?
Or a blb?
A blb with each above-described stage being a blb.
« Last Edit: July 22, 2014, 09:36:00 PM by TheArmyGuy »

A blb.
Okie so is the solid brick that replaces the one it should be the same dimensions that the custom brick should be?

Okie so is the solid brick that replaces the one it should be the same dimensions that the custom brick should be?
Yes, though the bounding box of the broken door is 4x4x18 instead of the first two stages that are 1x4x18 because it has to accomodate the now-opened door's collision box.

So the bounding box is a 4x4x18 brick, but the one that shows up is a 1x4x18 brick.

Give us the code, not just the .blend.


Yes, though the bounding box of the broken door is 4x4x18 instead of the first two stages that are 1x4x18 because it has to accomodate the now-opened door's collision box.

So the bounding box is a 4x4x18 brick, but the one that shows up is a 1x4x18 brick.
Is the replacing brick like a normal bricks with textures on the top and whatnot?
Or if it's textureless, try admin balling into it to see if the rest of the brick is there

Is the replacing brick like a normal bricks with textures on the top and whatnot?
Or if it's textureless, try admin balling into it to see if the rest of the brick is there
It's fully textured and all, and the insides are empty.

Give us the .blb files too please.

Closed version of the door, works fine:
https://www.mediafire.com/?cmno0h3ucqqqvoi

'Open' version of the door that has the bar laying on the ground, works fine:
https://www.mediafire.com/?0olcd6s717g3e1k

Genuinely open door stance, this is the broken one:
https://www.mediafire.com/?if0v45lq7g2c67o

Found the problem. You named the brick file for the open CCW door as L4DdoorOpenCWW.blb, not L4DdoorOpenCCW.blb. You used CWW instead of CCW.

Found the problem. You named the brick file for the open CCW door as L4DdoorOpenCWW.blb, not L4DdoorOpenCCW.blb. You used CWW instead of CCW.
Oh damn, was it a simple linguistic error all this time, how embarrasing. Well thanks a lot jes00 and ZSNO, sorry for wasting your time with my fat fingers straight up being an idiot :s

EDIT: Yep, all in working order now:
« Last Edit: July 22, 2014, 10:13:20 PM by TheArmyGuy »