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

Shawn1066

Corporal
6 Badges
May 26, 2012
43
0
  • Crusader Kings II
  • Divine Wind
  • Europa Universalis IV
  • Heir to the Throne
  • Rome Gold
  • 500k Club
It's not a big deal--and I really hope it's not a part of the game I don't understand. I have been unable to call a great feast for several years now in my current save. The option isn't even available.

My character is a Byzantine Count of Korinthos who has become the Duke of Achaia and the Duke of Sicily via various events. Is there any way to fix this without starting over? What caused it?

I'm using all major DLC.
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.372
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
Not a Tech Support issue. If the community here agrees it's probably a bug then please post in Bug Reports, thank you.
 

Dracko81

Field Marshal
88 Badges
Jun 13, 2012
7.030
1.950
  • Tyranny: Archon Edition
  • Magicka
  • March of the Eagles
  • A Game of Dwarves
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Pirates of Black Cove
  • Victoria 2: A House Divided
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Age of Wonders III
  • Stellaris: Galaxy Edition
  • Cities: Skylines Deluxe Edition
  • Stellaris: Synthetic Dawn
  • Pillars of Eternity
  • Tyranny: Archon Edition
  • Stellaris
  • Crusader Kings II: The Republic
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Impire
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Heir to the Throne
  • Hearts of Iron III
  • For The Glory
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Conquest of Paradise
  • Surviving Mars
  • Divine Wind
  • Europa Universalis III
  • Darkest Hour
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Stellaris: Necroids
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
Code:
	feast_0 = {
		[COLOR="#FFA500"]potential = {
			is_ruler = yes
			is_feudal = yes
			prisoner = no
			NOT = {
				religion_group = muslim
			}
			NOT = {
				has_character_modifier = holding_large_feast
			}
			NOT = {
				has_character_modifier = large_feast_timer
			}
			NOT = {
				has_character_modifier = fabulous_feast
			}
			NOT = {
				has_character_flag = guest_feast_started
			}
			NOT = {
				liege = {
					has_character_modifier = holding_large_feast
				}
			}			
			num_of_vassals = 1
		}[/COLOR]
		allow = {
			war = no
			any_demesne_title = {
				is_occupied = no
			}
			prisoner = no
			scaled_wealth = 0.20
			month = 10
			prestige = 100
		}
		effect = {
			scaled_wealth = -0.20
			add_character_modifier = {
				name = holding_large_feast
				duration = 365
			}
			
			hidden_tooltip = {
				character_event = {
					id = 72003
					days = 25
					random = 10
				}
				
				letter_event = { 
					id = 72109  
				}
			}
		}
		revoke_allowed = {
			always = no
		}
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 0
				NOT = {
					scaled_wealth = 3.0
				}
			}
			modifier = {
				factor = 0
				month = 11
			}
			
			modifier = {
				factor = 0
				NOT = { age = 30 }
			}						
		}
	}

Look at the potential, do you fit the criteria? Do you have the correct checksum?

Not to say there is not an issue, just that I have never seen an issue with holding feasts. If you answer yes to both the above and are not running any mods upload a save, or even a screenshot showing the issue. Saying something is not working helps no one, how can someone reproduce an issue with 0 idea of what has happened to cause it.
 

unmerged(228153)

elephant in the room
4 Badges
Sep 22, 2010
102
0
  • Crusader Kings II
  • Europa Universalis III Complete
  • Hearts of Iron III
  • Victoria 2: A House Divided
Consider buying more booze before the feast, then.

(There might be some issue with clearing up the character flags if some very rare event occurs during a feast that you attended. Kill your current character via the console, then see if the problem persists.)