aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
authorUbitUmarov2019-05-28 21:37:59 +0100
committerUbitUmarov2019-05-28 21:37:59 +0100
commit38e937f91b08a2e52c47d2353c57556f542a00c1 (patch)
tree48581bde45842a45bc1ed16b6ec614d23ba90c0d /bin/OpenSimDefaults.ini
parentmissing old flag VEHICLE_FLAG_NO_FLY_UP (diff)
downloadopensim-SC-38e937f91b08a2e52c47d2353c57556f542a00c1.zip
opensim-SC-38e937f91b08a2e52c47d2353c57556f542a00c1.tar.gz
opensim-SC-38e937f91b08a2e52c47d2353c57556f542a00c1.tar.bz2
opensim-SC-38e937f91b08a2e52c47d2353c57556f542a00c1.tar.xz
add sim feature AvatarHoverHeightEnabled; mantis 8535: make option MeshModelAllowTextureToInventory visible
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini15
1 files changed, 9 insertions, 6 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 456dcd6..1332ce8 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1712,17 +1712,12 @@
1712[Economy] 1712[Economy]
1713 ; the economy module in use 1713 ; the economy module in use
1714 ; default is the provided BetaGridLikeMoneyModule 1714 ; default is the provided BetaGridLikeMoneyModule
1715 ; - This module is for demonstration only -
1716 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). 1715 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
1717 ; There is no intention to implement anything further in core OpenSimulator. 1716 ; There is no intention to implement anything further in core OpenSimulator.
1718 ; This functionality has to be provided by third party modules. 1717 ; This functionality has to be provided by third party modules.
1719 ; To use other modules you need to override this setting on OpenSim.ini Economy (or startup) section
1720 ; economymodule = BetaGridLikeMoneyModule 1718 ; economymodule = BetaGridLikeMoneyModule
1721 1719
1722 ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - 1720 ; Economy values get used in the BetaGridLikeMoneyModule.
1723 ; The default economy module only implements just enough to allow free actions (transfer of objects, etc).
1724 ; There is no intention to implement anything further in core OpenSimulator.
1725 ; This functionality has to be provided by third party modules.
1726 1721
1727 ;; Enables selling things for $0. Default is true. 1722 ;; Enables selling things for $0. Default is true.
1728 ; SellEnabled = true 1723 ; SellEnabled = true
@@ -1750,6 +1745,14 @@
1750 ;PriceObjectRent = 0 1745 ;PriceObjectRent = 0
1751 ;PriceObjectScaleFactor = 10 1746 ;PriceObjectScaleFactor = 10
1752 ;PriceParcelRent = 0 1747 ;PriceParcelRent = 0
1748
1749 ; Mesh upload settings, independent of economymodule
1750
1751 ; Create inventory entries for textures uploaded with a model
1752 ; default is false, ie, do not create
1753 ; MeshModelAllowTextureToInventory = true
1754
1755
1753 1756
1754[XEngine] 1757[XEngine]
1755 ; Enable this engine in this OpenSim instance 1758 ; Enable this engine in this OpenSim instance