diff options
author | Melanie Thielker | 2008-08-27 17:12:55 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-27 17:12:55 +0000 |
commit | 1ac6bb3107228e669c0e95dc41166ad369cf752e (patch) | |
tree | 5f46a7001a6147c8aeabece9e21a631f87a40dfb /bin/OpenSim.ini.example | |
parent | reverting to prior meshing methods until some physics timing issues can be re... (diff) | |
download | opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.zip opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.gz opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.bz2 opensim-SC_OLD-1ac6bb3107228e669c0e95dc41166ad369cf752e.tar.xz |
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.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
529 | AllowGodFunctions = false | 529 | AllowGodFunctions = false |
530 | 530 | ||
531 | ScriptDelayFactor = 1.0 | 531 | ScriptDelayFactor = 1.0 |
532 | ScriptDistanceLimitFactor = 1.0 | ||
532 | 533 | ||
533 | ; Maximum number of llListen events we allow per script | 534 | ; Maximum number of llListen events we allow per script |
534 | ; Set this to 0 to have no limit imposed. | 535 | ; Set this to 0 to have no limit imposed. |