-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash on loading an 867 AD conversion in CK3 (#2217) #patch
closes #2130
- Loading branch information
1 parent
63c4c96
commit edf280f
Showing
13 changed files
with
1,228 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 0 additions & 29 deletions
29
...orToCK3/Data_Files/blankMod/output/common/coat_of_arms/coat_of_arms/IRToCK3_dynasties.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,2 @@ | ||
# The vanilla CK3 Oghuz dynasty needs a CoA because we preserve the Seljuk cadet house. | ||
7327 = k_oghuz_il | ||
100721 = { # Abbasid | ||
pattern = "pattern_solid.dds" | ||
color1 = "black" | ||
color2 = "white" | ||
colored_emblem = { | ||
texture = "ce_block_02.dds" | ||
color1 = "black" | ||
color2 = "black" | ||
instance = { position = { 0.5 0.5 } scale = { 1.0 1.0 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_block_02.dds" | ||
color1 = "black" | ||
color2 = "black" | ||
instance = { position = { 0.5 0.48 } scale = { 0.70 0.70 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_border_circle_fimbriated.dds" | ||
color1 = "black" | ||
color2 = "white" | ||
instance = { position = { 0.5 0.48 } scale = { 0.75 0.75 } } | ||
} | ||
colored_emblem = { | ||
texture = "ce_arabic_basmala_kufic.dds" | ||
color1 = "white" | ||
color2 = "white" | ||
instance = { position = { 0.5 0.48 } scale = { 0.64 0.64 } } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.