Author Topic: Bricks  (Read 599 times)

How do i turn a brick file into a blb format?
i was wondering if you had it on notepad not blb would it show up in game?
« Last Edit: September 25, 2010, 04:57:32 PM by Robo Dude »



My 8x height bricks are not working there Giant cubes not a 8 height brick
« Last Edit: September 25, 2010, 07:35:45 PM by Robo Dude »

8 height Blockland brick file:
Code: [Select]
1 1 24
BRICK

Datablock for the brick:
Code: [Select]
datablock fxDTSBrickData (118BrickData)
{
brickFile = "./118.blb";
category = "Bricks";
subCategory = "8 Height";
uiName = "1x8";
iconName = "Add-Ons/stuff_Bricks/118";
};


« Last Edit: September 26, 2010, 06:54:33 PM by Robo Dude »

« Last Edit: September 26, 2010, 07:08:07 PM by Robo Dude »