Author Topic: Console error that I don't understand.  (Read 660 times)

fxDTSBrickData::Preload - unknown texID '2 2 2.5' in file Add-Ons/Brick_ModTer_4xPack/Bricks/4cRinv1-2.blb
What the forget?

Code: [Select]
4 4 5
SPECIAL

uuuu
xxxx
-xxx
--xx
---x

uuuu
xxxx
-xxx
--xx
---x

uuuu
xxxx
-xxx
--xx
---x

uuuu
xxxx
-xxx
--xx
---x
//COLLISION
0
COVERAGE: //TBNESW
1 : 16
1 : 16
1 : 20
1 : 20
1 : 20
1 : 20
----------------top quads:
1



TEX:PRINT

POSITION:

2 -2 2.5
-2 -2 2.5
-2 2 2.5
2 2 2.5

UV COORDS:

0.5 0

0.5 0.5

0 0.5

0 0

NORMALS:

0 0 1

0 0 1

0 0 1

0 0 1
----------------bottom quads:
0
----------------north quads:
1

TEX:PRINT
POSITION:
-2 2 2.5
2 2 -2.5
2 2 -2.5
2 2 2.5
UV COORDS:
0.5 0
0 0.25
0 0.25
0 0
NORMALS:
0 1 0
0 1 0
0 1 0
0 1 0
----------------east quads:
1

TEX:PRINT
POSITION:
2 -2 2.5
2 2 2.5
2 2 -2.5
2 -2 -2.5
UV COORDS:
0 0
0.5 0
0.5 0.25
0 0.25
NORMALS:
1 0 0
1 0 0
1 0 0
1 0 0
----------------south quads:
1

TEX:PRINT
POSITION:
2 -2 2.5
2 -2 -2.5
-2 -2 2.5
-2 -2 2.5
UV COORDS:
0.5 0
0.5 0.25
0 0
0 0
NORMALS:
0 -1 0
0 -1 0
0 -1 0
0 -1 0
----------------west quads:
0
----------------omni quads:
1

TEX:PRINT
POSITION:
2 -2 -2.5
2 2 -2.5
-2 2 2.5
-2 -2 2.5
UV COORDS:
0.5 0.5
0 0.5
0 0
0.5 0
NORMALS:
-0.447214 -0.000000 -0.894427
-0.447214 -0.000000 -0.894427
-0.447214 -0.000000 -0.894427
-0.447214 -0.000000 -0.894427

Did i put a space or a line break i shouldn't have? I don't understand what I did wrong.

I think it's because you putting a ton of spaces in when there should be none.
Compare your top quads to your other quads

I tried removing the spaces and the game just spewed out even more console errors. The mod ter blocks also appear to have this style of spacing.