I have a new problem with my brick pack,It now shows up ingame,but the ghost brick is 100% invisible, and when I try to plant it, it say overlap no matter where I try to plant it.I have a hunch that where it says IconName = ""; is the problem,but I'm no expierenced scripter.
Heres the code -
//Bricks Created by Annoying Orangeetfan.My first brick pack featuring odd //bricks...
datablock fxDTSBrickData (brick1x13x1Data)
{
BrickFile = "./Plates1x13x1.blb";
Category = "Plates";
SubCategory = "1x";
UiName = "1x13x1";
IconName = "";
};
datablock fxDTSBrickData (brick1x14x1Data)
{
BrickFile = "./Plates1x14x1.blb";
Category = "Plates";
SubCategory = "1x";
UiName = "1x14x1";
IconName = "";
};
datablock fxDTSBrickData (brick1x15x1Data)
{
BrickFile = "./Plates1x15x1.blb";
Category = "Plates";
SubCategory = "1x";
UiName = "1x15x1";
IconName = "";
};
datablock fxDTSBrickData (brick1x13x3Data)
{
BrickFile = "./Bricks1x13x3.blb";
Category = "bricks";
SubCategory = "1x";
UiName = "1x13x3";
IconName = "";
};
datablock fxDTSBrickData (brick1x14x3Data)
{
BrickFile = "./Bricks1x14x3.blb";
Category = "bricks";
SubCategory = "1x";
UiName = "1x14x3";
IconName = "";
};
datablock fxDTSBrickData (brick1x15x3Data)
{
BrickFile = "./Bricks1x15x3.blb";
Category = "bricks";
Subcategory = "1x";
UiName = "1x15x3";
IconName = "";
};
I need some thoughts on whats wrong with this brick pack.
I do have .blb files for each brick,a description notepad file,and a server file(Cs file)