Author Topic: Bricks in Milkshape  (Read 989 times)

Can someone tell me how big a 1x1 brick is in Milkshape. Please tell me height and width.

length/width is about half the x/y axis (5squares or so) and height is 7 (orso) squares

about this big:

So that is exactly a 1x1? Ty so much

5x5x6, 7 is to high.



what
they are saved as a txt, so client create them ingame,
that way client can easy control which side of brick should be rendered (why would he render the side that is covered by other brick for example?)
that way we can have alot more brick ingame :)
look at old v2 that some people still play :p it used modeled brick.. + you can scale them - you can have like 1000 or less of them before lags

You dont model the bricks like a 1x1.heres steps do get the dimensions
1.Open up notepad
2.Type 1 1 3 (1st one is length,second one is width,third is height(measured in thirds of one height.)
3.Press file - save as - mybrick.blb
You need a .blb file for the dimensions.then you use that file in the code.Just look at another brick code and you will understand.(You need the .blb file in the zip for it to work.)If you don't understand this for the dimensions,ask a more expierenced scripter.
« Last Edit: May 15, 2009, 10:30:13 PM by trumpetfan »

You dont model the bricks like a 1x1.heres steps do get the dimensions
1.Open up notepad
2.Type 1 1 3 (1st one is length,second one is width,third is height(measured in thirds of one height.)
3.Press file - save as - mybrick.blb
You need a .blb file for the dimensions.then you use that file in the code.Just look at another brick code and you will understand.(You need the .blb file in the zip for it to work.)If you don't understand this for the dimensions,ask a more expierenced scripter.
hes trying to make something like the JVS doors (an invisible brick with a shape inside)

hes trying to make something like the JVS doors (an invisible brick with a shape inside)
Oh,alright.