This work is licensed under a Arma Public License Share Alike - ADDON Required : https://steamcommunity.com/sharedfiles/filedetails/?id=819154831&searchtext=snow+winter+effects
-
Snow script temperature and overcast based
-
Temperature based (down to 1 snow --- up to 1 no snow).
-
Overcast based (change intensity based to overcast).
-
Reduced snow inside buildings .
-
Snow Mask system simulation.
-
Environment sounds effects. (forest, cities, sea, houses,footsteps)
-
Blizzard Effects.
-
configurable options :snow\fn_settings.sqf
-
[added] ADDON updated with snowly/frozen wrecks objects for removeWrecks script.
-
[added] RemoveWrecks script ( remove wrecks obtain items) (wrecks are spawned by @exileserver/addon/a3_WY_Wrecks.pbo)
-
[fixed] some messages didnt appear after lasts ARMA 3 updates.
-
[fixed] winters environments dont load correctly after lasts ARMA 3 updates.
-
[fixed] environments sounds dont load correctly after lasts ARMA 3 updates.
-
[added] Trader System code for add/remove WY classes speedly.(info inside Custom/TraderAdditions folder) Tnx to CrDraggin http://steamcommunity.com/id/crdraggin that has provided this
-
[added] ADDON updated with new uniforms ,gear,vehicles,weapons.
-
[solved] Blizzard Synch with all players.
-
[solved] Exile facewear patch now working for JIP near others players.
-
[changed] ExileServer_object_player_database_load.sqf moved to ExilecustomCode
-
[solved] Exile bug - facewear disappear after logout/login (info installation below)
-
[changed] Removed Bad visibility using snow mask script (without mask)
-
[added] Better visibility using Snow Mask when blizzard effects are active
-
[added] Retexture Uniforms inside car script (need WY_ToolKit)
-
[added] ADDON Uniforms classes modelsides allsides and snow classes for not exile servers
-
[added] Not Exile folder with ARMA3 all servers compatible scripts
-
[solved] ADDON Fixed Conflicts classes WY_SU
-
[added] ADDON textures for retexture script
-
[added] ADDON class WY_ToolKit (used inside retexture scripts and slide vehicles scipt)
-
[added] Retexture Script (with WY_ToolKit inside vehicles inventory now can retexture vehicles onfly)
-
[added] Vehicles Slide and slipping script ( if vehicles is not WY typeof or not have WY_ToolKit in inventory)
-
[solved] ADDON Fixed some errors path icons not showing in the inventory
-
[added] Retextured Snow Camo Pack (weapons,vehicles,uniforms and gears) (only addon changed, classnames.txt)
-
[added] Option for enable/disable Blizzard White ColorCorrection
-
[solved] Removed Houses sounds out of houses when raining.
-
[changed] Now all sounds files, classes and textures are inside addon (link above or below).
-
[added] configurables sounds volume setup ( 1, 0.8, 0.6) for winds and environment sounds.
-
[added] blizzard simulation effects. (can setup event starts and stop).
-
[added] Houses sounds.
-
[added] sea sounds and some environment sounds.
Installation
- Download ADDON :https://steamcommunity.com/sharedfiles/filedetails/?id=819154831&searchtext=snow+winter+effects
- Put Addon in root arma3server directory. (addon required for clients too)
- copy key of addon inside key folder in arma3server directory.
- Add to startup line addon.
- open mission.sqm in missiondirectory and add to addon section "WY_PE" (for removewrecks script add "WY_SWW" too).
- Enable Exile Snow inside config.cpp \ class yourMissionName and setup temperature with some value down to 1 grades
- If you use map like chernarus winter create class inside config.cpp with name of map
- Set "Thunderstorm" in ExileserverConfig as weather. set wind to 1 (optional)
- Open mission\config.cpp , search "class CfgExileCustomCode" and add this lines inside class
ExileServer_object_player_database_load = "Snow\ExileServer_object_player_database_load.sqf"; ExileClient_system_snow_thread_update = "Snow\ExileClient_system_snow_thread_update.sqf"; ExileClient_system_trading_network_purchaseVehicleResponse = "Snow\ExileClient_system_trading_network_purchaseVehicleResponse.sqf";
-
Copy folder Snow inside mission folder.
-
Copy initPlayerLocal.sqf (or merge content) inside mission folder.
-
For activate Removewrecks script: pack @exileserver/addon/a3_WY_Wrecks provided into a3_WY_Wrecks.pbo and add to exileserver addon folder
-
setup fn_setting.sqf if needed.