• 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
Whilst making a few more Eastern provinces Nestorian in my mod, I noticed that a few provinces are set to become both Turkish and Mongol culture at the same time. For example, in 623 - Khwarizm.txt you have this:

Code:
# History
1100.1.1 = { religion = sunni } 
[COLOR="#FF8C00"]1221.1.1 = { culture = turkish }[/COLOR]
1187.1.1 = { b_kosbulak = castle }

#Mongol invasion

1221.1.1 = { remove_settlement = b_dawletgirei }
1221.1.1 = { remove_settlement = b_kaszkarata }

[COLOR="#FF8C00"]1221.1.1 = { culture = mongol } [/COLOR]

1337.1.1 = { b_dawletgirei = temple }

Obviously only one of these can be correct, and as provinces 623 and 625 both become Turkish I assume that's the culture it's supposed to become. There may be other errors like this; if I find any I'll post them here.
 
Upvote 0

Veldmaarschalk

Cool Cat
151 Badges
Apr 20, 2003
30.132
1.914
  • 200k Club
  • 500k Club
It should be like this
Code:
# History
1100.1.1 = { religion = sunni } 
[COLOR="#00FF00"]1100.1.1 = { culture = turkish }[/COLOR]
1187.1.1 = { b_kosbulak = castle }

#Mongol invasion

1221.1.1 = { remove_settlement = b_dawletgirei }
1221.1.1 = { remove_settlement = b_kaszkarata }

1221.1.1 = { culture = mongol } 

1337.1.1 = { b_dawletgirei = temple }

Has been reported
 

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
On a related note, is it WAD that 477 - Methone becomes Catholic in 1225? I think it's the only Greek province that does (after the Fourth Crusade) and so I thought it may have been an oversight.

I wouldn't have thought the majority of the population were Catholic at any point.

EDIT: 474 - Cephalonia, too.
 
Last edited:

Veldmaarschalk

Cool Cat
151 Badges
Apr 20, 2003
30.132
1.914
  • 200k Club
  • 500k Club
All your issues have been reported, that doesn't mean they will be in the patch (in this case patch 1.08).

Please stop bumping your threads, see the sticky at the top of this page.
 

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
All your issues have been reported, that doesn't mean they will be in the patch (in this case patch 1.08).

Please stop bumping your threads, see the sticky at the top of this page.
I will do so, but I don't know how the internal forum works and so I just wanted to make sure these had been reported. Some of these are issues from a month ago and very quick to fix, so it seems odd they wouldn't have been added. Also, if something has been genuinely overlooked/missed and I never mention it, then it will remain overlooked/missed and so never be added/fixed. It's better to double-check than to never say anything and just hope it's added, when in some cases it may never be.
 

Veldmaarschalk

Cool Cat
151 Badges
Apr 20, 2003
30.132
1.914
  • 200k Club
  • 500k Club
I will do so, but I don't know how the internal forum works and so I just wanted to make sure these had been reported. Some of these are issues from a month ago and very quick to fix, so it seems odd they wouldn't have been added. Also, if something has been genuinely overlooked/missed and I never mention it, then it will remain overlooked/missed and so never be added/fixed. It's better to double-check than to never say anything and just hope it's added, when in some cases it may never be.

I have clearly stated in this thread an in the other threads that they are reported. There is no need to report them again.

Not all bugs get the same priority and there are more bugs reported that need fixing then just the ones you report, including bugreports from the beta's, so ones you don't see on this bugforum. So even if to you it looks like it will take just a small amount of time to fix, it doesn't mean that someone has time to fix them since if there are f.e. 100 bugs (just a random number) that only need a few minutes to fix that still means someone will be busy with it all day.