Update examples in worlds.txt to HDMap based maps

This commit is contained in:
Mike Primm 2012-01-07 15:19:27 +08:00 committed by mikeprimm
parent 55972a4d16
commit 4a80b71a12

View File

@ -60,63 +60,30 @@ worlds:
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one) # # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
# extrazoomout: 3 # extrazoomout: 3
# maps: # maps:
# - class: org.dynmap.flat.FlatMap # - class: org.dynmap.hdmap.HDMap
# name: flat # name: flat
# title: "Flat" # title: "Flat"
# prefix: flat # prefix: flat
# colorscheme: default # perspective: iso_S_90_lowres
# # The textured setting makes the flat render toning much more consistent with the other maps: set to 'none' for the original flat texture, 'smooth' for blended tile top colors, 'dither' for dither pattern # shader: stdtexture
# textured: smooth # lighting: shadows
# # To render a world as a "night view", set shadowstrength and ambientlight # mapzoomin: 1
# shadowstrength: 1.0 # - class: org.dynmap.hdmap.HDMap
# ambientlight: 4 # name: surface
# # To render both night and day versions of tiles (when ambientlight is set), set true # title: "Surface"
# night-and-day: true # prefix: t
# # Option to turn on transparency support (off by default) - slows render # perspective: iso_SE_30_hires
# transparency: true # shader: stdtexture
# # Background color for map during the day # lighting: shadows
# backgroundday: "#153E7E" # mapzoomin: 1
# # Background color for map during the night # - class: org.dynmap.hdmap.HDMap
# backgroundnight: "#000000" # name: cave
# # Backgrounc color for map (independent of night/day) # title: "Cave"
# background: "#000000" # prefix: ct
# - class: org.dynmap.kzedmap.KzedMap # perspective: iso_SE_60_lowres
# renderers: # shader: cave
# - class: org.dynmap.kzedmap.DefaultTileRenderer # lighting: default
# name: surface # mapzoomin: 3
# title: "Surface"
# prefix: t
# maximumheight: 127
# colorscheme: default
# # Add shadows to world (based on top-down shadows from chunk data)
# shadowstrength: 1.0
# # To render a world as a "night view", set shadowstrength and ambientlight
# ambientlight: 4
# # To render both night and day versions of tiles (when ambientlight is set), set true
# night-and-day: true
# # Option to turn off transparency support (on by default) - speeds render
# transparency: false
# # Background color for map during the day
# backgroundday: "#153E7E"
# # Background color for map during the night
# backgroundnight: "#000000"
# # Backgrounc color for map (independent of night/day)
# background: "#000000"
# # Sets the icon to 'images/block_custom.png'
# icon: custom
# - class: org.dynmap.kzedmap.HighlightTileRenderer
# prefix: ht
# maximumheight: 127
# colorscheme: default
# highlight: # For highlighting multiple block-types.
# - 56 # Highlight diamond-ore
# - 66 # Highlight minecart track
# highlight: 56 # For highlighting a single block-type.
# - class: org.dynmap.kzedmap.CaveTileRenderer
# name: cave
# title: "Cave"
# prefix: ct
# maximumheight: 127
# #
# To just label world, and inherit rest from template, just provide name and title # To just label world, and inherit rest from template, just provide name and title
#- name: world2 #- name: world2
@ -131,18 +98,23 @@ worlds:
# # Number of extra zoom-out levels for world (each level is twice as big as the previous one) # # Number of extra zoom-out levels for world (each level is twice as big as the previous one)
# extrazoomout: 3 # extrazoomout: 3
# maps: # maps:
# - class: org.dynmap.flat.FlatMap # - class: org.dynmap.hdmap.HDMap
# name: flat # name: flat
# title: "Flat" # title: "Flat"
# prefix: flat # prefix: flat
# colorscheme: default # perspective: iso_S_90_lowres
# # The textured setting makes the flat render toning much more consistent with the other maps: set to 'none' for the original flat texture, 'smooth' for blended tile top colors, 'dither' for dither pattern # shader: stdtexture
# textured: smooth # lighting: nethershadows
# - class: org.dynmap.kzedmap.KzedMap # # Map background color (day or night)
# renderers: # background: "#300806"
# - class: org.dynmap.kzedmap.DefaultTileRenderer # mapzoomin: 1
# name: nether # - class: org.dynmap.hdmap.HDMap
# title: "Surface" # name: nether
# prefix: nt # title: "Surface"
# maximumheight: 127 # prefix: nt
# colorscheme: default # perspective: iso_SE_30_hires
# shader: stdtexture
# lighting: nethershadows
# # Map background color (day or night)
# background: "#300806"
# mapzoomin: 1