Add ScriptDistanceLimitFactor to OpenSim.ini to allow modifcation of

LSL's arbitrary 10 m limit on object movement.
Also implements the 10 m maximum rezzing distance, subhect to the same
factor.
This commit is contained in:
Melanie Thielker
2008-08-27 17:12:55 +00:00
parent 36d1720fde
commit 1ac6bb3107
2 changed files with 8 additions and 1 deletions

View File

@@ -529,6 +529,7 @@ AllowosConsoleCommand=false
AllowGodFunctions = false
ScriptDelayFactor = 1.0
ScriptDistanceLimitFactor = 1.0
; Maximum number of llListen events we allow per script
; Set this to 0 to have no limit imposed.