From 0fba60106396a7470fe8d24b69050335424c1c15 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Fri, 22 Jul 2011 21:28:39 -0500 Subject: [PATCH] Switch flat maps in hires template set to lowres - seems excessive --- templates/nether-hires.txt | 8 +++----- templates/normal-hires.txt | 11 ++++------- templates/skylands-hires.txt | 8 +++----- 3 files changed, 10 insertions(+), 17 deletions(-) diff --git a/templates/nether-hires.txt b/templates/nether-hires.txt index 1d1b6327..f299b348 100644 --- a/templates/nether-hires.txt +++ b/templates/nether-hires.txt @@ -19,13 +19,12 @@ templates: name: flat title: "Flat" prefix: flat - perspective: iso_S_90_hires + perspective: iso_S_90_lowres shader: stdtexture lighting: default # Map background color (day or night) background: "#300806" - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 3 - class: org.dynmap.hdmap.HDMap name: nether title: "Surface" @@ -35,5 +34,4 @@ templates: lighting: shadows # Map background color (day or night) background: "#300806" - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 1 diff --git a/templates/normal-hires.txt b/templates/normal-hires.txt index 1787c5ca..8e8a2ed6 100644 --- a/templates/normal-hires.txt +++ b/templates/normal-hires.txt @@ -19,11 +19,10 @@ templates: name: flat title: "Flat" prefix: flat - perspective: iso_S_90_hires + perspective: iso_S_90_lowres shader: stdtexture lighting: default - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 3 - class: org.dynmap.hdmap.HDMap name: surface title: "Surface" @@ -31,8 +30,7 @@ templates: perspective: iso_SE_60_hires shader: stdtexture lighting: shadows - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 1 - class: org.dynmap.hdmap.HDMap name: cave title: "Cave" @@ -40,5 +38,4 @@ templates: perspective: iso_SE_60_lowres shader: cave lighting: default - # Adjust extra zoom in levels - make it 4 to match number of levels for surface map - mapzoomin: 4 + mapzoomin: 3 diff --git a/templates/skylands-hires.txt b/templates/skylands-hires.txt index fce478a1..c150569d 100644 --- a/templates/skylands-hires.txt +++ b/templates/skylands-hires.txt @@ -19,15 +19,14 @@ templates: name: flat title: "Flat" prefix: flat - perspective: iso_S_90_hires + perspective: iso_S_90_lowres shader: stdtexture lighting: default # Background color for map during the day backgroundday: "#153E7E" # Background color for map during the night backgroundnight: "#000000" - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 3 - class: org.dynmap.hdmap.HDMap name: skylands title: "Surface" @@ -39,6 +38,5 @@ templates: backgroundday: "#153E7E" # Background color for map during the night backgroundnight: "#000000" - # Adjust extra zoom in levels - default is 2 - mapzoomin: 2 + mapzoomin: 1 \ No newline at end of file