Author Topic: Grill Plate - Done Right  (Read 2925 times)


that just looks lovey.

Prop system is good for easy creation of highly detailed bricks; making them using BLB is a much better solution.


It would be awesome if you made this.

What is the difference?

Ugh, I wish I knew BLBs.

I'm going to try to understand them real soon.

I'm going to try to understand them real soon.
I might suggest looking at a 1x1 button or something jvs. 1x1 should make it easy to read.

OK, how do UV COORDS work, what do they do.

Tom

OK, how do UV COORDS work, what do they do.
The point of the texture on the vertex. I'm just not sure what units they are in. I just copied mine from other bricks, like when I wanted a smooth texture, I copied the code from the inside of a music brick.

I have no idea how to make BLB's, I wish I could though, it would make things a lot easier.

I have no idea how to make BLB's, I wish I could though, it would make things a lot easier.
I agree.

Tom

Badspot just needs to add custom BLB Downloading.

TEX:BOTTOMEDGE

POSITION:

-3.5   3.5   -0.5

 3.5   3.5   -0.5

 4 4 -0.5

-4 4 -0.5

UV COORDS:

-3.0 0.5

4 0.5

4.5 0

-3.5 0

NORMALS:

0 0 -1

0 0 -1

0 0 -1

0 0 -1


It seems as if it's in the same scale as other units, but I don't see how it works :o

I guess I could start tinkering around with BLB's, but I'll do that when Survival RP is done (or almost done)

Tom

It seems as if it's in the same scale as other units, but I don't see how it works :o
Its the coords in the texture where the vertex is.