Page 1 of 1
SKY
Posted: Thu Apr 24, 2014 4:12 pm
by FlashMaster
how do i change the sky in voxed from black to like blue?
Re: SKY
Posted: Thu Apr 24, 2014 4:13 pm
by 1Shot1Kill
FlashMaster wrote:how do i change the sky in voxed from black to like blue?
I don't think you can.
sky
Posted: Thu Apr 24, 2014 8:16 pm
by FlashMaster
how do i change the sky in voxed????
Re: sky
Posted: Thu Apr 24, 2014 8:17 pm
by Jdrew
You can't do it
Re: sky
Posted: Thu Apr 24, 2014 9:07 pm
by izzy
You can change the sky color when a map is loaded into a server by using the /fog <0-255> <0-255> <0-255> admin command, which are RED GREEN BLUE values.
You can automatically set the RGB values by inserting fog = (R, G, B) on a separate line in the mapname.txt file.
For example, red sky:
fog = (255, 0, 0)
Green sky:
fog = (0, 255, 0)
Blue sky:
fog = (0, 0, 255)
Black sky:
fog = (0, 0, 0)
White sky:
fog = (255, 255, 255)
Re: sky
Posted: Thu Apr 24, 2014 9:20 pm
by izzy
Topics merged.