Discuss on CRYENGINE.com:
Download:
Contact:
nolanloh@outlook.com
About:
Dynamic Weather_System is powerful tool for simulation of weather, distributed with collection of realistic, configurable, and scalable atmospheric effects, created to bring life into static environment, to make unique gameplay experience.
Weather profile is the main instrument of Dynamic Weather_System, which (beyond standard rain and thunder) unifies set of detailed weather effects that interact with each other on multiple levels and generate unpredictable and unique combination of atmosphere and environment.
By preserving high fidelity and performance, Dynamic Weather_System utilizes at maximum powerful engine tools (surround sound system, rendering, physics) to achieve realistic look, sound and feel of atmospheric and weather effects.
Dynamic Weather_System is distributed with set of weather scenarios, sounds, textures and models which is ready to use right after installation. Support of FlowGraph visual programming environment allows to easily configure and integrate Dynamic Weather_System into any type of project. Besides mentioned FlowGraph, Dynamic Weather_System supports CLI, Lua, Xml and C++ programming languages which is in combination with documentation, unleashes unlimited opportunities of usage and control of Dynamic Weather_System regardless of programming skills.
Because of flexible licensing and demo version availability everyone can start utilizing Dynamic Weather_System.
Features:
- Random weather and atmospheric effects generation.
- Configurable smooth transitions of weather profiles, TimeOfDay definitions, sound and effects.
- Portable weather profiles.
- Simplicity of integration and support of PluginSDK.
- Support of save game and net serialization.
- Dozens of assets: models, textures, materials, sounds and ready to use weather profiles.
- Documentation, tutorials and usage examples.
- Support of following programming languages:
- Lua;
- XML;
- FlowGraph;
- CLI;
- C++;
- Clouds simulation and generation system:
- Dynamic variability;
- Scalability;
- Support of 3 clouds types:
- Volume;
- Distance;
- Skydome;
- Clouds shadows;
- Realistic movement and behaviour (based on speed and direction of wind);
- Extended Rain:
- Dynamic variability;
- Wind interaction;
- Surround sound;
- Extended Wind:
- Dynamic variability;
- Surround sound;
- Clouds interaction;
- Rainbow:
- Primary Rainbow;
- Secondary Rainbow;
- Fogbow;
- Reflected Rainbow;
- Rainbow Wheel;
- Extended Lightning and Thunder:
- Dynamic variability;
- Scalability;
- Shadows;
- Surround sound;
- Performance;
- Advanced settings;
- Aurora:
- Dynamic variability;
- Dozens of settings available for tuning;
- Extended Snow:
- Dynamic variability;
- Scalability;
- Surround sound;
- Performance;
- Dynamic SunFlare:
- Dynamic variability;
Available 4 license types:
Demo:
Limited for personal usage only and available for download on
http://1drv.ms/Za0ozU for free.
DLL:
You are perpetually granted right to use DWS for purposes of developing unlimited number of games (contained partially of full DWS) and right to sell\distribute\sublicence those games (even after termination of licence).
SRC:
You are perpetually granted right to use DWS for purposes of developing one game (contained partially of full DWS) and right to sell\distribute\sublicence this game (even after termination of licence). You are granted right to modify\use DWS source code for compilation and usage in combination with DWS.
FULL:
You are perpetually granted right to use DWS for purposes of developing unlimited number of games (contained partially of full DWS) and right to sell\distribute\sublicence those games (even after termination of licence). You are granted right to modify\use DWS source code for compilation and usage in combination with DWS.
Replies
* Documentation: Added new chapter: "Randomization factor".
* Documentation: Added new chapter: "Rainbow settings explained".
* New feature: Filter.
* New feature: Volume clouds.
* New feature: Dynamic sun flares.
* New feature: Addition control of time of day settings.
* Fixed: minor bugs.
https://plus.google.com/104283489025640079202/about
https://twitter.com/wt_sys
https://www.facebook.com/people/Nolan-Loh/100005421108478
* Added new docs.
1) Put on your level couple of weather_profiles by using drag and drop.
2) Switch Auto_setup on each of them and tweak any other setting of your choice.
3) Create flow graph on any of them and open it.
4) Drop Entity:Info, Weather_sys:Filter and Game:Start.
5) Connect them as showed on picture above.
6) Assign one of the Weather_profiles to Entity:Info.
7) Now you can jump into game and see that profile you added to Filter is ignored by weather_system, even with Auto_setup enabled.
This node could be useful in situations when you don't want to, for example, sunny day profile get automatically applied in dark locations.
Or if you wish to make rainy and cold weather in your mountains only.
1) Load map into editor and navigate to entities rollup bar.
2) Drag and drop 3 weather_profile entities into your level.
3) Configure them as you wish but make sure that "Auto_setup" is switched off on each of them.
4) Create flow-graph on one of those profiles.
5) Drop Logic:RandomTrigger, Time:Timer nodes and 3 nodes of weather profiles that you just created.
6) Now connect and configure them as showed on picture above.
7) After entering game mode FlowGraph each 10 seconds will randomly choose one of 3 weather profiles and setup it.
What you'd just created is simple weather setup for your level that will apply random Weather_profile each 10 seconds of gameplay (Ofcourse you can configure it to do this in one hour for example).
1) Load your map into editor and navigate to entities rollup bar.
2) Drag and drop weather_profile entity into your level and give it appropriate name for example "wp_lightning".
3) Locate Auto_setup subgroup in entity properties of your newly created weather_profile.
4) Configure it as showed on picture above.
5) Now you can test it by pressing Ctrl+G.
You may ask why should i use weather_system's lightning instead standard?
Because Weatehr_system's lightning aspect is:
* Fast (crafted with c++);
* Better looking (flares, lighting shadows);
* Easy to setup and its works out of box (sounds and textures are free to use);
* Scalable (No need to setup lightning by hand, its works on all your level area with no limitations);
* Supports flow-graph, console and xml scripting;
* Dynamic and have much wider range of randomizable generation options;
Support development on IndieGoGo 5 days left
http://igg.me/at/weather
So fellow cryengineers 24 hours left before campaign end, 250$ to go.
Its up to YOU to decide what you need:
1) open source, free, powerful and easy to use system, free Unity analog of https://www.assetstore.unity3d.com/en/#!/content/2714
2) or maybe i should wait until asset store open for EaaS and release it there?
Personally i prefer first option.
Dynamic Weather_System 2100 available!
Changes:
* New: Effects: Snow.
* Documentation: New chapter: Dsfx settings explained.
* Documentation: New chapter: Aurora settings explained.
* Documentation: New chapter: Advanced weather control.
* Installer: improved compatibility check.
Just type into console
DWS_SETUP SNOW_BLIZZARD FORCE
and have fun!
Dynamic Weather_System 2200 available!
Changes:
* New: Retrieve any DWS parameter value from any DWS effect at runtime via FlowGraph, LUA or C++ code.
* New: Weather based dynamic onscreen effects and ready to use presets.
* Improved: Snow & Rain transition fidelity.
* Improved: DWS xml profiles filtering now supported same way as DWS entity profiles does.
* Misc: Support of latest engine version.
* Docs: Snow node ports explanation and 7 new tutorials.
* New: debugging utility that enumerates all DWS profiles and setup them one by one.
* Fixed: possible serialization misbehaviour.