Blockland Forums > Modification Help
Brick help
alex dude:
Sup, I'm having problems with a test addon i'm making.
I'm wanting to have a DTS model (which i have created) to be in a brick, It gets in-game but is not visible at all but does show up in the brick menu, How can i fix this?
SPooK:
--- Quote from: alex dude on December 13, 2010, 06:00:29 PM ---Sup, I'm having problems with a test addon i'm making.
I'm wanting to have a DTS model (which i have created) to be in a brick, It gets in-game but is not visible at all but does show up in the brick menu, How can i fix this?
--- End quote ---
Rofl this is what my question topic was about. I didn't get any answers and I honestly have no idea on how to do it either.
Butler:
Post Script.
alex dude:
--- Quote ---Bls File:
2 2 1
SPECIAL
Server.cs file:
datablock fxDTSBrickData(DinnerPlateData)
{
brickFile = "./DinnerPlate.blb";
category = "Special";
subCategory = "Misc";
uiName = "DinnerPlate";
iconName = "Add-Ons/Brick_DinnerPlate/DinnerPlate";
};
--- End quote ---
SPooK:
--- Quote from: alex dude on December 14, 2010, 10:10:05 AM ----snip of code-
--- End quote ---
That's what I tried but I have been waiting for another person to answer.