Ambient Parameters

From Bohemia Interactive Community
Revision as of 11:59, 21 November 2007 by Suma (talk | contribs) (Description added.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


  • Rain 0..1 rain intensity
  • Night 0..1 night "intensity"
  • Meadow 0..1 how much does the surrounding have a character of a meadow
  • Trees 0..1 how many tress are growing in the area
  • Hills 0..1 how much is the place "hilly" (160 ASL -> 0, 400 ASL -> 1)
  • Houses 0..1 how many houses or other building are around
  • Windy 0..1 wind streght (0 m/s ->0, 20 m/s -> 1)
  • Forest 0..1 forest density
  • DeadBody 0..1 is the place close to a dead body? (0 m ->1, 10 m -> 0)
  • Sea 0..1 is the place close to a sea? (0 m->1, approx. 100 m->0)

Parameters can be combined into Simple Expressions, like:

meadow*(1-rain)*(1-night)
(10-5*rain)*(1-sea)*(windy factor [0.2,0.5])