From fb900f60555a0b2cce1350b3726d38e210d52799 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 6 Apr 2009 18:02:12 +0000 Subject: Applying Intimidated's patch to fix anim handling. Fixes Mantis #3417 --- bin/OpenSim.ini.example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index e1fdb08..d2e901a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -220,6 +220,24 @@ ;emailmodule = DefaultEmailModule + ; ## + ; ## ANIMATIONS + ; ## + + ; If enabled, enableFlySlow will change the primary fly state to + ; FLYSLOW, and the "always run" state will be the regular fly. + + enableflyslow = false + + ; PreJump is an additional animation state, but it probably + ; won't look right until the physics engine supports it + ; (i.e delays takeoff for a moment) + + ; This is commented so it will come on automatically once it's + ; supported. + + ; enableprejump = true + [SMTP] enabled=false @@ -237,6 +255,18 @@ ;InterregionComms = "LocalComms" InterregionComms = "RESTComms" +[AutoOAR] + + ;Enable the AutoOAR module. + ;OAR's are automatically exported to Regionname_x_y.oar.tar.gz + + enabled = false + + ;Interval, in minutes, between exports + + interval = 20 + + [StandAlone] accounts_authenticate = true welcome_message = "Welcome to OpenSimulator" -- cgit v1.1