Weather

From Dragon Age Toolset Wiki
Jump to: navigation, search

Weather can be simulated with a combination of lightweight level-wide VFX and frame buffer effects.

VFX can be placed in the level editor. Additionally you can enable buffer effects in the level editor and then change them via script at run-time to achieve lightning effects (preferably combined with additional VFX). Rain or snow VFX can also be placed by script.

The buffer effects are for lightning, though there are also scripting commands to control cloudiness, fog, lighting and such.

Light-weight VFX, the equivalent to sprinkles or light snow showers aren't particularly taxing even when spread across the entire area.

If you need a thunder storm you will have to be careful about how you apply the effects.

Effects can be applied at any given location which applies the effect to the area. There are scripting commands for finding and managing the effects based on either type or location.