Add Detail Level 4 textures
- Add remaining markers
34
init.lua
|
@ -3,7 +3,6 @@
|
||||||
cartographer.biomes.add("icesheet", {
|
cartographer.biomes.add("icesheet", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
"ctg_mtg_colored_snow",
|
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("icesheet_ocean", {
|
cartographer.biomes.add("icesheet_ocean", {
|
||||||
"ctg_mtg_simple_water",
|
"ctg_mtg_simple_water",
|
||||||
|
@ -12,7 +11,6 @@ cartographer.biomes.add("icesheet_ocean", {
|
||||||
cartographer.biomes.add("icesheet_ocean", {
|
cartographer.biomes.add("icesheet_ocean", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
"ctg_mtg_colored_snow",
|
|
||||||
}, 1);
|
}, 1);
|
||||||
|
|
||||||
-- Tundra
|
-- Tundra
|
||||||
|
@ -20,15 +18,18 @@ cartographer.biomes.add("tundra", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
|
"ctg_mtg_tundra",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("tundra_highland", {
|
cartographer.biomes.add("tundra_highland", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
"ctg_mtg_colored_snow",
|
"ctg_mtg_colored_snow",
|
||||||
|
"ctg_mtg_tundra",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("tundra_beach", {
|
cartographer.biomes.add("tundra_beach", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
|
"ctg_mtg_tundra",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("tundra_ocean", {
|
cartographer.biomes.add("tundra_ocean", {
|
||||||
"ctg_mtg_simple_water",
|
"ctg_mtg_simple_water",
|
||||||
|
@ -125,6 +126,7 @@ cartographer.biomes.add("desert", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
|
"ctg_mtg_desert_sand",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("desert_ocean", {
|
cartographer.biomes.add("desert_ocean", {
|
||||||
"ctg_mtg_simple_water",
|
"ctg_mtg_simple_water",
|
||||||
|
@ -139,7 +141,6 @@ cartographer.biomes.add("desert_ocean", {
|
||||||
cartographer.biomes.add("sandstone_desert", {
|
cartographer.biomes.add("sandstone_desert", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
"ctg_mtg_colored_sand",
|
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("sandstone_desert_ocean", {
|
cartographer.biomes.add("sandstone_desert_ocean", {
|
||||||
"ctg_mtg_simple_water",
|
"ctg_mtg_simple_water",
|
||||||
|
@ -155,6 +156,7 @@ cartographer.biomes.add("cold_desert", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
"ctg_mtg_colored_sand",
|
"ctg_mtg_colored_sand",
|
||||||
|
"ctg_mtg_silver_sand",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("cold_desert_ocean", {
|
cartographer.biomes.add("cold_desert_ocean", {
|
||||||
"ctg_mtg_simple_water",
|
"ctg_mtg_simple_water",
|
||||||
|
@ -170,6 +172,7 @@ cartographer.biomes.add("savanna", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
"ctg_mtg_colored_land",
|
"ctg_mtg_colored_land",
|
||||||
"ctg_mtg_colored_land",
|
"ctg_mtg_colored_land",
|
||||||
|
"ctg_mtg_savanna",
|
||||||
});
|
});
|
||||||
cartographer.biomes.add("savanna_shore", {
|
cartographer.biomes.add("savanna_shore", {
|
||||||
"ctg_mtg_simple_land",
|
"ctg_mtg_simple_land",
|
||||||
|
@ -201,6 +204,31 @@ cartographer.biomes.add("rainforest_ocean", {
|
||||||
});
|
});
|
||||||
|
|
||||||
-- Markers
|
-- 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
|
-- Line drawing markers
|
||||||
cartographer.markers.add("ctg_mtg:line_h", "Line (Horizontal)", {
|
cartographer.markers.add("ctg_mtg:line_h", "Line (Horizontal)", {
|
||||||
"ctg_mtg_marker_line_h",
|
"ctg_mtg_marker_line_h",
|
||||||
|
|
Before Width: | Height: | Size: 961 B After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
Before Width: | Height: | Size: 990 B After Width: | Height: | Size: 990 B |
Before Width: | Height: | Size: 976 B After Width: | Height: | Size: 976 B |
BIN
textures/ctg_mtg_desert_sand.1.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
textures/ctg_mtg_desert_sand.2.png
Normal file
After Width: | Height: | Size: 994 B |
BIN
textures/ctg_mtg_desert_sand.3.png
Normal file
After Width: | Height: | Size: 990 B |
BIN
textures/ctg_mtg_desert_sand.4.png
Normal file
After Width: | Height: | Size: 976 B |
BIN
textures/ctg_mtg_marker_diamond.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_diamond_2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_flag.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_flag_2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_house.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_house_2.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_mese.png
Normal file
After Width: | Height: | Size: 1013 B |
BIN
textures/ctg_mtg_marker_mese_2.png
Normal file
After Width: | Height: | Size: 1021 B |
BIN
textures/ctg_mtg_marker_skull.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
textures/ctg_mtg_marker_x.png
Normal file
After Width: | Height: | Size: 1023 B |
BIN
textures/ctg_mtg_marker_x_2.png
Normal file
After Width: | Height: | Size: 1023 B |
BIN
textures/ctg_mtg_savanna.1.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
textures/ctg_mtg_savanna.2.png
Normal file
After Width: | Height: | Size: 974 B |
BIN
textures/ctg_mtg_savanna.3.png
Normal file
After Width: | Height: | Size: 983 B |
BIN
textures/ctg_mtg_savanna.4.png
Normal file
After Width: | Height: | Size: 984 B |
BIN
textures/ctg_mtg_silver_sand.1.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
textures/ctg_mtg_silver_sand.2.png
Normal file
After Width: | Height: | Size: 994 B |
BIN
textures/ctg_mtg_silver_sand.3.png
Normal file
After Width: | Height: | Size: 990 B |
BIN
textures/ctg_mtg_silver_sand.4.png
Normal file
After Width: | Height: | Size: 976 B |
BIN
textures/ctg_mtg_tundra.1.png
Normal file
After Width: | Height: | Size: 961 B |
BIN
textures/ctg_mtg_tundra.2.png
Normal file
After Width: | Height: | Size: 994 B |
BIN
textures/ctg_mtg_tundra.3.png
Normal file
After Width: | Height: | Size: 990 B |
BIN
textures/ctg_mtg_tundra.4.png
Normal file
After Width: | Height: | Size: 976 B |