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

The Patriots

Sergeant
1 Badges
Aug 28, 2014
71
11
  • Hearts of Iron IV Sign-up
Hello! Whenever I want to load my events, this goes out:

ERROR : (unknown data defined in event database) 'event = {' Line = 1 file = Mods\E3Moddh104_28102015 - Copy\scenarios\NOVO\Rea.txt

My events :( :

Code:
event = {
id = 10
random = no
country = U96
style = 2

decision = {
year = 1936
}

decision trigger = {
money = 1000
}

trigger = {
money = 1000
}

date = { day = 5 month = january year = 1936 }
deathdate = { day = 10 month = january year = 1936 }
#picture

name = "Operación: Aguila Negro"
desc = "¡Buenos Días Señor! Tras años planeando  la revolución, por fin contamos con los recursos  y hombres necesarios para llevar a cabo la gran jugada. El plan es

sencillo nuestros legionarios atacaran la casa del gobernador del Estado clave y los cuarteles de la policía, tras lo cual la muchedumbre se alzara y se nos unirá

.Señor, solo necesito que me diga: ¿Cuál es el Estado Objetivo?"

action_a = {
name = "Zulia, su puerto permitira mantener suministrados a nuestros hombres"
command = { type = trigger which = 11 where = VEN when = 5 }
command = { type = money value = - 750 }
}


action_b = {
name = "San Cristobal, mi hogar"
command = { type = money value = - 250 }
}
 
}

#######################
event = {
id = 11
random = no
country = VEN
style = 2
#Disparado por Aguila Negro

name = "Caos en el Zulia"
desc = "Hoy, por la tarde, tropas de los autodenominados ´Camisas Blancas´  han iniciado ataques contra las instituciones gubernamentales en la ciudad de Maracaibo,

capital de la Gobernación .Por toda la ciudad ocurren enfrentamientos entre la policía y los rebeldes. Tenemos que hacer algo, antes de se salga de control."

action_a  = {
name = "Enviar al Ejercito"
command = { type dissent value = 3 }
command = { type = trigger which = 12 where = VEN when = 3 }
}


action_b = {
name = "La policia puede acabarlos"
ai_chance = 100
command = { type dissent value = 1 }
command = { type = trigger which = 13 where = VEN when = 1 }
}
 
}

event = {
id = 13
random = no
country = VEN
style = 2
#Disparado por 11

name = "Victoria Rebelde en el Zulia"
desc = "Presidente, las policía fue incapaz de hacer frente a los fascistas, estos asaltaron la casa de gobernador, siendo este capturado y ejecutado junto con su

familia. El hecho ha motivado el alzamiento de  los maracuchos (muchedumbre).En resumen, hemos perdido el control de la región."

action_a = {
name = "Maldita sea"
command = { type = secedeprovince which = U96 value = 804  }
command = { type = secedeprovince which = U96 value = 3861 }
command = { type = secedeprovince which = U96 value = 3860 }
}

}
 
Same error...
Code:
event = {
id = 10
random = no
country = U96
style = 2

decision = {
year = 1936
}

decision trigger = {
money = 1000
}

trigger = {
money = 1000
}

date = { day = 5 month = january year = 1936 }
offset = 1
deathdate = { day = 10 month = january year = 1936 }
#picture

name = "Operación: Aguila Negro"
desc = "¡Buenos Días Señor! Tras años planeando  la revolución, por fin contamos con los recursos  y hombres necesarios para llevar a cabo la gran jugada. El plan es sencillo nuestros legionarios atacaran la casa del gobernador del Estado clave y los cuarteles de la policía, tras lo cual la muchedumbre se alzara y se nos unirá .Señor, solo necesito que me diga:
¿Cuál es el Estado Objetivo?"

action_a = {
name = "Zulia, su puerto permitira mantener suministrados a nuestros

hombres"
command = { type = event which = 11 where = VEN when = 5 }
command = { type = money value = - 750 }
}


action_b = {
name = "San Cristobal, mi hogar"
command = { type = money value = - 250 }
}
 
}
 
Last edited:
Why are you placing events in the scenario folder? place them in the DB folder as everyone else.
I think TRP use this configuration, but if you don't know what you're doing it's better to follow the standard.

EDIT: there's still the space between - and 750 and between - and 250