Author Topic: How do I add my created bricks to Blockland?  (Read 5628 times)

[Retail]

Anyways, I created a brick and saved it as a .BLB [it's just a modified plate, of course] to the same folder as the other plates.  How do I add it to the brick selector?  Do I need to add it into a script?


This was floating around the beta forum:

Quote from: Badspot
Code: [Select]
datablock fxDTSBrickData (brick1x1Data){
brickFile = "~/data/bricks/bricks/1x1.blb";
category = "Bricks";
subCategory = "1x";
uiName = "1x1";
iconName = "base/client/ui/brickIcons/1x1";
};

I recommend only making new rectangular bricks right now because .blb files will not auto-download.  (clients don't need the .blb files for rectangular bricks)

Not sure if it helps or not. I'm not sure what file you add that to.

.blb? Is that the Blockland Models filetype? What program do i use for it?


This was floating around the beta forum:

Quote from: Badspot
Code: [Select]
datablock fxDTSBrickData (brick1x1Data){
brickFile = "~/data/bricks/bricks/1x1.blb";
category = "Bricks";
subCategory = "1x";
uiName = "1x1";
iconName = "base/client/ui/brickIcons/1x1";
};

I recommend only making new rectangular bricks right now because .blb files will not auto-download.  (clients don't need the .blb files for rectangular bricks)

Not sure if it helps or not. I'm not sure what file you add that to.
Thanks, now I just need to know what file :)

I created a .CS and .BLB file for the add-ons folder, edited them accordingly of course, and all i got was the brick in the add-on box for starting a server to show up.  Wasn't in the GUI.  Badspot, got any help or advice, here?

EDIT:  I've also tried putting the .BLB in the folder with the other bricks.
« Last Edit: February 25, 2007, 11:39:25 AM by Spaceomega »

This is making me pretty confused.  ANY help would be nice, please.