Author Topic: Invalid Brick Size?  (Read 1495 times)

So Ive made some bricks, and they work fine. However, they keep giving me a console error on load that reads:
Code: [Select]
ERROR: Invalid brick size in Add-ons/Brick_Test/Test.blbNow, they work fine in-game. They mesh with the brick grid, have working collision and bounding boxes, but that error worries me.
Odd thing is, I just made another brick that doesn't give me any errors. The only thing different is, is that it has more than once collision box.

What does the error mean, and what can I do to fix it?

Post the one or more of the blb files that give the error.

Give me a little bit.
I'm editing the brick a touch to make it look less stuffty when transparent...

Okay, here are the bricks I'm having problems with.
https://www.mediafire.com/?nxgcyltflk73x77 (3 of them)

Now, mind you they were made with ObjtoBLB

Okay, here are the bricks I'm having problems with.
https://www.mediafire.com/?nxgcyltflk73x77 (3 of them)

Now, mind you they were made with ObjtoBLB
On line 1 of each of the blb files, change the 0 to 1. I think that should do it.
You're telling Blockland that the bricks are 3x0x9 and 5x0x9, but that can't be because a brick needs to at least be 1x1x1.

Ha HA! It worked!

Thanks Jes!