diff options
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ceded47..14a41b0 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -370,6 +370,21 @@ | |||
370 | ;; Attempt to render meshes and sculpties on the map. | 370 | ;; Attempt to render meshes and sculpties on the map. |
371 | ; RenderMeshes = false | 371 | ; RenderMeshes = false |
372 | 372 | ||
373 | ;# {MapColorWater} {} {Water color for textured and shaded maps} {"#1D475F"} | ||
374 | ; MapColorWater = "#3399FF" | ||
375 | |||
376 | ;# {MapColor1} {} {Terrain color 1 for textured maps} {"#A58976"} | ||
377 | ; MapColor1 = "#A58976" | ||
378 | |||
379 | ;# {MapColor2} {} {Terrain color 2 for textured maps} {"#455931"} | ||
380 | ; MapColor2 = "#455931" | ||
381 | |||
382 | ;# {MapColor3} {} {Terrain color 3 for textured maps} {"#A29A8D"} | ||
383 | ; MapColor3 = "#A29A8D" | ||
384 | |||
385 | ;# {MapColor4} {} {Terrain color 4 for textured maps} {"#C8C8C8"} | ||
386 | ; MapColor4 = "#C8C8C8" | ||
387 | |||
373 | 388 | ||
374 | [Permissions] | 389 | [Permissions] |
375 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule | 390 | ;# {permissionmodules} {} {Permission modules to use (may specify multiple modules, separated by comma} {} DefaultPermissionsModule |