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

johho888

Enchanted
19 Badges
Dec 29, 2004
313
66
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Holy Knight (pre-order)
  • 500k Club
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Magicka
  • Europa Universalis III Complete
  • Heir to the Throne
  • For The Glory
  • Crusader Kings II
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Old Gods
Having just been helped on how to trigger an event I now want to edit the event text but I can't seem to find them.

For example event 3540 displays different text when playing as Spain or as the Order but neither text seems to be in the events.csv or in the major_kni.txt so where are they?
 
They are in events.csv in FtG/Localisation/English. You can also write event texts straight into the event file like this:

Code:
event = {
	id = 5162
	random = no
	country = SPA
	name = "Flag of Spain"
	desc = "We have adopted a new flag for our glorious Empire!"
	action_a = { 			#Ok#
		name = "Si!"
		command = { type = flagname which = xxx }
	}
}
 
As has been stressed by Michael M, there are some texts which are too long to be displayed if they are inserted in the event itself. For those long texts, you will get an error message when you start the game, so you have to include them in events.csv anyway.