• 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.
You can't modify it? Check that 1) you are an administrator on the computer you're using and 2) that your game is installed in a non-protected folder such as C:/Games/ and not C:/programs or similar.

About the event ID numbers, no, you can use any unused number you want.

I can modify the excels, but when I save the changes, a window appears to me saying for example 'mods.csv can have not compatible characteristics with CSV.' And when I save the exel folder, the game doesn't run.
 
Hm. How odd. What program are you using to edit the .csv files?
 
Strange. I'm using Excel from Open Office and it works fine. I'm sorry that I can't help you.
 
I've solved the problem with excel. Now my bobt is this event I've wrote un 'nationalist_spain':
event = {
id = 500001
country = SPA

name = EVT_500001_TITLE
desc = EVT_500001_DESC
picture = "nwo\evento_prueba"
style = 1

trigger = {
OR = {
exist = USA
}
}

date = { day = 10 month = october year = 1945 }
offset = 10
deathdate = { day = 30 month = december year = 1945 }

action = {
name = EVT_500001_A
}
}
I have NW2 mod installed. The desc, tittle, etc archives are OK. When I start the campaing to see if my event rules, the game stops.
 
trigger = {
OR = {
exists = USA
}
}



Simply add the S and it should work. Also, don't you want the action to do anything?