aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMelanie Thielker2009-04-06 18:02:12 +0000
committerMelanie Thielker2009-04-06 18:02:12 +0000
commitfb900f60555a0b2cce1350b3726d38e210d52799 (patch)
treee86cc1e055179129c231dd050bccffebf4cd23a8 /bin/OpenSim.ini.example
parentincluding Makefile.local iff it exists (diff)
downloadopensim-SC_OLD-fb900f60555a0b2cce1350b3726d38e210d52799.zip
opensim-SC_OLD-fb900f60555a0b2cce1350b3726d38e210d52799.tar.gz
opensim-SC_OLD-fb900f60555a0b2cce1350b3726d38e210d52799.tar.bz2
opensim-SC_OLD-fb900f60555a0b2cce1350b3726d38e210d52799.tar.xz
Applying Intimidated's patch to fix anim handling.
Fixes Mantis #3417
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example30
1 files changed, 30 insertions, 0 deletions
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 @@
220 220
221 ;emailmodule = DefaultEmailModule 221 ;emailmodule = DefaultEmailModule
222 222
223 ; ##
224 ; ## ANIMATIONS
225 ; ##
226
227 ; If enabled, enableFlySlow will change the primary fly state to
228 ; FLYSLOW, and the "always run" state will be the regular fly.
229
230 enableflyslow = false
231
232 ; PreJump is an additional animation state, but it probably
233 ; won't look right until the physics engine supports it
234 ; (i.e delays takeoff for a moment)
235
236 ; This is commented so it will come on automatically once it's
237 ; supported.
238
239 ; enableprejump = true
240
223[SMTP] 241[SMTP]
224 242
225 enabled=false 243 enabled=false
@@ -237,6 +255,18 @@
237 ;InterregionComms = "LocalComms" 255 ;InterregionComms = "LocalComms"
238 InterregionComms = "RESTComms" 256 InterregionComms = "RESTComms"
239 257
258[AutoOAR]
259
260 ;Enable the AutoOAR module.
261 ;OAR's are automatically exported to Regionname_x_y.oar.tar.gz
262
263 enabled = false
264
265 ;Interval, in minutes, between exports
266
267 interval = 20
268
269
240[StandAlone] 270[StandAlone]
241 accounts_authenticate = true 271 accounts_authenticate = true
242 welcome_message = "Welcome to OpenSimulator" 272 welcome_message = "Welcome to OpenSimulator"