diff options
author | UbitUmarov | 2018-05-28 15:21:51 +0100 |
---|---|---|
committer | UbitUmarov | 2018-05-28 15:21:51 +0100 |
commit | 3b2786d27eff06d5a15d50af896888b3dfe04df9 (patch) | |
tree | 3603d88ed2b0495c1bf9cd695a2c3aa7f782c728 /bin | |
parent | ok ok it only has one 't' (diff) | |
download | opensim-SC-3b2786d27eff06d5a15d50af896888b3dfe04df9.zip opensim-SC-3b2786d27eff06d5a15d50af896888b3dfe04df9.tar.gz opensim-SC-3b2786d27eff06d5a15d50af896888b3dfe04df9.tar.bz2 opensim-SC-3b2786d27eff06d5a15d50af896888b3dfe04df9.tar.xz |
change MaxRegionsViewDistance description a bit
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 13 |
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 |