diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 48 |
1 files changed, 28 insertions, 20 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 51f6c9c..61d7098 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1723,40 +1723,48 @@ | |||
1723 | ; data service | 1723 | ; data service |
1724 | ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" | 1724 | ;DATA_SRV_MISearch = "http://metaverseink.com/cgi-bin/register.py" |
1725 | 1725 | ||
1726 | 1726 | ||
1727 | [Economy] | 1727 | [Economy] |
1728 | ; the economy module in use | ||
1729 | ; default is the provided BetaGridLikeMoneyModule | ||
1730 | ; - This module is for demonstration only - | ||
1731 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). | ||
1732 | ; There is no intention to implement anything further in core OpenSimulator. | ||
1733 | ; This functionality has to be provided by third party modules. | ||
1734 | ; To use other modules you need to override this setting on OpenSim.ini Economy (or startup) section | ||
1735 | ; economymodule = BetaGridLikeMoneyModule | ||
1736 | |||
1728 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - | 1737 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - |
1729 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). | 1738 | ; The default economy module only implements just enough to allow free actions (transfer of objects, etc). |
1730 | ; There is no intention to implement anything further in core OpenSimulator. | 1739 | ; There is no intention to implement anything further in core OpenSimulator. |
1731 | ; This functionality has to be provided by third party modules. | 1740 | ; This functionality has to be provided by third party modules. |
1732 | 1741 | ||
1733 | ;; Enables selling things for $0. Default is true. | 1742 | ;; Enables selling things for $0. Default is true. |
1734 | SellEnabled = true | 1743 | ; SellEnabled = true |
1735 | 1744 | ||
1736 | ;; Money Unit fee to upload textures, animations etc. Default is 0. | 1745 | ;; Money Unit fee to upload textures, animations etc. Default is 0. |
1737 | PriceUpload = 0 | 1746 | ;PriceUpload = 0 |
1738 | 1747 | ||
1739 | ;; Money Unit fee to create groups. Default is 0. | 1748 | ;; Money Unit fee to create groups. Default is 0. |
1740 | PriceGroupCreate = 0 | 1749 | ;PriceGroupCreate = 0 |
1741 | 1750 | ||
1742 | ; We don't really know what the rest of these values do. These get sent to the client | 1751 | ; We don't really know what the rest of these values do. These get sent to the client |
1743 | ; These taken from Agni at a Public Telehub. Change at your own risk. | 1752 | ; These taken from Agni at a Public Telehub. Change at your own risk. |
1744 | ObjectCount = 0 | 1753 | ;ObjectCount = 0 |
1745 | PriceEnergyUnit = 100 | 1754 | ;PriceEnergyUnit = 0 |
1746 | PriceObjectClaim = 10 | 1755 | ;PriceObjectClaim = 0 |
1747 | PricePublicObjectDecay = 4 | 1756 | ;PricePublicObjectDecay = 0 |
1748 | PricePublicObjectDelete = 4 | 1757 | ;PricePublicObjectDelete = 0 |
1749 | PriceParcelClaim = 1 | 1758 | ;PriceParcelClaim = 0 |
1750 | PriceParcelClaimFactor = 1 | 1759 | ;PriceParcelClaimFactor = 1 |
1751 | 1760 | ||
1752 | PriceRentLight = 5 | 1761 | ;PriceRentLight = 0 |
1753 | TeleportMinPrice = 2 | 1762 | ;TeleportMinPrice = 0 |
1754 | TeleportPriceExponent = 2 | 1763 | ;TeleportPriceExponent = 2 |
1755 | EnergyEfficiency = 1 | 1764 | ;EnergyEfficiency = 1 |
1756 | PriceObjectRent = 1 | 1765 | ;PriceObjectRent = 0 |
1757 | PriceObjectScaleFactor = 10 | 1766 | ;PriceObjectScaleFactor = 10 |
1758 | PriceParcelRent = 1 | 1767 | ;PriceParcelRent = 0 |
1759 | |||
1760 | 1768 | ||
1761 | [XEngine] | 1769 | [XEngine] |
1762 | ; Enable this engine in this OpenSim instance | 1770 | ; Enable this engine in this OpenSim instance |