diff options
Diffstat (limited to '')
-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 |