aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini13
1 files changed, 8 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f960b94..7dcacd2 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -164,17 +164,20 @@
164 TrustBinaries = false 164 TrustBinaries = false
165 165
166 ; the default view range. Viewers override this ( no major effect still ) 166 ; the default view range. Viewers override this ( no major effect still )
167 DefaultDrawDistance = 255.0 167 ;DefaultDrawDistance = 255.0
168 168
169 ; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) ) 169 ; limit the maximum view range ( no effect still (does limit MaxRegionsViewDistance) )
170 MaxDrawDistance = 512 170 ;MaxDrawDistance = 512
171 171
172 ; the maximum distance to tell a viewer to connect to a neighbour region, so it can be seen 172 ; the maximum distance to tell a viewer to connect to a neighbour region, so it can be seen
173 ; (it is limited by MaxDrawDistance above) 173 ; (it is limited by MaxDrawDistance above)
174 ; less than 256 shows imediate neighbours; 512 also second imediate neighbours etc 174 ; less than 256 shows imediate neighbours; 256 to 511 also second imediate neighbours etc
175 ; more than 512m can cause viewers problems specially in case of dense regions. 175 ; more than 511m can cause viewers problems specially in case of dense regions.
176 ; curretly this distance is from current region borders. 176 ; curretly this distance is from current region borders.
177 MaxRegionsViewDistance = 255 177 ; Warning: if relevant regions have diferent setting you may notice strange
178 ; effects due to that assimetry
179 ; *****
180 ;MaxRegionsViewDistance = 255
178 181
179 ; If you have only one region in an instance, or to avoid the many bugs 182 ; If you have only one region in an instance, or to avoid the many bugs
180 ; that you can trigger in modules by restarting a region, set this to 183 ; that you can trigger in modules by restarting a region, set this to