Author Topic: Brick making  (Read 2185 times)

I was looking at a brick pack and trying to figure out how to make a brick. (First time looking at making them)
In the pack, the 1x1x2 brick's blb file only had
1 1 6
Brick

Is that all that you need to make a standard 1 stud by 1 stud by 6 plates high brick?

Woops.
You probably also need the

Code: [Select]
datablock fxDTSBrickData (brick1x1x6BrickData)

brickFile = "./1x1x2.blb";
category = "Bricks";
subCategory = "2x Height";
uiName = "1x1x2";
iconName = "Add-Ons/Brick_BlackDragonIV/Pic 1x1x2";
};
part for each brick in the server.cs. am i right?
« Last Edit: March 27, 2012, 12:13:41 PM by DaBlocko »

Yes. That really is all you need.

Thanks!
Wow that seems easy.

Oh! OH! Someone in Kodex made a brick maker GUI that exports it to your BL folder! I'll link later.

Can I post a link to Destiny's site? The program is on there.


This only applies to simple cubic bricks.

This only applies to simple cubic bricks.
The creator, the code or both?
Edit: Norton said that the brick creator was a virus?

The creator, the code or both?
Edit: Norton said that the brick creator was a virus?
If Norton said that Windows was a virus would you believe it?


Woops.
You probably also need the
Code: [Select]
datablock fxDTSBrickData (brick1x1x6BrickData)

brickFile = "./1x1x2.blb";
category = "Bricks";
subCategory = "2x Height";
uiName = "1x1x2";
iconName = "Add-Ons/Brick_BlackDragonIV/Pic 1x1x2";
};
part for each brick in the server.cs. am i right?

You're missing the opening bracket...

If Norton said that Windows was a virus would you believe it?
Well no. But still, anyone else's firewall say its a virus?

Well no. But still, anyone else's firewall say its a virus?

It's not a virus, Norton likes to think add-on makers and hacking clients. It hates exploits.

I have ESET now and it doesn't say its a virus. Norton officially sucks.