Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
More improvements to converter mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Jun 30, 2013
1 parent 1fa2b33 commit 431de18
Show file tree
Hide file tree
Showing 13 changed files with 423 additions and 22 deletions.
6 changes: 5 additions & 1 deletion Converter Mod/ModReadme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ Version 0.2

Version 0.3
- Added CK2 empires
- Converter adds countries to mod as needed
- Converter adds countries to mod as needed

Version 04
- Added ToG empires
- Various updates
2 changes: 1 addition & 1 deletion Converter Mod/configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configuration =

### Mod Options

# useConverterMod: wheter or not to use the converter mod. Options are:
# useConverterMod: whether or not to use the converter mod. Options are:
# "yes"
# "no"
useConverterMod = "yes"
Expand Down
5 changes: 4 additions & 1 deletion Converter Mod/mod/Converter/decisions/Byzantium.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ country_decisions = {
reestablish_the_theme_system = {

potential = {
tag = BYZ
OR = {
tag = BYZ
tag = ROM
}
NOT = { has_country_modifier = the_theme_system }
}
allow = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ country_decisions = {
NOT = { exists = BYZ }
NOT = { tag = HRE }
NOT = { tag = ROM }
NOT = { tag = LAT }
primary_culture = greek
religion = orthodox
}
Expand Down
3 changes: 2 additions & 1 deletion Data Files/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,5 @@ Revision Log Message
452 Resolve merge issues
453 Add new files from 439 into repository
454 Converter mod fixes
455 Build and test script automatically zips up test results
455 Build and test script automatically zips up test results
456 More improvements to converter mod
11 changes: 10 additions & 1 deletion TestConfigurations/Mod/country_mappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ link = { CK2 = e_pirates EU3 = PIR } # Pirates


## Empires

# New empires
link = { CK2 = e_wendish_empire EU3 = WEN } # Wendia
link = { CK2 = e_tartatia EU3 = TAR } # Tartaria
link = { CK2 = e_carpathia EU3 = CAR } # Carpathia
link = { CK2 = e_italy EU3 = ITL } # Italia

link = { CK2 = e_abyssinia EU3 = ABY } # Abyssinia
link = { CK2 = e_mali EU3 = MLI } # Malia

# European Empires
link = { CK2 = e_roman_empire EU3 = ROM } # Roman Empire
link = { CK2 = e_byzantium EU3 = BYZ } # Byzantium
Expand All @@ -28,7 +38,6 @@ link = { CK2 = e_britannia EU3 = GBR } # Britannia => Great Britain
link = { CK2 = e_france EU3 = FCI } # Francia
link = { CK2 = e_scandinavia EU3 = SCA } # Scandinavia


# Eastern and African Empires
link = { CK2 = e_golden_horde EU3 = GOL } # Golden Horde
link = { CK2 = e_timurids EU3 = TIM } # Timurids
Expand Down
4 changes: 2 additions & 2 deletions TestConfigurations/Mod/mod/Converter.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name = "CK2 to EU3 Converter"

extend = common
replace = common
extend = history
extend = localisation
extend = interface
extend = gfx
extend = decisions
replace = decisions
20 changes: 14 additions & 6 deletions TestConfigurations/Mod/mod/Converter/common/countries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ CYP = "countries/Cyprus.txt"
EPI = "countries/Epirus.txt"
GRE = "countries/Greece.txt"
KNI = "countries/Knights.txt"
LAT = "countries/LatinEmpire.txt"
MOE = "countries/Morea.txt"
MOL = "countries/Moldavia.txt"
MON = "countries/Montenegro.txt"
NAX = "countries/Naxos.txt"
RAG = "countries/Ragusa.txt"
RMN = "countries/Romania.txt"
ROM = "countries/RomanEmpire.txt"
SER = "countries/Serbia.txt"
TRA = "countries/Transylvania.txt"
WAL = "countries/Wallachia.txt"
Expand Down Expand Up @@ -100,7 +98,6 @@ COR = "countries/Corsica.txt"
DAU = "countries/Dauphine.txt"
FOI = "countries/Foix.txt"
FRA = "countries/France.txt"
FCI = "countries/Francia.txt"
GUY = "countries/Guyenne.txt"
NEV = "countries/Nevers.txt"
NRM = "countries/Normandy.txt"
Expand Down Expand Up @@ -230,7 +227,6 @@ OMA = "countries/Oman.txt"
NAJ = "countries/Najd.txt"
HED = "countries/Hedjaz.txt"
SHR = "countries/Sharjah.txt"
ABI = "countries/Arabia.txt"

#Asia Minor
AKK = "countries/AkKoyunlu.txt"
Expand All @@ -255,7 +251,6 @@ TUN = "countries/Tunisia.txt"


#Central Asia
ILK = "countries/IlKhanate.txt"
KZH = "countries/Kazakh.txt"
KHI = "countries/Khiva.txt"
SHY = "countries/Shaybanid.txt"
Expand All @@ -280,7 +275,6 @@ HUR = "countries/Huron.txt"
INC = "countries/Inca.txt"
IRO = "countries/Iroquois.txt"
MAY = "countries/Maya.txt"
MXC = "countries/SunsetAztec.txt"
SHA = "countries/Shawnee.txt"
ZAP = "countries/Zapotec.txt"

Expand Down Expand Up @@ -396,3 +390,17 @@ NZH = "countries/NizhnyNovgorod.txt"
KOJ = "countries/Jerusalem.txt"
MSA = "countries/Malaya.txt"
HIN = "countries/Hindustan.txt"

#New CK2 Empires
ABI = "countries/Arabia.txt"
ABY = "countries/Abyssinia.txt"
CAR = "countries/Carpathia.txt"
FCI = "countries/Francia.txt"
ILK = "countries/IlKhanate.txt"
ITL = "countries/Italia.txt"
LAT = "countries/LatinEmpire.txt"
MLI = "countries/Malia.txt"
MXC = "countries/SunsetAztec.txt"
ROM = "countries/RomanEmpire.txt"
TAR = "countries/Tartaria.txt"
WEN = "countries/Wendia.txt"
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ country_decisions = {
NOT = { exists = BYZ }
NOT = { tag = HRE }
NOT = { tag = ROM }
NOT = { tag = LAT }
primary_culture = greek
religion = orthodox
}
Expand Down
Loading

0 comments on commit 431de18

Please sign in to comment.