* This puts in example [Wind] settings into OpenSim.ini.example to match the patch which introduced those settings from last week
* Thanks maimedleech
0.6.5-rc1
Justin Clarke Casey 2009-03-27 17:17:12 +00:00
parent 39bf59080b
commit 3d21b2480e
2 changed files with 18 additions and 9 deletions

View File

@ -47,6 +47,7 @@ Patches
* CharlieO * CharlieO
* ChrisDown * ChrisDown
* Chris Yeoh * Chris Yeoh
* coyled
* Daedius * Daedius
* DoranZemlja * DoranZemlja
* daTwitch * daTwitch
@ -69,6 +70,7 @@ Patches
* krtaylor (IBM) * krtaylor (IBM)
* lulurun * lulurun
* M.Igarashi * M.Igarashi
* maimedleech
* Mic Bowman * Mic Bowman
* mikkopa/_someone - RealXtend * mikkopa/_someone - RealXtend
* Mircea Kitsune * Mircea Kitsune

View File

@ -687,6 +687,22 @@ InterregionComms = "RESTComms"
;update_interval = 100 ;update_interval = 100
[Wind]
; Enables the wind module. Default is true
enabled = true
; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0
strength = 1.0
[Trees]
; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
; default is false
active_trees = false
; Density of tree population
tree_density = 1000.0
[ScriptEngine.DotNetEngine] [ScriptEngine.DotNetEngine]
Enabled = true Enabled = true
@ -1096,15 +1112,6 @@ InterregionComms = "RESTComms"
broker = "http://broker.place.com/{1}" broker = "http://broker.place.com/{1}"
[Trees]
; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying
; default is false
active_trees = false
; Density of tree population
tree_density = 1000.0
[RegionReady] [RegionReady]
; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled
; default is false ; default is false