aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example23
1 files changed, 23 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 28c16cf..e3b91ae 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -308,6 +308,18 @@
308 ;; got a large number of objects, so you can turn it off here if you'd like. 308 ;; got a large number of objects, so you can turn it off here if you'd like.
309 ; DrawPrimOnMapTile = true 309 ; DrawPrimOnMapTile = true
310 310
311 ;# {TexturePrims} {} {Texture prims on map tiles?} {true false} true
312 ;; Texture the faces of the prims that are rendered on the map tiles.
313 ; TexturePrims = true
314
315 ;# {TexturePrimSize} {} {Size of prims to texture faces?} {} 48
316 ;; Only texture prims that have a diagonal size greater than this number
317 ; TexturePrimSize = 48
318
319 ;# {RenderMeshes} {} {Render meshes and sculpties on map tiles?} {true false} false
320 ;; Attempt to render meshes and sculpties on the map
321 ; RenderMeshes = false;
322
311 323
312[Permissions] 324[Permissions]
313 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule 325 ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule
@@ -691,6 +703,12 @@
691 ; enable_windlight = false 703 ; enable_windlight = false
692 704
693 705
706[Materials]
707 ;# {enable_materials} {} {Enable Materials support?} {true false} true
708 ;; This enables the use of Materials.
709 ; enable_materials = true
710
711
694[DataSnapshot] 712[DataSnapshot]
695 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false 713 ;# {index_sims} {} {Enable data snapshotting (search)?} {true false} false
696 ;; The following set of configs pertains to search. 714 ;; The following set of configs pertains to search.
@@ -1048,6 +1066,11 @@
1048 ;; If un-set / "" the module is disabled 1066 ;; If un-set / "" the module is disabled
1049 ;; ProfileServiceURL = http://127.0.0.1:8002 1067 ;; ProfileServiceURL = http://127.0.0.1:8002
1050 1068
1069[XBakes]
1070 ;# {URL} {} {Set URL for Baked texture service} {}
1071 ;; Sets the URL for the baked texture ROBUST service.
1072 ;; Disabled when unset.
1073 ;; URL = http://127.0.0.1:8003
1051 1074
1052[Architecture] 1075[Architecture]
1053 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini 1076 ;# {Include-Architecture} {} {Choose one of the following architectures} {config-include/Standalone.ini config-include/StandaloneHypergrid.ini config-include/Grid.ini config-include/GridHypergrid.ini config-include/SimianGrid.ini config-include/HyperSimianGrid.ini} config-include/Standalone.ini