Thread: Custom Weather
View Single Post
Plugin Info:     Modification:          Category:         
CSFADERU
Junior Member
Join Date: Feb 2019
Old 04-12-2019 , 11:26   Custom Weather
Reply With Quote #1


Quote:
This plugin is designed to set weather conditions on certain maps on your server. The advantage of this plugin is that it can be put on any game modification and ease of use.

In the plugin there is a setting of each card through .ini-file. You can also configure absolutely any installed maps on the server. You can adjust the fog, lighting maps, weather (snow/rain/no snow and rain) and also the sky.
If you use ZP 4.3
Quote:
For high-quality performance of this plugin, you will need to change some of the parameters in your Zombie Plague.

Find the file zombieplague.ini and find in it data string:
Code:
[Weather Effects]
RAIN = 1
SNOW = 0
FOG = 0
FOG DENSITY = 0.0018
FOG COLOR = 128 128 128

[Custom Skies] (randomly chosen if more than one)
ENABLE = 1
SKY NAMES = space
Quote:
Then you have lines RAIN, SNOW, FOG and ENABLED to deliver value to 0. It will look like this:
Code:
[Weather Effects]
RAIN = 0
SNOW = 0
FOG = 0
FOG DENSITY = 0.0018
FOG COLOR = 128 128 128

[Custom Skies] (randomly chosen if more than one)
ENABLE = 0
SKY NAMES = space
Quote:
Then find the file zombieplague.cfg and find this quar: zp_lighting and change its value to void.
Code:
zp_lighting ""
Filling form:
Code:
;  "mapname" "weather" "fog" "fog_red" "fog_green" "fog_blue" "fog_density" "lighting" "skyname"
;
;  mapname 
;  weather [ 0 - none | 1 - rain | 2 snow]
;  fog [ 0 - OFF | 1 - ON ]
;  fog_red (RGB)
;  fog_green (RGB)
;  fog_blue (RGB)
;  fog_density - Density of the fog
;  lighting - Освещение карты [ "" - classic in CS | "a-z" - Light level ]
;  skyname - Sky [ "" - Classic (in в .bsp) | "yor name" - new sky ]

"de_dust2" "0" "1" "244" "164" "96" "0.0018" "" ""
The official news of the plugin and so you can - download there
Author - xUnicorn

Last edited by HamletEagle; 04-07-2020 at 11:56.
CSFADERU is offline