aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index f4d9021..6a67e77 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -840,6 +840,15 @@
840 ; When the avatar flies, it will be moved up by this amount off the ground (in meters) 840 ; When the avatar flies, it will be moved up by this amount off the ground (in meters)
841 minimum_ground_flight_offset = 3.0 841 minimum_ground_flight_offset = 3.0
842 842
843 ; Plant avatar. This reduces the effect of physical contacts with the avatar.
844 ; If you have a group of unruly and rude visitors that bump each other, turn this on to make that less attractive.
845 ; The avatar still allows a small movement based on the PID settings above. Stronger PID settings AND this active
846 ; will lock the avatar in place
847 av_planted = false
848
849 ; No Avatar Avatar Collissions. This causes avatar to be able to walk through each other as if they're ghosts but still interact with the environment
850 av_av_collisions_off = false
851
843 ; ## 852 ; ##
844 ; ## Object options 853 ; ## Object options
845 ; ## 854 ; ##