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

Scootagoose

Private
13 Badges
Aug 30, 2013
10
0
  • Crusader Kings II
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Victoria 2
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
After inviting someone to party with me in Way of Life, I was given an event. It appears that the event had something to do with chess or something along those lines but the first chain of the event had no text at all. The next event chain was completely normal. The path I chose was carousing.


HsRalu4.jpg
 
Upvote 0

Da9L

Senior QA
Paradox Staff
87 Badges
Sep 1, 2014
509
1.629
  • Crusader Kings II: Conclave
  • War of the Vikings
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Magicka: Wizard Wars Founder Wizard
  • Crusader Kings II: Way of Life
  • Magicka 2
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Third Rome
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Jade Dragon
  • Stellaris: Apocalypse
  • Crusader Kings II: Charlemagne
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Stellaris: Nemesis
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Call to arms event
  • Cities: Skylines - Green Cities
  • Age of Wonders III
  • Stellaris: Humanoids Species Pack
  • BATTLETECH - Digital Deluxe Edition
  • Surviving Mars: Digital Deluxe Edition
  • Hearts of Iron IV: Expansion Pass
  • BATTLETECH
  • Europa Universalis IV: Dharma
  • Victoria 2
Sent a report to the devs :)

Cheers!
 

richvh

Preserver of the Light
63 Badges
Dec 1, 2001
14.691
1.999
Visit site
  • Stellaris: Leviathans Story Pack
  • Pillars of Eternity
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Knights of Pen and Paper 2
  • Crusader Kings II: Conclave
  • Stellaris
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Tyranny: Gold Edition
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Tyranny - Tales from the Tiers
  • Tyranny - Bastards Wound
  • Age of Wonders III
  • Age of Wonders: Shadow Magic
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • 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
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • A Game of Dwarves
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Magicka
  • Majesty 2 Collection
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Rome: Vae Victis
  • 500k Club
  • Cities: Skylines
The problem may be that OR = { A B } is not the complement of NOT = { A } NOT = { B }
Code:
# Player 1 (host)
character_event = {
	id = WoL.4161
	picture = GFX_evt_war_planning
	border =*GFX_event_normal_frame_diplomacy

	is_triggered_only = yes

	desc = {
		trigger = {
			OR = {
				trait = gamer
				has_character_modifier = apprentice_boardgamer
			}
		}
		text = EVTDESC_WoL_4161_gamer
	}
	desc = {
		trigger = {
			NOT = { trait = gamer }
			NOT = { has_character_modifier = apprentice_boardgamer }
		}
		text = EVTDESC_WoL_4161_not_gamer
	}
	
	option = { # Play for money
		name = EVTOPTA_WoL_4161
		FROM = { character_event = { id = WoL.4162 } }
		set_character_flag = game_play_for_money
	}
	option = { # Play just for fun
		name = EVTOPTB_WoL_4161
		FROM = { character_event = { id = WoL.4162 } }
	}
}
Code:
EVTDESC_WoL_4161_gamer;It's great to spend time carousing and frolicking in good company. You feel great, absolutely great, and that means the time has come to bring out the old game board.;Quel bonheur que de faire bombance et de folâtrer en bonne compagnie. Vous vous sentez extraordinairement bien, ce qui veut dire que le moment est venu de sortir le plateau de jeu.;Es ist einfach schön, in einer geselligen Runde Zeit mit Zechen und Scherzen zu verbringen. Ihr fühlt Euch wohl, äußerst wohl, und das bedeutet, dass die Zeit reif ist, das alte Brettspiel hervorzuholen.;;Es genial pasar tiempo de juerga y retozando en buena compañía. Te sientes absolutamente genial, y eso significa que ha llegado el momento de sacar el viejo tablero de juego.;;;;;;;;;x
EVTDESC_WoL_4161_non_gamer;It's great to spend time carousing in merry company. While the cups are being refilled, [From.GetTitledFirstName] brings out a strange board with little decorated pieces, explaning that it's a kind of strategy game. [From.GetSheHe] assures you that it's a great pastime that combines well with copious amounts of drink.;Quel bonheur que de faire bombance en joyeuse compagnie. Alors qu'on remplit les verres, [From.GetTitledFirstName] présente un étrange plateau sur lequel sont posées de petites pièces sculptées, et explique qu'il s'agit d'un jeu de stratégie. [From.GetSheHeCap] vous promet que c'est un excellent passe-temps qui se combine fort bien avec un flot ininterrompu de boisson.;Es ist einfach schön, in einer geselligen Runde Zeit mit Zechen zu verbringen. Während die Becher wieder gefüllt werden, holt [From.GetTitledFirstName] ein seltsames Brett mit kleinen, verzierten Steinen hervor und erklärt, dass es sich um ein Strategiespiel handelt. [From.GetSheHe] versichert Euch, dass man sich mit diesem Spiel hervorragend die Zeit vertreiben und dabei enorme Mengen an Alkohol zu sich nehmen kann.;;Es estupendo pasar el tiempo de juerga en alegre compañía. Mientras las copas se están rellenando, [From.GetTitledFirstName] saca un extraño tablero con pequeñas piezas decoradas, explica que es una especie de juego de estrategia. [From.GetSheHe] asegura que es un gran pasatiempo que combina bien con copiosas cantidades de bebida.;;;;;;;;;x
EVTOPTA_WoL_4161;We will play for money!;Jouons pour de l'argent*!;Wir spielen um Geld!;;!Jugaremos por dinero!;;;;;;;;;x
EVTOPTB_WoL_4161;We will play for honor!;Jouons pour l'honneur*!;Wir spielen um die Ehre!;;!Jugaremos por honor!;;;;;;;;;x
There is no description defined for the case where one is a gamer or apprentice_boardgamer, but not both. I suggest changing the second desc trigger to:
Code:
	desc = {
		trigger = {
			OR = {
				NOT = { trait = gamer }
				NOT = { has_character_modifier = apprentice_boardgamer }
			}
		}
		text = EVTDESC_WoL_4161_not_gamer
	}
 

The Witch-King

Lord of the Nazgul and PDS Senior Content Designer
119 Badges
Apr 16, 2001
804
266
  • March of the Eagles
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Leviathan: Warships
  • Magicka
  • Majesty 2
  • Majesty 2 Collection
  • For the Motherland
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Ship Simulator Extremes
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Europa Universalis 4: Emperor
  • Darkest Hour
  • Arsenal of Democracy
  • 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
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • A Game of Dwarves
  • Deus Vult
  • Dungeonland
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
Actually it's a typo in the text tag. It looks for "EVTDESC_WoL_4161_not_gamer" when the actual reference in the localization files is "EVTDESC_WoL_4161_non_gamer" (note the n). Fixing it now.