diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 15623de..9b9fadd 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -467,6 +467,9 @@ | |||
467 | 467 | ||
468 | ; Distance in meters that shouts should travel. Default is 100m | 468 | ; Distance in meters that shouts should travel. Default is 100m |
469 | shout_distance = 100 | 469 | shout_distance = 100 |
470 | |||
471 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
472 | ; admin_prefix = "@" | ||
470 | 473 | ||
471 | 474 | ||
472 | [Messaging] | 475 | [Messaging] |
@@ -836,6 +839,12 @@ | |||
836 | ; default is 1000 | 839 | ; default is 1000 |
837 | cloud_update_rate = 1000 | 840 | cloud_update_rate = 1000 |
838 | 841 | ||
842 | [Meta7Windlight] | ||
843 | |||
844 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
845 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
846 | ; Currently we only have support for MySQL databases. | ||
847 | enable_windlight = false; | ||
839 | 848 | ||
840 | [Trees] | 849 | [Trees] |
841 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 850 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -985,6 +994,9 @@ | |||
985 | 994 | ||
986 | ; Allow the use of os* functions (some are dangerous) | 995 | ; Allow the use of os* functions (some are dangerous) |
987 | AllowOSFunctions = false | 996 | AllowOSFunctions = false |
997 | |||
998 | ; Allow the user of Careminster functions | ||
999 | AllowCareminsterFunctions = false | ||
988 | 1000 | ||
989 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1001 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
990 | OSFunctionThreatLevel = VeryLow | 1002 | OSFunctionThreatLevel = VeryLow |