Author Topic: im trying to make a brick  (Read 625 times)

im trying to make a base plate and i know how i made the file saved as .blb and put in base/data/bricks/baseplate and it does not show up in game.

I believe you need a .cs file too.
I can't help you much though, I've never made a custom brick.

Code: [Select]
datablock fxDTSBrickData (nameHereData)

{

brickFile = "/base/data/bricks/whatever.blb"; //wherever it is

category = "Baseplates";

subCategory = "Baseplates";

uiName = "baseplate"; //rename it to the apropriate name

iconName = "";
 //.png file, preferably
};