diff options
author | Melanie | 2012-09-20 15:39:46 +0200 |
---|---|---|
committer | Melanie | 2012-09-20 15:39:46 +0200 |
commit | 9ff6c85325bfe8a046abaf72267e215f05ec893e (patch) | |
tree | 51bb8f3cd6f61ee403b3a61535dae42c8da404c3 | |
parent | Change texture price back to 10 C$ (diff) | |
download | opensim-SC_OLD-9ff6c85325bfe8a046abaf72267e215f05ec893e.zip opensim-SC_OLD-9ff6c85325bfe8a046abaf72267e215f05ec893e.tar.gz opensim-SC_OLD-9ff6c85325bfe8a046abaf72267e215f05ec893e.tar.bz2 opensim-SC_OLD-9ff6c85325bfe8a046abaf72267e215f05ec893e.tar.xz |
Make uploads free for now - we will have to announce this
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs index 44a2914..8099069 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/MeshCost.cs | |||
@@ -35,10 +35,13 @@ namespace OpenSim.Region.ClientStack.Linden | |||
35 | // fees are normalized to 1.0 | 35 | // fees are normalized to 1.0 |
36 | // this parameters scale them to basic cost ( so 1.0 translates to 10 ) | 36 | // this parameters scale them to basic cost ( so 1.0 translates to 10 ) |
37 | 37 | ||
38 | public float ModelMeshCostFactor = 1.0f; // scale total cost relative to basic (excluding textures) | 38 | public float ModelMeshCostFactor = 0f; //Free |
39 | public float ModelTextureCostFactor = 1.00f; // keep full price because texture price | 39 | public float ModelMinCostFactor = 0f; // Free |
40 | //public float ModelMeshCostFactor = 1.0f; // scale total cost relative to basic (excluding textures) | ||
41 | //public float ModelMinCostFactor = 0.5f; // minimum total model free excluding textures | ||
42 | |||
43 | //public float ModelTextureCostFactor = 1.00f; // keep full price because texture price | ||
40 | // is based on it's storage needs not on usability | 44 | // is based on it's storage needs not on usability |
41 | public float ModelMinCostFactor = 0.5f; // minimum total model free excluding textures | ||
42 | 45 | ||
43 | // itens costs in normalized values | 46 | // itens costs in normalized values |
44 | // ie will be multiplied by basicCost and factors above | 47 | // ie will be multiplied by basicCost and factors above |