diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b311064..745b49a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -566,7 +566,6 @@ | |||
566 | ;force_simple_prim_meshing = true | 566 | ;force_simple_prim_meshing = true |
567 | 567 | ||
568 | 568 | ||
569 | |||
570 | [RemoteAdmin] | 569 | [RemoteAdmin] |
571 | enabled = false | 570 | enabled = false |
572 | access_password = unknown | 571 | access_password = unknown |
@@ -689,10 +688,12 @@ | |||
689 | ;for <bot>:<message> - from <user> : | 688 | ;for <bot>:<message> - from <user> : |
690 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" | 689 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" |
691 | 690 | ||
691 | |||
692 | ;[CMS] | 692 | ;[CMS] |
693 | ;enabled = true | 693 | ;enabled = true |
694 | ;channel = 345 | 694 | ;channel = 345 |
695 | 695 | ||
696 | |||
696 | ; Uncomment the following to control the progression of daytime | 697 | ; Uncomment the following to control the progression of daytime |
697 | ; in the Sim. The defaults are what is shown below | 698 | ; in the Sim. The defaults are what is shown below |
698 | ;[Sun] | 699 | ;[Sun] |
@@ -729,6 +730,7 @@ | |||
729 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 | 730 | ; Adjusts wind strength. 0.0 = no wind, 1.0 = normal wind. Default is 1.0 |
730 | strength = 1.0 | 731 | strength = 1.0 |
731 | 732 | ||
733 | |||
732 | [Cloud] | 734 | [Cloud] |
733 | ; Enable this to generate classic particle clouds above the sim. | 735 | ; Enable this to generate classic particle clouds above the sim. |
734 | ; default is disabled - turn it on here | 736 | ; default is disabled - turn it on here |
@@ -741,6 +743,7 @@ | |||
741 | ; default is 1000 | 743 | ; default is 1000 |
742 | cloud_update_rate = 1000 | 744 | cloud_update_rate = 1000 |
743 | 745 | ||
746 | |||
744 | [Trees] | 747 | [Trees] |
745 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | 748 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying |
746 | ; default is false | 749 | ; default is false |
@@ -1158,10 +1161,12 @@ | |||
1158 | ; default is false | 1161 | ; default is false |
1159 | Enabled = false | 1162 | Enabled = false |
1160 | 1163 | ||
1164 | |||
1161 | [Hypergrid] | 1165 | [Hypergrid] |
1162 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1166 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1163 | safemode = false | 1167 | safemode = false |
1164 | 1168 | ||
1169 | |||
1165 | [FreeSwitchVoice] | 1170 | [FreeSwitchVoice] |
1166 | ; In order for this to work you need a functioning freeswitch pbx set | 1171 | ; In order for this to work you need a functioning freeswitch pbx set |
1167 | ; up. Configuration for that will be posted in the wiki soon. | 1172 | ; up. Configuration for that will be posted in the wiki soon. |
@@ -1222,11 +1227,13 @@ | |||
1222 | ; | 1227 | ; |
1223 | ; XmlRpcDisableKeepAlive = false | 1228 | ; XmlRpcDisableKeepAlive = false |
1224 | 1229 | ||
1230 | |||
1225 | [PacketPool] | 1231 | [PacketPool] |
1226 | ; Enables the experimental packet pool. Yes, we've been here before. | 1232 | ; Enables the experimental packet pool. Yes, we've been here before. |
1227 | ;RecyclePackets = true; | 1233 | ;RecyclePackets = true; |
1228 | ;RecycleDataBlocks = true; | 1234 | ;RecycleDataBlocks = true; |
1229 | 1235 | ||
1236 | |||
1230 | [LLClient] | 1237 | [LLClient] |
1231 | ; Resend packets markes as reliable until they are received | 1238 | ; Resend packets markes as reliable until they are received |
1232 | ; | 1239 | ; |
@@ -1263,13 +1270,14 @@ | |||
1263 | ;TextureDataLimit = 5 | 1270 | ;TextureDataLimit = 5 |
1264 | 1271 | ||
1265 | ;; | 1272 | ;; |
1266 | ;; These are defatuls that are overwritten below in [Architecture]. | 1273 | ;; These are defaults that are overwritten below in [Architecture]. |
1267 | ;; These defaults allow OpenSim to work out of the box with | 1274 | ;; These defaults allow OpenSim to work out of the box with |
1268 | ;; zero configuration | 1275 | ;; zero configuration |
1269 | ;; | 1276 | ;; |
1270 | [DatabaseService] | 1277 | [DatabaseService] |
1271 | StorageProvider = "OpenSim.Data.SQLite.dll" | 1278 | StorageProvider = "OpenSim.Data.SQLite.dll" |
1272 | 1279 | ||
1280 | |||
1273 | [AssetService] | 1281 | [AssetService] |
1274 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | 1282 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" |
1275 | AssetLoaderArgs = "assets/AssetSets.xml" | 1283 | AssetLoaderArgs = "assets/AssetSets.xml" |