• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Sleight of Hand

retired modder
On Probation
14 Badges
Feb 14, 2012
12.114
5.868
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Hearts of Iron III
  • March of the Eagles
  • Europa Universalis IV
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Steel Division: Normand 44 Sign-up
There are two issues here:

1) You should use the 'replaceall' command to make all characters in armenian.txt "miaphysite" instead of "orthodox"

2) There are a couple of province errors:

758 - Seleukeia

Code:
# Misc
culture = greek
religion = orthodox

# History

1117.1.1 = { culture = armenian }
[COLOR="#FF8C00"]1117.1.1 = { religion = miaphysite }[/COLOR]

1187.1.1 = { b_corycus = castle } 

1270.1.1 = { culture = turkish }
1270.1.1 = { religion = sunni }

681 - Ani

Code:
# Misc
culture = armenian
religion = miaphysite

# History
1084.1.1 = { culture = kurdish }
[COLOR="#FF8C00"]1084.1.1 = { religion = sunni }[/COLOR] # I assume it's not supposed to be Kurdish / Miaphysite?
1219.1.1 = { 
	culture = armenian
	religion = miaphysite
}
1320.1.1 = { 
	culture = kurdish 
	religion = sunni 
}

735 - Teluch

Code:
# Misc
culture = armenian
religion = [COLOR="#FF8C00"]miaphysite[/COLOR]
terrain = mountain

# History

[COLOR="#FF0000"]1127.1.1 = { culture = armenian }[/COLOR] # Would this not make more sense?
[COLOR="#FF0000"]1127.1.1 = { religion = miaphysite }[/COLOR]
 
Upvote 0

Sleight of Hand

retired modder
On Probation
14 Badges
Feb 14, 2012
12.114
5.868
  • Crusader Kings II
  • Darkest Hour
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Hearts of Iron III
  • March of the Eagles
  • Europa Universalis IV
  • Victoria 2
  • 500k Club
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Steel Division: Normand 44 Sign-up
Thanks. I've also noticed that 706 - Koloneia is Greek / Miaphysite. I suspect that it ought to be Orthodox.

Also, 343 - Siracusa is Maghreb / Orthodox. It probably should be Sunni, and it becomes Italian / Catholic later.