aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorBlueWall2012-09-18 09:47:15 -0400
committerBlueWall2012-09-18 09:53:45 -0400
commitd29fc5305222abcc081daa7aa4b0b017d04bbae1 (patch)
treef3f63ea561e60d426ef41e218a7a591a9b603fb4 /bin/OpenSim.ini.example
parentMoving ScriptModuleComms into the CoreModules tree. (diff)
downloadopensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.zip
opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.gz
opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.bz2
opensim-SC_OLD-d29fc5305222abcc081daa7aa4b0b017d04bbae1.tar.xz
Fix some inconsistencies in configurartion: NonPhys prims
Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*. Please update your OpenSim.ini and Regions.ini to reflect these changes.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 0de4002..cd90517 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -88,12 +88,12 @@
88 ; allow_regionless = false 88 ; allow_regionless = false
89 89
90 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.01 90 ;# {NonPhysicalPrimMin} {} {Minimum size of nonphysical prims?} {} 0.01
91 ;; Minimum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMin!). 91 ;; Minimum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMin!).
92 ; NonphysicalPrimMin = 0.01 92 ; NonPhysicalPrimMin = 0.01
93 93
94 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256 94 ;# {NonPhysicalPrimMax} {} {Maximum size of nonphysical prims?} {} 256
95 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonphysicalPrimMax!). 95 ;; Maximum size for non-physical prims. Affects resizing of existing prims. This can be overriden in the region config file (as NonPhysicalPrimMax!).
96 ; NonphysicalPrimMax = 256 96 ; NonPhysicalPrimMax = 256
97 97
98 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10 98 ;# {PhysicalPrimMin} {} {Minimum size of physical prims?} {} 10
99 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file. 99 ;; Maximum size where a prim can be physical. Affects resizing of existing prims. This can be overriden in the region config file.