2x2 Sideways.blb:
1 2 5
SPECIAL
uu
xx
xx
xx
dd
0
COVERAGE: //Top, Bottom, North, East, South, then West
1 : 4
1 : 4
1 : 2
1 : 2
1 : 2
1 : 2
----------------top quads:
1
----------------bottom quads:
1
----------------north quads:
1
----------------east quads:
1
----------------south quads:
1
----------------west quads:
1
----------------omni quads:
1
//Top face
TEX:SIDE
POSITION:
1 0.5 2.5
-1 0.5 2.5
-1 -0.5 2.5
1 -0.5 2.5
UV COORDS:
1 0.5 2.5
-1 0.5 2.5
-1 -0.5 2.5
1 -0.5 2.5
//Bottom face
TEX:SIDE
POSITION:
1 0.5 -2.5
-1 0.5 -2.5
-1 -0.5 -2.5
1 -0.5 -2.5
UV COORDS:
1 0.5 -2.5
-1 0.5 -2.5
-1 -0.5 -2.5
1 -0.5 -2.5
//North face
TEX:TOP
POSITION:
1 0.5 2.5
-1 0.5 2.5
-1 0.5 -2.5
1 0.5 -2.5
UV COORDS:
1 0.5 2.5
-1 0.5 2.5
-1 0.5 -2.5
1 0.5 -2.5
//East Face
TEX:SIDE
POSITION:
1 1 -2.5
-1 1 -2.5
-1 -1 -2.5
1 -1 -2.5
UV COORDS:
1 1 2.5
-1 1 2.5
-1 -1 2.5
1 -1 2.5
//South face
TEX:SIDE
POSITION:
1 -0.5 2.5
-1 -0.5 2.5
-1 -0.5 -2.5
1 -0.5 -2.5
UV COORDS:
1 -0.5 2.5
-1 -0.5 2.5
-1 -0.5 -2.5
1 -0.5 -2.5
//West Face
TEX:SIDE
POSITION:
1 1 -2.5
-1 1 -2.5
-1 -1 -2.5
1 -1 -2.5
UV COORDS:
1 1 2.5
-1 1 2.5
-1 -1 2.5
1 -1 2.5
server.cs:
datablock fxDTSBrickData (brick2x2SideData)
{
brickFile = "./2x2 Sideways.blb";
category = "Bricks";
subCategory = "Sideways";
uiName = "2x2 Sideways";
iconName = "Add-Ons/Brick_2x2_Sideways/2x2 Sideways";
};