some lsl settings on [xengine] are needed on [yengine].

This commit is contained in:
UbitUmarov
2021-11-28 15:39:49 +00:00
parent 52cd923c2e
commit 1902ddc9df

View File

@@ -1760,11 +1760,38 @@
; to reuse binary compare sources using a hash codes of them or full text
UseSourceHashCode = true
MinTimerInterval = 0.1
; Rate to poll for asynchronous command replies (ms)
;AsyncLLCommandLoopms = 100
; Sets the multiplier for the scripting delays
;ScriptDelayFactor = 1.0
; The factor the 10 m distances limits are multiplied by
;ScriptDistanceLimitFactor = 1.0
; Maximum length of notecard line read
; Increasing this to large values potentially opens
; up the system to malicious scripters
; NotecardLineReadCharsMax = 255
; Minimum settable timer interval. Any timer setting less than this is
; rounded up to this minimum interval.
MinTimerInterval = 0.1
; Sensor settings
;SensorMaxRange = 96.0
;SensorMaxResults = 16
; Allow for llCreateLink and llBreakLink to work without asking for permission
; only enable this in a trusted environment otherwise you may be subject to hijacking
; AutomaticLinkPermission = false
; Disable underground movement of prims (default true); set to
; false to allow script controlled underground positioning of
; prims
; DisableUndergroundMovement = true
; scripts states and cache parent folder location
;ScriptEnginesPath="ScriptEngines"
@@ -1830,45 +1857,6 @@
; Compile debug info (line numbers) into the script assemblies
CompileWithDebugInformation = true
; Allow the user of mod* functions. This allows a script to pass messages
; to a region module via the modSendCommand() function
; Default is false
AllowMODFunctions = false
; Allow the use of os* functions (some are dangerous)
AllowOSFunctions = false
; Allow the user of LightShare functions
AllowLightShareFunctions = false
; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe
OSFunctionThreatLevel = VeryLow
; OS Functions enable/disable
; For each function, you can add one line, as shown
; The default for all functions allows them if below threat level
; true allows the use of the function unconditionally
; Allow_osSetRegionWaterHeight = true
; false disables the function completely
; Allow_osSetRegionWaterHeight = false
; Comma separated list of UUIDS allows the function for that list of UUIDS
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb
; Comma separated list of owner classes that allow the function for a particular class of owners. Choices are
; - PARCEL_GROUP_MEMBER: allow if objectgroup is the same group as the parcel
; - PARCEL_OWNER: allow if the objectowner is parcelowner
; - ESTATE_MANAGER: allow if the object owner is a estate manager
; - ESTATE_OWNER: allow if objectowner is estateowner
; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb, PARCEL_OWNER, ESTATE_OWNER>, ...
; You can also use script creators as the uuid
; Creators_osSetRegionWaterHeight = <uuid>, ...
; If both Allow_ and Creators_ are given, effective permissions
; are the union of the two.
; Interval (s) between background save of script states
SaveInterval = 120
@@ -1887,10 +1875,10 @@
WaitForEventCompletionOnScriptStop = 1000
; Sets the multiplier for the scripting delays
ScriptDelayFactor = 1.0
;ScriptDelayFactor = 1.0
; The factor the 10 m distances llimits are multiplied by
ScriptDistanceLimitFactor = 1.0
;ScriptDistanceLimitFactor = 1.0
; Maximum length of notecard line read
; Increasing this to large values potentially opens
@@ -1902,8 +1890,8 @@
; MinTimerInterval = 0.5
; Sensor settings
SensorMaxRange = 96.0
SensorMaxResults = 16
;SensorMaxRange = 96.0
;SensorMaxResults = 16
; Allow for llCreateLink and llBreakLink to work without asking for permission
; only enable this in a trusted environment otherwise you may be subject to hijacking