Author Topic: Created a brick, need help with texture stuffs.  (Read 932 times)

Yeah, I need to figure something out.

Okay, I made this brick model.



See the parts poking out? I want those re-colorable, but I want the base of it (The cylinder) grey.

So basically: How do I make the cylinder part un-colorable?

(I used MS3D and BLB exporter)

Figured it out, locking.

Woulda quoted Badspot, but topics too old it says.

COLOR_255_255_255_255   Color will be the provided RGBA value (regardless of paint color)
COLOR_255_255_255   Color will be the provided RGB value (alpha will default to 255)

Name the object COLOR_147_147_147 and it won't be paintable :D it'l be grey!