Ok, so I guess a final date is needed
24 h from the start of the thread(11 PM GMT today)
Nice bidding going on :P
Also, if you have any requests, please give them to me, however advanced they might be, and I'll try my best
"How do you add texture/colour to objects? I've made an arena-type mod, but it's just black."
First you add a texture block, I'm gonna use a box for this example. Inside that you first of all add a pigment block, and add the color property.
box{<0,0,0>,<5,5,5>
texture{
pigment{
color rgb<R,G,B>
}
}
}
I assume you know RGB, otherwise go learn it
Last edited by claxor; Jun 16, 2007 at 06:00 PM.