diff options
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 7 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 26eb8ed..7e7b231 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -265,9 +265,10 @@ | |||
265 | ; DefaultScriptEngine = "XEngine" | 265 | ; DefaultScriptEngine = "XEngine" |
266 | 266 | ||
267 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true | 267 | ;# {GenerateMaptiles} {} {Generate map tiles?} {true false} true |
268 | ;; Map tile options. You can choose to generate no map tiles at all, | 268 | ;; Map tile options. You can choose to generate normal maptiles or nominate an uploaded texture to |
269 | ;; generate normal maptiles, or nominate an uploaded texture to | 269 | ;; be the map tile using the MaptileStaticUUID parameter in this section or for individual regions in |
270 | ;; be the map tile | 270 | ;; the regions config file(s). If you do not want to upload map tiles at all, then you will need |
271 | ;; to disable the MapImageServiceModule entirely. | ||
271 | ; GenerateMaptiles = true | 272 | ; GenerateMaptiles = true |
272 | 273 | ||
273 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 | 274 | ;# {MaptileRefresh} {GenerateMaptiles} {Maptile refresh period?} {} 0 |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index fa88146..2edc1f8 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1,7 +1,6 @@ | |||
1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden | 1 | ; This file contains defaults for various settings in OpenSimulator. These can be overriden |
2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). | 2 | ; by changing the same setting in OpenSim.ini (once OpenSim.ini.example has been copied to OpenSim.ini). |
3 | 3 | ||
4 | |||
5 | [Startup] | 4 | [Startup] |
6 | ; Console prompt | 5 | ; Console prompt |
7 | ; Certain special characters can be used to customize the prompt | 6 | ; Certain special characters can be used to customize the prompt |