aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorTeravus Ovares2009-03-07 07:17:43 +0000
committerTeravus Ovares2009-03-07 07:17:43 +0000
commit5a49c772ca41b92fe7b6e00858fa9add24b6d8a3 (patch)
tree449d11eb8f8be6f9b2ca090c001708a728e39b51 /bin
parent* fixes mantis 3259 (diff)
downloadopensim-SC_OLD-5a49c772ca41b92fe7b6e00858fa9add24b6d8a3.zip
opensim-SC_OLD-5a49c772ca41b92fe7b6e00858fa9add24b6d8a3.tar.gz
opensim-SC_OLD-5a49c772ca41b92fe7b6e00858fa9add24b6d8a3.tar.bz2
opensim-SC_OLD-5a49c772ca41b92fe7b6e00858fa9add24b6d8a3.tar.xz
* Making the minimum ground offset for flying a configurable offset in the OpenSim.ini. This is the code that causes you to rise off the ground when you press the fly button and attempts to keep you above ground automatically when flying in a simulator.
* minimum_ground_flight_offset, by default is 3 meters, as per Kitto Flora See OpenSim.ini.example for an example.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index dd71b44..7f1c55b 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -463,6 +463,9 @@ InterregionComms = "RESTComms"
463 ; speed of movement with Always Run on 463 ; speed of movement with Always Run on
464 av_movement_divisor_run = 0.8 464 av_movement_divisor_run = 0.8
465 465
466 ; When the avatar flies, it will be moved up by this amount off the ground (in meters)
467 minimum_ground_flight_offset = 3.0
468
466 ; ## 469 ; ##
467 ; ## Object options 470 ; ## Object options
468 ; ## 471 ; ##