From 3cc16b28e8751491b131c08803ac04d068dff357 Mon Sep 17 00:00:00 2001 From: edwardtheelbowhigh <73761109+edwardtheelbowhigh@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:27:13 +0000 Subject: [PATCH] coa and som player stack locators --- .../coat_of_arms/NEOW_dynasties.txt | 127 ++++++++++++++++-- .../coat_of_arms/NEOW_landed_titles.txt | 70 ++++++++++ .../map_object_data/player_stack_locators.txt | 18 +++ 3 files changed, 203 insertions(+), 12 deletions(-) diff --git a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt index e39e2c7d..8abbe789 100644 --- a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt +++ b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_dynasties.txt @@ -2765,34 +2765,137 @@ dynn_britannia_giray = { } house_britannia_juny = { - pattern="pattern_solid.dds" - color1=grey - color2=white - color3=red + pattern="pattern_barruly_12.dds" + color1=red + color2=black + color3=blue + colored_emblem={ + color1=red + color2=red + color3=black + texture="ce_lion_rampant_per_pale.dds" + mask={ 0 2 0 } + instance={ + position={ 0.300000 0.260000 } + scale={ 0.340000 0.340000 } + depth=2.010000 + } + + instance={ + position={ 0.720000 0.760000 } + scale={ 0.340000 0.340000 } + depth=3.010000 + } + + } + + colored_emblem={ + color1=white + texture="ce_block_02.dds" + instance={ + position={ 0.000000 1.000000 } + depth=10.010000 + } + + instance={ + position={ 1.000000 0.000000 } + depth=11.010000 + } + + } + colored_emblem={ color1=black - texture="ce_fleur.dds" + texture="ce_pales_02.dds" instance={ - position={ 0.500000 0.700000 } - scale={ 0.400000 0.400000 } + position={ 0.710000 0.000000 } + scale={ 0.580000 1.000000 } + depth=8.010000 } instance={ - position={ 0.750000 0.300000 } - scale={ 0.380000 0.380000 } + position={ 0.290000 1.000000 } + scale={ 0.560000 1.000000 } + depth=9.010000 + } + + } + + colored_emblem={ + color1=white + color2=white + color3=black + texture="ce_lion_rampant_per_pale.dds" + mask={ 1 0 0 } + instance={ + position={ 0.300000 0.260000 } + scale={ 0.340000 0.340000 } + depth=4.010000 + } + + instance={ + position={ 0.720000 0.760000 } + scale={ 0.340000 0.340000 } + depth=5.010000 + } + + } + + colored_emblem={ + color1=blue + texture="ce_block_02.dds" + instance={ + position={ 0.710000 0.750000 } + scale={ 0.260000 0.340000 } + depth=6.010000 + } + + instance={ + position={ 0.290000 0.250000 } + scale={ 0.260000 0.340000 } + depth=7.010000 + } + + } + + colored_emblem={ + color1=yellow + color2=yellow + texture="ce_crown.dds" + instance={ + position={ 0.320000 0.110000 } + scale={ 0.050000 0.050000 } + rotation=8 + } + + instance={ + position={ 0.730000 0.610000 } + scale={ 0.050000 0.050000 } depth=1.010000 + rotation=8 + } + + } + + colored_emblem={ + color1=white + color2=red + texture="ce_checkers_12.dds" + instance={ + position={ 1.000000 1.000000 } + depth=12.010000 } instance={ - position={ 0.250000 0.300000 } - scale={ 0.380000 0.380000 } - depth=2.010000 + position={ 0.000000 0.000000 } + depth=13.010000 } } } + dynn_britannia_newton={ pattern="pattern__solid_designer.dds" color1=black diff --git a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt index 6058f930..0984450b 100644 --- a/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt +++ b/N3OW/common/coat_of_arms/coat_of_arms/NEOW_landed_titles.txt @@ -1336,6 +1336,76 @@ k_sicily={ } } + +d_south_tyrol={ + pattern="pattern_horizontal_split_01.dds" + color1=white + color2=blue + color3=blue + colored_emblem={ + color1=white + texture="ce_block_02.dds" + instance={ + depth=3.010000 + } + + } + + colored_emblem={ + color1=red + color2=yellow + color3=black + texture="ce_eagle_crown_boned.dds" + instance={ + position={ 0.290000 0.270000 } + scale={ 0.560000 0.560000 } + } + instance={ + position={ 0.710000 0.270000 } + scale={ 0.560000 0.560000 } + } + instance={ + position={ 0.290000 0.750000 } + scale={ 0.560000 0.560000 } + } + instance={ + position={ 0.710000 0.750000 } + scale={ 0.560000 0.560000 } + } + } + colored_emblem={ + color1=black + color2=yellow + color3=yellow + texture="ce_eagle_crown_boned.dds" + instance={ + position={ 0.290000 0.270000 } + scale={ 0.50000 0.50000 } + } + instance={ + position={ 0.710000 0.750000 } + scale={ 0.500000 0.500000 } + } + } + colored_emblem={ + color1=black + texture="ce_block_05.dds" + instance={ + scale={ 0.400000 1.000000 } + depth=1.010000 + rotation=90 + } + + instance={ + scale={ 1.000000 0.350001 } + depth=2.010000 + } + + } + +} + + k_lombaro_veneto={ custom=yes pattern="pattern_checkers_02.dds" diff --git a/N3OW/gfx/map/map_object_data/player_stack_locators.txt b/N3OW/gfx/map/map_object_data/player_stack_locators.txt index c7113c91..6c9b0081 100644 --- a/N3OW/gfx/map/map_object_data/player_stack_locators.txt +++ b/N3OW/gfx/map/map_object_data/player_stack_locators.txt @@ -55595,6 +55595,12 @@ game_object_locator={ rotation={ 0.000000 0.224581 0.000000 0.974455 } scale={ 1.000000 1.000000 1.000000 } } + { + id=9667 + position={ 605.000000 0.000000 3531.000000 } + rotation={ 0.000000 0.099425 0.000000 -0.995045 } + scale={ 1.000000 1.000000 1.000000 } + } { id=9669 position={ 565.000000 0.000000 3575.000000 } @@ -55631,12 +55637,24 @@ game_object_locator={ rotation={ 0.000000 0.455445 0.000000 0.890264 } scale={ 1.000000 1.000000 1.000000 } } + { + id=9677 + position={ 581.000000 0.000000 3514.000000 } + rotation={ 0.000000 0.455445 0.000000 0.890264 } + scale={ 1.000000 1.000000 1.000000 } + } { id=9679 position={ 7140.000000 0.000000 2324.000000 } rotation={ 0.000000 0.999892 0.000000 0.014724 } scale={ 1.000000 1.000000 1.000000 } } + { + id=9680 + position={ 596.000000 0.000000 3413.000000 } + rotation={ 0.000000 0.999892 0.000000 0.014724 } + scale={ 1.000000 1.000000 1.000000 } + } { id=9681 position={ 6615.000000 0.000000 1024.000000 }