Skip to content

Commit 5f523cb

Browse files
authored
Support for the Antiquitas mod for I:R (#2745) #minor
https://steamcommunity.com/sharedfiles/filedetails/?id=2992438857
1 parent 76fb5b0 commit 5f523cb

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

ImperatorToCK3/Data_Files/configurables/culture_map.txt

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ link = { ck3=cilician ir=cilician ir=kennataian ir=cennatean ir=lalasian }
160160
link = { ck3 = lydian ir = lydian }
161161
link = { ck3=anatolian ir=lycaonian ir=cappadocian ir=pontic ir=paphlagonian ir=milyadian ir=oroandian ir=cabalian ir=morimenian ir=cataonian } # Used to map to converter's hittite culture
162162
link = { ck3 = phrygian ir = phrygian ir = mysian }
163+
link = { ck3 = phrygian ir = mygdonian } # mygdonian comes from the Antiquitas mod.
163164
link = { ck3 = kizzuwatnan ir = kizzuwatnan }
164165
link = { ck3 = trojan ir = trojan }
165166
#Invictus mod
@@ -535,7 +536,8 @@ link = { ck3 = norman ir = norman } # https://steamcommunity.com/sharedfiles/fil
535536

536537
@sicilian_cultures = "ir = siculian ir = elymian ir = sicanian" # Elymian and Sicanian are Terra-Indomita cultures that go along with vanilla siculian culture
537538
@picenian_cultures = "ir = south_picena ir = north_picena" # Terra-Indomita cultures, easier to group together since they should be mapped together
538-
@ir_latin_cultures = "ir = roman ir = osco_umbrian ir = umbrian ir = samnite ir = ligurian ir = lucanian ir = bruttian ir = sardonian @sicilian_cultures @picenian_cultures"
539+
@ir_antiquitas_italic_cultures = "ir = latins ir = volsci ir = capuan"
540+
@ir_latin_cultures = "ir = roman ir = osco_umbrian ir = umbrian ir = samnite ir = ligurian ir = lucanian ir = bruttian ir = sardonian @sicilian_cultures @picenian_cultures @ir_antiquitas_italic_cultures"
539541
# The Glory of Rome
540542
link = { ck3 = roman @ir_latin_cultures @roman_tags }
541543

@@ -566,9 +568,19 @@ link = { ck3 = afro_roman @ir_latin_cultures @culture_splitting_region_O }
566568
# Default
567569
link = { ck3 = ligustic ir = ligurian }
568570
link = { ck3 = venetic ir = venetic ir=histrian } # histrian moved to italic in Invictus
569-
link = { ck3 = roman ir = roman }
571+
link = {
572+
ck3 = roman
573+
ir = roman
574+
ir = latins # Comes from the Antiquitas mod. Latins were the Italic tribe that spoke Latin.
575+
}
570576
link = { ck3 = samnite ir = samnite ir = lucanian ir = bruttian }
571-
link = { ck3 = oscan ir = osco_umbrian ir = umbrian @picenian_cultures } # Added Picenian cultures here since in game description says that speak a language like Umbrian ~~tanner918
577+
link = {
578+
ck3 = oscan
579+
ir = osco_umbrian ir = umbrian
580+
ir = capuan # Comes from the Antiquitas mod.
581+
ir = volsci # Comes from the Antiquitas mod. Volsci belonged the Osco-Umbrian family. https://en.wikipedia.org/wiki/List_of_ancient_Italic_peoples
582+
@picenian_cultures # Added Picenian cultures here since in game description says that speak a language like Umbrian ~~tanner918
583+
}
572584
link = { ck3 = sardonian ir = sardonian }
573585
link = { ck3 = siculian @sicilian_cultures }
574586

ImperatorToCK3/Data_Files/converter_globals/FAQ.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ Q: What about mods?
1515
A: The converter officially supports these Imperator mods:
1616
- Imperator: Invictus (https://steamcommunity.com/workshop/filedetails/?id=2532715348)
1717
- Timeline Extension for Invictus (https://steamcommunity.com/sharedfiles/filedetails/?id=2845446001)
18-
- TE : Crisis of the third century (https://steamcommunity.com/sharedfiles/filedetails/?id=2858320715)
19-
- TE : Crisis of the third century BetterBlobs Submod (https://steamcommunity.com/sharedfiles/filedetails/?id=3262072699)
2018
- Full Mechanical Overhaul (https://steamcommunity.com/sharedfiles/filedetails/?id=2805839904)
2119
- Imperator: Invictus - More Cultural Names (https://steamcommunity.com/sharedfiles/filedetails/?id=2827761791)
2220
- Culture Conflation (for Invictus) (https://steamcommunity.com/sharedfiles/filedetails/?id=2660131665)
2321
- Virtual Limes (Invictus) (https://steamcommunity.com/sharedfiles/filedetails/?id=3020434697)
2422
- Realistic Tribes (https://steamcommunity.com/sharedfiles/filedetails/?id=3166956790)
2523
- Medieval 1066 Total Conversion Beta (https://steamcommunity.com/sharedfiles/filedetails/?id=3098496649)
2624
- 2.0 Better UI (https://steamcommunity.com/sharedfiles/filedetails/?id=1845165876)
25+
- Terra-Indomita (https://steamcommunity.com/workshop/filedetails/?id=2856497654)
26+
- TE : Crisis of the third century (https://steamcommunity.com/sharedfiles/filedetails/?id=2858320715)
27+
- TE : Crisis of the third century BetterBlobs Submod (https://steamcommunity.com/sharedfiles/filedetails/?id=3262072699)
28+
- Antiquitas (https://steamcommunity.com/sharedfiles/filedetails/?id=2992438857)
2729
The converter also supports these CK3 mods:
2830
- The Fallen Eagle (https://steamcommunity.com/sharedfiles/filedetails/?id=2243307127)
2931
- When the World Stopped Making Sense (https://steamcommunity.com/sharedfiles/filedetails/?id=2858562094)

0 commit comments

Comments
 (0)