diff options
author | Teravus Ovares | 2008-06-20 04:57:32 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-20 04:57:32 +0000 |
commit | e02a2e31e0e8a189b63e60dc402ac0ccd3bae876 (patch) | |
tree | ea1ddaa8de1fb528bb66b1b7762fe4d0ca35d570 /bin/OpenSim.ini.example | |
parent | Implemented plugin support for ClientStack, with LindenUDP as the default plu... (diff) | |
download | opensim-SC_OLD-e02a2e31e0e8a189b63e60dc402ac0ccd3bae876.zip opensim-SC_OLD-e02a2e31e0e8a189b63e60dc402ac0ccd3bae876.tar.gz opensim-SC_OLD-e02a2e31e0e8a189b63e60dc402ac0ccd3bae876.tar.bz2 opensim-SC_OLD-e02a2e31e0e8a189b63e60dc402ac0ccd3bae876.tar.xz |
* Patch from nlin to enable DIF state file writing from the ODEPlugin
* Rebuilt libode.so, ode.dll
* If you roll your own ODE library, make sure to update your opensim-libs.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d61eef0..eb52e6b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -309,6 +309,15 @@ mesh_lod = 32 | |||
309 | ; number^2 physical level of detail of the sculpt texture. 16x16 - 256 verticies | 309 | ; number^2 physical level of detail of the sculpt texture. 16x16 - 256 verticies |
310 | mesh_physical_lod = 16 | 310 | mesh_physical_lod = 16 |
311 | 311 | ||
312 | ; ## | ||
313 | ; ## Physics logging settings - logfiles are saved to *.DIF files | ||
314 | ; ## | ||
315 | |||
316 | ;physics_logging = true | ||
317 | ;; every n simulation iterations, the physics snapshot file is updated | ||
318 | ;physics_logging_interval = 50 | ||
319 | ;; append to existing physics logfile, or overwrite existing logfiles? | ||
320 | ;physics_logging_append_existing_logfile = true | ||
312 | 321 | ||
313 | [RemoteAdmin] | 322 | [RemoteAdmin] |
314 | enabled = false | 323 | enabled = false |
@@ -617,4 +626,4 @@ EventLimit = 30 | |||
617 | ; If a script overruns it's event limit, kill the script? | 626 | ; If a script overruns it's event limit, kill the script? |
618 | KillTimedOutScripts = false | 627 | KillTimedOutScripts = false |
619 | ; Allow OS console command functionality (VERY DANGEROUS!!) | 628 | ; Allow OS console command functionality (VERY DANGEROUS!!) |
620 | AllowosConsoleCommand = false \ No newline at end of file | 629 | AllowosConsoleCommand = false |