Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations
on avatars without requesting user permission.inv-download
parent
9b337b089c
commit
d96d31be45
|
@ -74,6 +74,7 @@
|
||||||
Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osTeleportOwner = true
|
Allow_osTeleportOwner = true
|
||||||
Allow_osWindActiveModelPluginName = true
|
Allow_osWindActiveModelPluginName = true
|
||||||
|
Allow_osCheckODE = true
|
||||||
|
|
||||||
; ThreatLevel Nuisance
|
; ThreatLevel Nuisance
|
||||||
Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
@ -176,6 +177,9 @@
|
||||||
|
|
||||||
; VeryHigh
|
; VeryHigh
|
||||||
Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER
|
Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER
|
||||||
|
; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
|
||||||
|
; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
|
||||||
|
; Similar things can be said for several of the 'force' functions. Enable with care and control.
|
||||||
Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER
|
Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER
|
||||||
|
|
Loading…
Reference in New Issue