• 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.

SomGuy12

Recruit
83 Badges
Mar 14, 2014
5
0
  • Cities in Motion 2
  • Europa Universalis IV: Third Rome
  • Knights of Honor
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Europa Universalis IV: Res Publica
  • Magicka
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: The Old Gods
  • Crusader Kings II
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Cities in Motion
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis III
  • Europa Universalis III Complete
  • Surviving Mars
  • Victoria 3 Sign Up
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Magicka 2
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • The Showdown Effect
  • Europa Universalis III Complete

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

tur_creation_of_persian_eyalet mission has incorrect trigger

Description​

tur_creation_of_persian_eyalet trigger requires you or a subject to own provinces in egypt_region while the provinces_to_highlight shows the correct provinces being in Persia_region.
One of the trigger options also require Egypt not to exist and for you or a subject to own all provinces in Persia_region which makes no sense.

Steps to reproduce​

DOM_Ottoman_Missions.txt

Game Version​

1.36.2

OS​

Windows

Additional​

Bug Type​

  • Other

Attachments​



Screenshot​



 
Upvote 0

Integrity​

I have verified my game files (on Steam)​

Yes

I have disabled all mods​

Yes

Required​

Summary​

tur_creation_of_persian_eyalet mission has incorrect trigger

Description​

tur_creation_of_persian_eyalet trigger requires you or a subject to own provinces in egypt_region while the provinces_to_highlight shows the correct provinces being in Persia_region.
One of the trigger options also require Egypt not to exist and for you or a subject to own all provinces in Persia_region which makes no sense.

Steps to reproduce​

DOM_Ottoman_Missions.txt

Game Version​

1.36.2

OS​

Windows

Additional​

Bug Type​

  • Other

Attachments​



Screenshot​

Hello there! The present is a design choice and not a bug. Full mission's requirements show up after completing "The Administration of Persia" event because requirements depend from event's choice. If you have any questions about it, don't hesitate to ask about it on the main forum for the game.
 
Hello there! The present is a design choice and not a bug. Full mission's requirements show up after completing "The Administration of Persia" event because requirements depend from event's choice. If you have any questions about it, don't hesitate to ask about it on the main forum for the game.
I feel like I haven't gotten my point across.
If you choose not to establish a Persian Eyalet in the event "The Administration of Persia", the mission requirements become the following:
(TLDR. You or Subject own all provinces in Egypt with less than 10 local autonomy and improve Bahari and Delta area 4 time)

egypt_region = {
country_or_non_sovereign_subject_holds = ROOT
NOT = { local_autonomy_above_min = 10 }
type = all
}
bahari_area = {
type = all
country_or_non_sovereign_subject_holds = ROOT
num_of_times_improved = 4
}
delta_area = {
type = all
country_or_non_sovereign_subject_holds = ROOT
num_of_times_improved = 4
}

However the provinces_to_highlight if you choose not to establish the Eyalet are:
(TLDR. You or Subject own all provinces in Persia with less than 10 local autonomy and improve Tabarestan and Azebaijan area 4 time)

OR = {
AND = {
region = persia_region
OR = {
NOT = { country_or_non_sovereign_subject_holds = ROOT }
NOT = { local_autonomy_above_min = 10 }
}
}
AND = {
OR = {
area = tabarestan_area
area = azerbaijan_area
}
NOT = { num_of_times_improved = 4 }
}
}

Considering the similarities between the two it becomes clear that this is not by design and just something which was overlooked in the recent patches.
 
I feel like I haven't gotten my point across.
If you choose not to establish a Persian Eyalet in the event "The Administration of Persia", the mission requirements become the following:
(TLDR. You or Subject own all provinces in Egypt with less than 10 local autonomy and improve Bahari and Delta area 4 time)

egypt_region = {
country_or_non_sovereign_subject_holds = ROOT
NOT = { local_autonomy_above_min = 10 }
type = all
}
bahari_area = {
type = all
country_or_non_sovereign_subject_holds = ROOT
num_of_times_improved = 4
}
delta_area = {
type = all
country_or_non_sovereign_subject_holds = ROOT
num_of_times_improved = 4
}

However the provinces_to_highlight if you choose not to establish the Eyalet are:
(TLDR. You or Subject own all provinces in Persia with less than 10 local autonomy and improve Tabarestan and Azebaijan area 4 time)

OR = {
AND = {
region = persia_region
OR = {
NOT = { country_or_non_sovereign_subject_holds = ROOT }
NOT = { local_autonomy_above_min = 10 }
}
}
AND = {
OR = {
area = tabarestan_area
area = azerbaijan_area
}
NOT = { num_of_times_improved = 4 }
}
}

Considering the similarities between the two it becomes clear that this is not by design and just something which was overlooked in the recent patches.
Hello there! With your help, we have now confirmed the issue and added it to our database!