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

OblivionGaming

Crusader King
55 Badges
Oct 4, 2014
128
100
steamcommunity.com
  • Crusader Kings II
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Cities: Skylines Deluxe Edition
  • Surviving Mars
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Necroids
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris
  • Stellaris: Federations
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Cities: Skylines - Parklife
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Sign Up
  • Stellaris: Ancient Relics
  • Crusader Kings III Referal
  • Stellaris: Lithoids
  • Stellaris: Galaxy Edition
  • Stellaris: Nemesis
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Victoria 2
  • Cities: Skylines
  • Crusader Kings II: Conclave
  • Crusader Kings III
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
I have some code knowledge when it comes to ck2, but not a lot.

Ive been pretty pissed that the reconquista/slavic union and other special decisions aren't available when you play a shattered world, so today i finally did some digging.

Found the reconquista code in HF_realm_decisions.
One piece of code looked like it may be able to be changed in order to allow the reconquista.
"
prepare_reconquista = {
is_high_prio = yes
only_playable = yes
ai_check_interval = 36

potential = {
has_dlc = "Holy Fury"
is_landed = yes
NOT = {
has_game_rule = {
name = reconquista
value = off
}
}
independent = yes
any_demesne_title = {
higher_tier_than = COUNT
region = world_europe_west_iberia
}
culture_group = iberian
religion_group = christian
any_neighbor_independent_ruler = {
any_realm_province = {
region = world_europe_west_iberia
}
NOT = {
religion_group = christian
}
}
NOT = {
has_character_flag = ex_reconquistador
}
NOT = {
e_spain = {
owner = {
always = yes
}
}
}
NOT = {
has_global_flag = reconquista_finished
}

NOT = {
is_alternate_start = yes

}
}
"
(code is much larger, but the relating line to my issue is highlighted and bolded)
If anyone knows what this can be changed to in order to allow the decision in shattered world games, please post!!!
 
Simply deleting the line of code worked.
If anyone could find the code for the slavic union please let me know!
 
Do a search in the /decisions folder for the words "slavic union" using file manager. After it turns up blank hit the "Look in file contents" button and wait a few seconds. This may bring up a few files, open each one and look again for those words, you should find it that way, if not use variations on the above words.
 
HFP_realm_decisions.txt
Strings 1952-2081, "form_lcr".