aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-09 17:29:44 +0100
committerJustin Clark-Casey (justincc)2012-10-09 17:29:44 +0100
commit785671e24260e8280fa6cdec4bd7e4875cdca410 (patch)
tree68258a295e8f542b9d04e7745f9d02ec24536aa5 /bin/OpenSimDefaults.ini
parentDisambiguate use of RegionFlags in NullRegionData (diff)
parentav_av_collisions_off = false OdePhysics Settings in OpenSimDefaults.ini - No... (diff)
downloadopensim-SC_OLD-785671e24260e8280fa6cdec4bd7e4875cdca410.zip
opensim-SC_OLD-785671e24260e8280fa6cdec4bd7e4875cdca410.tar.gz
opensim-SC_OLD-785671e24260e8280fa6cdec4bd7e4875cdca410.tar.bz2
opensim-SC_OLD-785671e24260e8280fa6cdec4bd7e4875cdca410.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 677ac74..2fca6ce 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -844,6 +844,15 @@
844 ; When the avatar flies, it will be moved up by this amount off the ground (in meters) 844 ; When the avatar flies, it will be moved up by this amount off the ground (in meters)
845 minimum_ground_flight_offset = 3.0 845 minimum_ground_flight_offset = 3.0
846 846
847 ; Plant avatar. This reduces the effect of physical contacts with the avatar.
848 ; If you have a group of unruly and rude visitors that bump each other, turn this on to make that less attractive.
849 ; The avatar still allows a small movement based on the PID settings above. Stronger PID settings AND this active
850 ; will lock the avatar in place
851 av_planted = false
852
853 ; 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
854 av_av_collisions_off = false
855
847 ; ## 856 ; ##
848 ; ## Object options 857 ; ## Object options
849 ; ## 858 ; ##