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

unmerged(94161)

Second Lieutenant
7 Badges
Mar 6, 2008
126
0
  • Crusader Kings II
  • Deus Vult
  • Europa Universalis III
  • Heir to the Throne
  • Rome Gold
  • Victoria 2: A House Divided
  • Victoria 2 A House Divided Beta
Trying to add text to an event which I've given the ID 70011.

I appended this:

Code:
EVT_70011_NAME;Peasants demand a change in government;;;;;;;;;;X
ACTIONNAME70011A;Give into their demands;;;;;;;;;;X
ACTIONNAME70011B;Perhaps there is a diplomatic solution;;;;;;;;;;X
ACTIONNAME70011C;We shall crush them!;;;;;;;;;;X

to the .csv file, preserving the stuff I already had in there from other mods, as well as providing the two EOF commented lines.

Event works as it should in-game; however, all the text in the event popup box says "Requested string not found" or something like that. Not really sure why it's doing this. Is 70011 out of range?
 
Trying to add text to an event which I've given the ID 70011.

I appended this:

Code:
EVT_70011_NAME;Peasants demand a change in government;;;;;;;;;;X
ACTIONNAME70011A;Give into their demands;;;;;;;;;;X
ACTIONNAME70011B;Perhaps there is a diplomatic solution;;;;;;;;;;X
ACTIONNAME70011C;We shall crush them!;;;;;;;;;;X

to the .csv file, preserving the stuff I already had in there from other mods, as well as providing the two EOF commented lines.

Event works as it should in-game; however, all the text in the event popup box says "Requested string not found" or something like that. Not really sure why it's doing this. Is 70011 out of range?

No, 70011 isn't out of range. And there seems to be nothing wrong with the text that you have posted above.

The only thing I can think of is that you haven't given the event ID 70011 but someting else (like 700011 f.e).