From 5a49c772ca41b92fe7b6e00858fa9add24b6d8a3 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Sat, 7 Mar 2009 07:17:43 +0000 Subject: * 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. --- bin/OpenSim.ini.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/OpenSim.ini.example') 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" ; speed of movement with Always Run on av_movement_divisor_run = 0.8 + ; When the avatar flies, it will be moved up by this amount off the ground (in meters) + minimum_ground_flight_offset = 3.0 + ; ## ; ## Object options ; ## -- cgit v1.1