diff options
Diffstat (limited to 'bin')
-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 4351b3f..04cf8e8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -454,6 +454,9 @@ | |||
454 | 454 | ||
455 | ; Distance in meters that shouts should travel. Default is 100m | 455 | ; Distance in meters that shouts should travel. Default is 100m |
456 | shout_distance = 100 | 456 | shout_distance = 100 |
457 | |||
458 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
459 | ; admin_prefix = "@" | ||
457 | 460 | ||
458 | 461 | ||
459 | [Messaging] | 462 | [Messaging] |
@@ -822,6 +825,12 @@ | |||
822 | ; default is 1000 | 825 | ; default is 1000 |
823 | cloud_update_rate = 1000 | 826 | cloud_update_rate = 1000 |
824 | 827 | ||
828 | [Meta7Windlight] | ||
829 | |||
830 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
831 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
832 | ; Currently we only have support for MySQL databases. | ||
833 | enable_windlight = false; | ||
825 | 834 | ||
826 | [Trees] | 835 | [Trees] |
827 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 836 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -971,6 +980,9 @@ | |||
971 | 980 | ||
972 | ; Allow the use of os* functions (some are dangerous) | 981 | ; Allow the use of os* functions (some are dangerous) |
973 | AllowOSFunctions = false | 982 | AllowOSFunctions = false |
983 | |||
984 | ; Allow the user of Careminster functions | ||
985 | AllowCareminsterFunctions = false | ||
974 | 986 | ||
975 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 987 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
976 | OSFunctionThreatLevel = VeryLow | 988 | OSFunctionThreatLevel = VeryLow |