diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0bc3d87..aab1a58 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -80,14 +80,16 @@ | |||
80 | PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!) | 80 | PhysicalPrimMax = 10 ; (I think this was moved to the Regions.ini!) |
81 | ClampPrimSize = false | 81 | ClampPrimSize = false |
82 | 82 | ||
83 | ; Region crossing | 83 | ; Allow scripts to cross region boundaries. These are recompiled on the new region. |
84 | AllowScriptCrossing = false | 84 | AllowScriptCrossing = false |
85 | |||
86 | ; Allow compiled script binary code to cross region boundaries. | ||
85 | ; If you set this to "true", any region that can teleport to you can | 87 | ; If you set this to "true", any region that can teleport to you can |
86 | ; inject ARBITRARY BINARY CODE into your system. Use at your own risk. | 88 | ; inject ARBITRARY BINARY CODE into your system. Use at your own risk. |
87 | ; YOU HAVE BEEN WARNED!!! | 89 | ; YOU HAVE BEEN WARNED!!! |
88 | TrustBinaries = false | 90 | TrustBinaries = false |
89 | 91 | ||
90 | ; Combine all contiguous regions into one large region | 92 | ; Combine all contiguous regions into one large megaregion |
91 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true | 93 | ; Order your regions from South to North, West to East in your regions.ini and then set this to true |
92 | ; Warning! Don't use this with regions that have existing content!, This will likely break them | 94 | ; Warning! Don't use this with regions that have existing content!, This will likely break them |
93 | CombineContiguousRegions = false | 95 | CombineContiguousRegions = false |