Author Topic: Can't plant bricks I made,only says overlap,and brick ghosts are invisible  (Read 1144 times)

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 -

Code: [Select]
//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)

   

« Last Edit: May 16, 2009, 09:49:47 AM by trumpetfan »

Do you actually have those brickFiles?

Do you actually have those brickFiles?

What do you mean?Do you mean a .blb file?
« Last Edit: May 15, 2009, 07:12:06 PM by trumpetfan »


Cant find it,My logic was wrong...
« Last Edit: May 15, 2009, 07:35:32 PM by trumpetfan »

I am starting to get frustrated...
« Last Edit: May 15, 2009, 10:00:31 PM by trumpetfan »

it says 1x13x1, yet it says plates1x13x1

it says 1x13x1, yet it says plates1x13x1
Yeah,I forgot to update the script,I just did..Doesn't work....I'm getting ready to give up on this and came back later...
« Last Edit: May 15, 2009, 10:00:49 PM by trumpetfan »

bump

I really need help on this please.

What are the exact filenames/contents of the BLB files you have?

What are the exact filenames/contents of the BLB files you have?

  • Bricks1x13x3
  • Bricks1x14x3
  • Bricks1x15x3
  • Plates1x13x1
  • Plates1x14x1
  • Plates1x15x1

What do you think?Did I make a spelling error and didn't spot it?Double checking now...
« Last Edit: May 16, 2009, 11:20:16 AM by trumpetfan »

What are the contents of the BLB files you have?

What are the contents of the BLB files you have?

1 13 3  (Bricks1x13x3)
BRICKS
And the rest are like the exact one with different dimensions                                         

Change it to "BRICK", not "BRICKS".

Change it to "BRICK", not "BRICKS".

O.K. trying it now.