-
-
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.
Tweaks for vanilla CK3 compatibility (#2212) #patch
closes #2168 closes #2135 --------- Co-authored-by: codefactor-io <[email protected]>
- Loading branch information
1 parent
d036aac
commit 59d25c1
Showing
13 changed files
with
3,101 additions
and
1,082 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
41 changes: 33 additions & 8 deletions
41
ImperatorToCK3/Data_Files/configurables/ck3_characters_to_preserve.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,12 +1,37 @@ | ||
# This file should contain a simple, whitespace-separate list | ||
# This file should contain a simple whitespace-separated lists | ||
# of CK3 character IDs to preserve from purging. | ||
# Comments are allowed, and start with a '#' character. | ||
|
||
# Characters referenced in artifacts: | ||
33922 # Muhammad | ||
# Characters in the keep_as_is list will be preserved with their original birth and death dates. | ||
keep_as_is = { | ||
# Characters referenced in artifacts: | ||
33922 # Muhammad | ||
} | ||
|
||
# Characters referenced in common/character_interactions/00_debug_interactions.txt: | ||
159835 # King Arthur | ||
|
||
# Characters referenced in achievements: | ||
109607 | ||
# Characters in the after_bookmark_date will be preserved, but their birth dates will be | ||
# set to a date after the bookmark date. This is useful for characters referenced in CK3 script files, | ||
# but who we don't actually want to exist in the game. | ||
# Consider it an error suppressor. | ||
after_bookmark_date = { | ||
# Characters referenced in common\casus_belli_types\00_event_war.txt: | ||
124 # Tostig | ||
140 # William the Conqueror | ||
|
||
# Characters referenced in common/character_interactions/00_debug_interactions.txt: | ||
159835 # King Arthur | ||
|
||
# Characters referenced in common\council_positions\00_council_positions.txt: | ||
528 | ||
|
||
# Characters referenced in common\script_values\00_diarchy_values.txt: | ||
214 | ||
|
||
# Characters referenced in common\script_values\00_war_values.txt: | ||
6878 | ||
|
||
# Characters referenced in common\scripted_modifiers\00_faction_modifiers.txt: | ||
73683 | ||
|
||
# Characters referenced in achievements: | ||
109607 | ||
} |
8 changes: 8 additions & 0 deletions
8
ImperatorToCK3/Data_Files/configurables/dynasties_to_preserve.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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# This file should contain a simple whitespace-separated list of | ||
# of CK3 dynasty IDs to preserve from purging. | ||
# Comments are allowed, and start with a '#' character. | ||
|
||
jamshid | ||
100721 # Abbasid, referenced in events\dlc\fp2\fp2_yearly_events.txt | ||
1029100 # Sassanid, referenced in events\dlc\fp3\fp3_struggle_events.txt | ||
613 # Seljuk, referenced in events\yearly_events\yearly_events_persia.txt |
13 changes: 13 additions & 0 deletions
13
ImperatorToCK3/Data_Files/configurables/dynasty_houses_to_preserve.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# This file should contain a simple whitespace-separated list of | ||
# of CK3 dynasty house IDs to preserve from purging. | ||
# Comments are allowed, and start with a '#' character. | ||
|
||
house_seljuk # referenced in common\scripted_effects\01_dlc_fp3_scripted_effects.txt | ||
house_borjigin # referenced in common\scripted_character_templates\00_mongol_templates.txt | ||
house_onggirat # referenced in common\scripted_character_templates\00_mongol_templates.txt | ||
house_olkhunut # referenced in common\scripted_character_templates\00_mongol_templates.txt | ||
house_uriankhai # referenced in common\scripted_character_templates\00_mongol_templates.txt | ||
house_harmaytan # referenced in common\scripted_character_templates\04_fp3_character_templates.txt | ||
house_tusi # referenced in common\scripted_character_templates\04_fp3_character_templates.txt | ||
house_tumert # referenced in common\scripted_effects\00_almohad_invasion_effects.txt | ||
house_almohad # referenced in common\scripted_effects\00_almohad_invasion_effects.txt |
Oops, something went wrong.