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 d09dc67..fa2a4a1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -471,6 +471,9 @@ | |||
471 | 471 | ||
472 | ; Distance in meters that shouts should travel. Default is 100m | 472 | ; Distance in meters that shouts should travel. Default is 100m |
473 | shout_distance = 100 | 473 | shout_distance = 100 |
474 | |||
475 | ; Append a prefix to the god avatar names appearing in chat whilst in god mode | ||
476 | ; admin_prefix = "@" | ||
474 | 477 | ||
475 | 478 | ||
476 | [Messaging] | 479 | [Messaging] |
@@ -840,6 +843,12 @@ | |||
840 | ; default is 1000 | 843 | ; default is 1000 |
841 | cloud_update_rate = 1000 | 844 | cloud_update_rate = 1000 |
842 | 845 | ||
846 | [Meta7Windlight] | ||
847 | |||
848 | ; This enables the transmission of Windlight scenes to supporting clients, such as the Meta7 viewer. | ||
849 | ; It has no ill effect on viewers which do not support server-side windlight settings. | ||
850 | ; Currently we only have support for MySQL databases. | ||
851 | enable_windlight = false; | ||
843 | 852 | ||
844 | [Trees] | 853 | [Trees] |
845 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 854 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
@@ -989,6 +998,9 @@ | |||
989 | 998 | ||
990 | ; Allow the use of os* functions (some are dangerous) | 999 | ; Allow the use of os* functions (some are dangerous) |
991 | AllowOSFunctions = false | 1000 | AllowOSFunctions = false |
1001 | |||
1002 | ; Allow the user of Careminster functions | ||
1003 | AllowCareminsterFunctions = false | ||
992 | 1004 | ||
993 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | 1005 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe |
994 | OSFunctionThreatLevel = VeryLow | 1006 | OSFunctionThreatLevel = VeryLow |