Add Detail Level 4 textures

- Add remaining markers
This commit is contained in:
Hugues Ross 2020-06-26 15:21:27 -04:00
parent 605e1cdf4f
commit 7b569d942f
32 changed files with 31 additions and 3 deletions

View File

@ -3,7 +3,6 @@
cartographer.biomes.add("icesheet", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_snow",
"ctg_mtg_colored_snow",
});
cartographer.biomes.add("icesheet_ocean", {
"ctg_mtg_simple_water",
@ -12,7 +11,6 @@ cartographer.biomes.add("icesheet_ocean", {
cartographer.biomes.add("icesheet_ocean", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_snow",
"ctg_mtg_colored_snow",
}, 1);
-- Tundra
@ -20,15 +18,18 @@ cartographer.biomes.add("tundra", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_snow",
"ctg_mtg_colored_snow",
"ctg_mtg_tundra",
});
cartographer.biomes.add("tundra_highland", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_snow",
"ctg_mtg_colored_snow",
"ctg_mtg_tundra",
});
cartographer.biomes.add("tundra_beach", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_sand",
"ctg_mtg_tundra",
});
cartographer.biomes.add("tundra_ocean", {
"ctg_mtg_simple_water",
@ -125,6 +126,7 @@ cartographer.biomes.add("desert", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_sand",
"ctg_mtg_colored_sand",
"ctg_mtg_desert_sand",
});
cartographer.biomes.add("desert_ocean", {
"ctg_mtg_simple_water",
@ -139,7 +141,6 @@ cartographer.biomes.add("desert_ocean", {
cartographer.biomes.add("sandstone_desert", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_sand",
"ctg_mtg_colored_sand",
});
cartographer.biomes.add("sandstone_desert_ocean", {
"ctg_mtg_simple_water",
@ -155,6 +156,7 @@ cartographer.biomes.add("cold_desert", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_sand",
"ctg_mtg_colored_sand",
"ctg_mtg_silver_sand",
});
cartographer.biomes.add("cold_desert_ocean", {
"ctg_mtg_simple_water",
@ -170,6 +172,7 @@ cartographer.biomes.add("savanna", {
"ctg_mtg_simple_land",
"ctg_mtg_colored_land",
"ctg_mtg_colored_land",
"ctg_mtg_savanna",
});
cartographer.biomes.add("savanna_shore", {
"ctg_mtg_simple_land",
@ -201,6 +204,31 @@ cartographer.biomes.add("rainforest_ocean", {
});
-- Markers
-- General markers
cartographer.markers.add("ctg_mtg:house", "House", {
"ctg_mtg_marker_house",
"ctg_mtg_marker_house_2",
});
cartographer.markers.add("ctg_mtg:skull", "Skull", {
"ctg_mtg_marker_skull",
});
cartographer.markers.add("ctg_mtg:diamond", "diamond", {
"ctg_mtg_marker_diamond",
"ctg_mtg_marker_diamond_2",
});
cartographer.markers.add("ctg_mtg:mese", "mese", {
"ctg_mtg_marker_mese",
"ctg_mtg_marker_mese_2",
});
cartographer.markers.add("ctg_mtg:x", "X", {
"ctg_mtg_marker_x",
"ctg_mtg_marker_x_2",
});
cartographer.markers.add("ctg_mtg:flag", "Flag", {
"ctg_mtg_marker_flag",
"ctg_mtg_marker_flag_2",
});
-- Line drawing markers
cartographer.markers.add("ctg_mtg:line_h", "Line (Horizontal)", {
"ctg_mtg_marker_line_h",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 B

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 990 B

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 976 B

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1013 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1021 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1023 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 974 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 984 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 994 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 976 B