|
发表于 2009-2-1 14:31:15
|
显示全部楼层
来自 中国–山东–临沂
楼主挺可怜的了,这么时间没人回答,我帮你解决一下吧。
// Weather Effects: uncomment a line to have the desired effect
//#define AMBIENCE_RAIN // Rain
//#define AMBIENCE_SNOW // Snow
#define AMBIENCE_FOG // 雾,把前面的//去掉就可以了,就像现在一样。
#if defined AMBIENCE_FOG // Fog Customization (if enabled)
new const FOG_DENSITY[] = "0.0018" // Density
new const FOG_COLOR[] = "128 128 128" // Color: Red Green Blue,这里修改雾的颜色。祝你成功。 |
|