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

FunGaming

Colonel
7 Badges
Nov 24, 2013
833
897
  • Cities: Skylines
  • Hearts of Iron IV: Cadet
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings III
  • Crusader Kings II

Information​

I have verifed my game files (Steam only)​

Yes

I have disabled all mods​

Yes

I am running the latest game update​

Yes

Required​

Summary​

Game crashing when playing landless with a mod not fully fixed

Description​

ok we did a lot of testing with my mod to play landless and you guys almost fixed it, only problem remains is when playing landless without title and a holy crusade is starting to happen the game crashes and we cant figure out why. Hope you guys can look into it futher.

Steps to reproduce​

Play the game with only my mod real freedom really landless mod https://steamcommunity.com/sharedfiles/filedetails/?id=3337930295 play until a holy crusade happens and watch the game crash for no appearant reason

Game Version​

1.16.1.0

Platform​

Windows

Additional Information​

Affected Feature​

  • Crashes
  • Events
  • Gameplay

Save Game​



Other Attachments​



 
even when i only leave scripted_rules with the following in it
is_character_allowed_to_be_player = {}

then yes it doesnt crash when playing landless but as soon as a holy crusade is about to launch around 35 days before it begins the game crashes
 
even tried the following code which also lets me play landless but also crashes at the same moment with the crusade at 36 days before the crusade launches and again only happens if you hold no title

is_character_allowed_to_be_player = {
trigger_if = {
limit = {
scope:will_override_government = yes
}
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_THEOCRACY"
NOT = { government_has_flag = government_is_theocracy }
}

custom_description = {
text = "GAME_OVER_CANNOT_PLAY_REPUBLIC"
NOT = { government_has_flag = government_is_republic }
}

custom_description = {
text = "GAME_OVER_CANNOT_PLAY_MERCENARY"
NOT = { government_has_flag = government_is_mercenary }
}

custom_description = {
text = "GAME_OVER_CANNOT_PLAY_HOLY_ORDER"
NOT = { government_has_flag = government_is_holy_order }
}

trigger_if = {
limit = {
NOT = { has_dlc_feature = admin_gov }
}
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_ADMIN"
NOT = { government_has_flag = government_is_administrative }
}
}

# We cannot become landless adventurers
trigger_if = {
limit = {
NOT = { has_dlc_feature = roads_to_power }
}
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_ADVENTURER"
NOT = { government_has_flag = government_is_landless_adventurer }
}
custom_description = {
text = "GAME_OVER_CANNOT_PLAY_BARON"
NOT = { highest_held_title_tier = tier_barony }
}

# This is a generic "catch all", we should have caught it before this
is_playable_character = yes
}
# We can become landless adventurers
trigger_else = {
# This is a generic "catch all", we should have caught it before this
OR = {
AND = {
is_ruler = no # We're not a ruler, but we can become a landless adventurer
is_valid_for_laampdom = yes
}
is_playable_character = yes # General catch-all, we can continue playing
}
NOT = { has_character_flag = declined_become_laamp }
}
}
}
 
another further testing it only happens if you hold no title at all if your a baron then no problem only happens when your title less. hope that can also be fixed.
 
my workaround for now is at day 40 before the crusade starts switch character to atleast a baron then at like 30 days before the crusade starts you can switch back