Author Topic: My brick Lamp not show up in game  (Read 3697 times)

I made a Brick Lamp
When I finished it and i converted to blb with this http://forum.blockland.us/index.php?topic=212312.0
Then I enabled it and it have tab name "Testing" It not show up in ghost brick , planted brick it complete invisible can someone tell me how to fix this problem?

Post your server.cs.

Post your server.cs.

server.cs
Code: [Select]
datablock fxDTSBrickData(Brick_LampData)
{
brickFile = "./Brick_Lamp.blb";
category = "Testing";
subCategory = "1";
uiName = "Lamp";
iconName = "";
//collisionShapeName = "./Brick_Lamp.dts";
};

The script is fine. Then the problem lies with the model. It looks like you're missing the BOUNDS object and the brick should be on top of the grid.

The script is fine. Then the problem lies with the model. It looks like you're missing the BOUNDS object and the brick should be on top of the grid.
What is a Bounds?

What is a Bounds?

You can name the different objects within the obj file for certain effects:
Object Name  Effect
COLOR_255_255_255_255Color will be the provided RGBA value (regardless of paint color)
COLOR_255_255_255Color will be the provided RGB value (alpha will default to 255)
SUBCOLOR_20_20_20Color will be the paint color minus provided RGB value
ADDCOLOR_20_20_20Color will be the paint color plus provided RGB value
BOUNDSBounding box, determines size and centering of blb.  If no BOUNDS object is provided, the bounds of the entire shape will be used. 
COLLISIONCollision box, in game collision.  Anything that starts with the word "COLLISION" will be considered a collision box (so COLLISION1, COLLISION2, etc will work).  Collision boxes are boxes.  Complex shapes will be reduced to their bounding box.  Maximum of 10 collision boxes per blb.

Bounding boxes are not required. Can you post your model? If we have the OBJ file, it'll be much simpler figuring out what your issue is.

Bounding boxes are not required. Can you post your model? If we have the OBJ file, it'll be much simpler figuring out what your issue is.
okay Ill PM to you
« Last Edit: March 30, 2013, 05:20:04 PM by master king deaddude »

BLBs can't have any triangles. You have triangulated the model.

BLBs can't have any triangles. You have triangulated the model.

How I can remodel but i need help

I use milkshape for model

BLBs can't have any triangles. You have triangulated the model.
Triangles can be used, but they will be represented by quads.

Triangles tend to forget up more often than not. It's safer to just not use them.

Triangles tend to forget up more often than not. It's safer to just not use them.
I just press tool that said clean and it said 0 triangles are removed in milkshape
In game it not show up in game it invisble..

Stop using gayshape and use blender

Stop using gayshape and use blender
Blender dont have .dts exporter