Author Topic: Unknown Brick Script Error  (Read 525 times)

Waaaaat?

Code: [Select]
1 1 10
BRICK

Code: [Select]
datablock fxDTSBrickData(brick1x1x10brickData)
{
     brickFile = "1x1x10.blb";
     category = "Baseplates";
     subCategory = "4x Cube Fill";
     uiName = "1x1x10";
};

Are you sure no other add-on is overwriting the uiName or setting a brick with the same uiName?

As far as I know, this is the only brick I have that has an "X Y Z" of "1 1 10"
So, no. I don't THINK I have any other bricks that overwrite the uiName. Howevr, I will look again.
« Last Edit: November 09, 2010, 01:12:15 PM by Butler »

As far as I know, this is the only brick I have that has an "X Y Z" of "1 1 10"
So, no. I don't THINK I have any other bricks that overwrite the uiName. Howevr, I will look again.
Start the server with only default add-ons and this one

When I tested this brick the first time (Current Picture), I had nothing but default Add-Ons enabled.

EDIT: Lemme re-word that better. I only ever tested this brick with default add-ons enabled.
« Last Edit: November 09, 2010, 01:22:10 PM by Butler »

Waaaaat?

Code: [Select]
1 1 10
BRICK

Code: [Select]
datablock fxDTSBrickData(brick1x1x10brickData)
{
     brickFile = "1x1x10.blb";
     category = "Baseplates";
     subCategory = "4x Cube Fill";
     uiName = "1x1x10";
};
Try "./1x1x10.blb";
Its looked for 1x1x10.blb in the Blockland folder, not the add-on.

Try "./1x1x10.blb";
Its looked for 1x1x10.blb in the Blockland folder, not the add-on.

Works. Fixed. Thnks. Lcoked.