doggyland

This commit is contained in:
trashb0at 2024-11-14 12:41:31 -05:00
parent 35a9d72b49
commit 31b837b2ba
14 changed files with 106 additions and 18 deletions

View file

@ -19,7 +19,77 @@ e_scandinavia = {
add = @correct_culture_primary_score add = @correct_culture_primary_score
} }
} }
k_doggerland= {
color = {239 247 254}
capital = c_favrsted # favrsted
d_doggerland = {
color = { 239 247 254 }
capital = c_favrsted # favrsted
c_favrsted = {
color = { 1 1 1 }
b_favrsted= {
province = 9685
color = { 255 245 245 }
}
b_fljot = {
province = 9686
color = { 255 245 245 }
}
b_akranes = {
province = 9692
color = { 255 245 245 }
}
}
c_hestr = {
color = { 1 1 1 }
b_melar = {
province = 9687
color = { 255 245 245 }
}
b_hestr = {
province = 9688
color = { 255 245 245 }
}
}
c_north_doggerland = {
color = { 200 247 254 }
b_storo = {
province = 9689
color = { 1 1 1 }
}
b_flekkevinger = {
province = 9693
color = { 1 1 1 }
}
b_ydreoer = {
province = 9690
color = { 1 1 1 }
}
b_lileo = {
province = 9691
color = { 1 1 1 }
}
}
}
}
k_iceland = { k_iceland = {
color = {121 162 156} color = {121 162 156}

View file

@ -8860,3 +8860,12 @@ default_coastal_sea=coastal_sea
9681=forest 9681=forest
9682=forest 9682=forest
9683=farmlands 9683=farmlands
9685=farmlands
9686=farmlands
9687=plains
9688=plains
9689=plains
9690=plains
9691=plains
9692=farmlands
9693=plains

BIN
gfx/map/terrain/beach_02_mask.png (Stored with Git LFS)

Binary file not shown.

BIN
gfx/map/terrain/detail_index.tga (Stored with Git LFS)

Binary file not shown.

BIN
gfx/map/terrain/detail_intensity.tga (Stored with Git LFS)

Binary file not shown.

BIN
gfx/map/terrain/farmland_01_mask.png (Stored with Git LFS)

Binary file not shown.

BIN
gfx/map/terrain/plains_01_rough_mask.png (Stored with Git LFS)

Binary file not shown.

View file

@ -9683,3 +9683,12 @@
9682;93;78;41;Cullenagh;x 9682;93;78;41;Cullenagh;x
9683;135;81;169;Connello;x 9683;135;81;169;Connello;x
9684;177;84;42;Dunkerron;x 9684;177;84;42;Dunkerron;x
9685;96;98;76;Favrsted;x
9686;210;42;128;Fljot;x
9687;121;22;75;Melar;x
9688;88;56;125;Hestr;x
9689;253;208;212;Storo;x
9690;11;22;18;Ydreoer;x
9691;136;166;172;Lileo;x
9692;101;105;122;Akranes;x
9693;95;65;192;Flekkevinger;x
1 0 0 0 0 x x
9683 9682 93 78 41 Cullenagh x
9684 9683 135 81 169 Connello x
9685 9684 177 84 42 Dunkerron x
9686 9685 96 98 76 Favrsted x
9687 9686 210 42 128 Fljot x
9688 9687 121 22 75 Melar x
9689 9688 88 56 125 Hestr x
9690 9689 253 208 212 Storo x
9691 9690 11 22 18 Ydreoer x
9692 9691 136 166 172 Lileo x
9693 9692 101 105 122 Akranes x
9694 9693 95 65 192 Flekkevinger x

View file

@ -3,6 +3,6 @@ indirection_file="map_data/indirection_heightmap.png"
original_heightmap_size={ 8192 4096 } original_heightmap_size={ 8192 4096 }
tile_size=33 tile_size=33
should_wrap_x=no should_wrap_x=no
level_offsets={ { 0 0 } { 0 2953 } { 0 3641 } { 0 3776 } { 0 3793 } } level_offsets={ { 0 0 } { 0 3151 } { 0 3839 } { 0 3933 } { 0 3980 } }
max_compress_level=4 max_compress_level=4
empty_tile_offset={ 115 66 } empty_tile_offset={ 176 29 }

BIN
map_data/heightmap.png (Stored with Git LFS)

Binary file not shown.

BIN
map_data/indirection_heightmap.png (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
map_data/packed_heightmap.png (Stored with Git LFS)

Binary file not shown.

BIN
map_data/provinces.png (Stored with Git LFS)

Binary file not shown.