Skip to content

Commit 54fbad3

Browse files
committed
Rename mapping files in preparation for TI -> vanilla CK3 mappings
1 parent 82e8b10 commit 54fbad3

File tree

3 files changed

+162
-149
lines changed

3 files changed

+162
-149
lines changed

ImperatorToCK3/CK3/World.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,9 +497,9 @@ private void LoadCorrectProvinceMappingsFile(Imperator.World irWorld, Configurat
497497
} else if (irHasTI && ck3HasAEP) {
498498
mappingsToUse = "terra_indomita_to_aep";
499499
} else if (irWorld.InvictusDetected) {
500-
mappingsToUse = "imperator_invictus";
500+
mappingsToUse = "invictus_to_vanilla_ck3";
501501
} else {
502-
mappingsToUse = "imperator_vanilla";
502+
mappingsToUse = "vanilla_ir_to_vanilla_ck3";
503503
Logger.Warn("Support for non-Invictus Imperator saves is deprecated.");
504504
}
505505

0 commit comments

Comments
 (0)