Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Yes, you'll need to use a direct link
This is a very old mod and I have't updated it or fixed bugs for a while.
It might be better to use the script version and then adapt it to what you need and fix the bug you encounter or use another snow effect system.
, nothing happens
That error means that it's having issues with adding the action after the mission starts.
I'd suggest using the script version which allows you to have full control over it, especially since this hasn't been updated in almost 3 years.
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1516153601
The menu is available to all users, but you can edit the script to remove it from non-admins if you want.
You'll need to put then in your missions init file which runs for each client.
Use
iwm_allowBreathing = true;
iwm_allowCoughing = true;
iwm_allowSnow = true;
iwm_allowBlizzard = true;
to enable/disable the features.
Yes, the videos don't have sound.
Sadly I don't have time to work on this mod currently, it's been a couple of years since I made it and it's probably not the best implementation for snow. Therefore I won't be adding or updating this mod in the future, although in the future I might remake it with more features and better back-end code
Have a look at the script version and you want to edit the drop interval.
The mod is handled through 4 variables that can be edited by the player.
iwm_allowBreathing = true;
iwm_allowCoughing = true;
iwm_allowSnow = true;
iwm_allowBlizzard = true;
If you set these to false then the effects of this mod will stop but players can edit these client side.
You'd have to loop it for players in your mission.
To stop the fps from going below a playable level the script stops at less then 35 fps
There is a bug where the snow particle effects will spawn at ground height rather than the expected height. Sadly I don't have any control over this bug as it happens randomly everytime the snow particle starts.
The snow and blizzard particle rates are constant, the only time they stop is when the player disables them or your FPS drops below 35.
is the snow and blizzard random or can i change the weather settings?
After starting the game with the mod enabled it will start as soon as you join a mission, either singleplayer or multiplayer.
If it is multiplayer then the server will have to have the correct key in its accepted keys.
If you run into any issues let me know.
Thanks!
If you have any suggestions let me know.
This is a client side mod, if you want a server side script check the script version of this out here: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1516153601
I needet on missions with about 50 players...
som of the old snowscript was sadly a game killer...
but turning water in to snow seams to wokr:D
As per normal particle effects, FPS is always affected.
I've done some testing and I got about an 8% drop of FPS.
From 172 (NO MOD) to 158(MOD).