From 1ac6bb3107228e669c0e95dc41166ad369cf752e Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Wed, 27 Aug 2008 17:12:55 +0000 Subject: 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. --- bin/OpenSim.ini.example | 1 + 1 file changed, 1 insertion(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 43de20f..b72e7f5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -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. -- cgit v1.1