diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index a31d27a..fe49549 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -702,6 +702,14 @@ | |||
702 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | 702 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 |
703 | strength = 1.0 | 703 | strength = 1.0 |
704 | 704 | ||
705 | [Cloud] | ||
706 | ; Enable this to generate classic particle clouds above the sim. | ||
707 | ; default is disabled - turn it on here | ||
708 | enabled = true | ||
709 | |||
710 | ; Density of cloud cover 0.0 to 1.0 | ||
711 | density = 0.5 | ||
712 | |||
705 | 713 | ||
706 | [Trees] | 714 | [Trees] |
707 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 715 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |