diff options
author | TomTheDragon | 2017-11-05 17:33:13 -0500 |
---|---|---|
committer | UbitUmarov | 2017-11-13 20:43:16 +0000 |
commit | 98f90f4eed231724f1105f19d9bc29cb23b3e5bf (patch) | |
tree | 3842b486087b5640256bbd15ac23a49ff9aabea2 /bin | |
parent | mantis 8253: don't let attachments delete remove controls from viewers on cro... (diff) | |
download | opensim-SC-98f90f4eed231724f1105f19d9bc29cb23b3e5bf.zip opensim-SC-98f90f4eed231724f1105f19d9bc29cb23b3e5bf.tar.gz opensim-SC-98f90f4eed231724f1105f19d9bc29cb23b3e5bf.tar.bz2 opensim-SC-98f90f4eed231724f1105f19d9bc29cb23b3e5bf.tar.xz |
Changing map tile colors This change also allows setting the water color, as well as the 4 colors for textured map tiles.
Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
Diffstat (limited to '')
-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 |