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

Sir_Robert

DJ Duddles
103 Badges
Jun 5, 2009
389
2
  • Hearts of Iron IV Sign-up
  • Stellaris: Nemesis
  • Victoria 3 Sign Up
  • 500k Club
  • Hearts of Iron 4: Arms Against Tyranny
  • Hearts of Iron IV: No Step Back
  • Hearts of Iron IV: By Blood Alone
  • Imperator: Rome Sign Up
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome - Magna Graecia
  • Crusader Kings III: Royal Edition
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma Pre-order
  • Europa Universalis IV: Golden Century
  • Europa Universalis 4: Emperor
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Stellaris: Galaxy Edition
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Stellaris - Path to Destruction bundle
  • Stellaris: Synthetic Dawn
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Stellaris: Necroids
Well i was playing a Rep.Spain game planning on joining the Conterim after i won the civil war well the communist coup event didn't fire so i manually fired it and game me and soviet union 100 relations still couldn't ally with them so i plan on editing the communist coup event so it will fire and creating some other events to like one which will make me ally with Brazil then one that makes Soviet Union ally with the both of us if thats possible.

CAN SOMEONE HELP I JUST GOT THE GAME DURING THE SALE.

Here is the order i want the events to fire.
1. Communist Coup
2. Rep.Spain allies with Brazil
3.Soviet Union allies with Rep.Spain and Brazil...

So far i got these two events made/edit and was woundering if they would work and woundering how should i make the last one.....

PS: ON RELATIONS WHAT IS THE HIGHEST VALUE IS IT 200?

Code:
#########################################################################
# COMRADES WHO STAND TOGETHER DIE TOGETHER
#########################################################################
event = {
	id = 9000
	random = no
	country = SPR

	name = "EVT_9000_NAME"
	desc = "EVT_9000_DESC"
	style = 0
	picture = "Comunista"

	trigger = {
                     event = 3101 
                     government = communist
                     ideology = = left_wing_radical
                     atwar = no
		NOT = { 
			government = democracy
			exists = SPA}
		}

	}

	action_a = {
		name = "OK"
                command = {type = set_relation which = SOV value = 150 }
                command = {type = set_relation which = BRA value = 150 } 
                command = {type = alliance which = BRA }
		command = {type = set_domestic which = interventionism value = 8}
	}
}


#########################################################################
#  Communist Coup - Anarchist movement crushed
#########################################################################
event = {
	id = 3101
	random = no
	country = SPR

	name = "EVT_3101_NAME"
	desc = "EVT_3101_DESC"
	style = 0
	picture = "Partisan_revolt"

	trigger = {
                     government = democratic
                     ideology = {social_liberal or social_democrat}          
                     atwar=no 
		     date = { day = 3 month = april year = 1937 }

                 NOT = {
			government = communist
			exists = SPA}
		}

	}

	action_a = {
		name = "OK"
		command = { type = set_domestic which = democratic value = 5 } 
		command = { type = set_domestic which = political_left value = 9 }
		command = { type = revolt which = 357 } #Barcelona Uprising-Pending balancing
		command = { type = headofstate which = 11046 }
		command = { type = headofgovernment which = 11060 }
		command = { type = foreignminister which = 11092 }
		command = { type = armamentminister which = 11134 }
		command = { type = ministerofsecurity which = 11176 }
		command = { type = ministerofintelligence which = 11217 }
		command = { type = chiefofstaff which = 11247 }
		command = { type = chiefofarmy which = 11277 }
		command = { type = chiefofnavy which = 11305 }
		command = { type = chiefofair which = 11010 }
		command = { type = domestic which = freedom value = -1 }
		command = { type = relation which = SOV value =  40 }
                command = { type = relation which = BRA value =  20 }
		command = { type = relation which = ENG value = -10 }
		command = { type = relation which = FRA value = -10 }
		command = { type = relation which = GER value = -20 }
		command = { type = relation which = ITA value = -20 }
		command = { type = relation which = USA value = -5 }
		command = { type = relation which = POR value = -15 }
		command = { type = dissent value = 10 }

		command = { type = sleepleader which = 3007 }
		command = { type = sleepleader which = 3050 }
	}
}
 
Last edited:
uhm, not an expert, but

try to open the file (the one which gives you an error)
with notepad ++ (can be downloaded) and search for
the line which seems to be spoiled.

if this is not working try to separate the two events to
locate the error, usually its a bracket (missing or one which is
not needed). acually the error message should help you, just
count the lines - but as i said, i'm not an expert:)
 
Thanks ^ :)
Well i fixed them...But now this event below i made wont fire and when i had to manually fire it the description dosen't apper even though it's in the excel folder.

I would like this event to fire in 1937 but it is already September so i would like it to fire before it gets to late......

PLEASE SOMEONE HELP!!!


EDIT: Ok well i got it to work mostly but now i can't ally with Brazil because then i can't join the conterim so i need a event the AI USSR will fire just about everytime after a certian point.
The event i have now is not exactaly like the one below but very similar.

Please Someone Help..


Code:
#########################################################################
# COMRADES WHO STAND TOGETHER DIE TOGETHER
#########################################################################
event = {
	id = 9000
	random = no
	country = SPR

	trigger = {
                     event = 3101 
                     government = communist
                     ideology = = left_wing_radical
                     atwar = no
		NOT = { 
			government = democracy
			exists = SPA
		}

	}

	name = "EVT_9000_NAME"
	desc = "EVT_9000_DESC"
	style = 0
	picture = "Comunista"


	action_a = {
		name = "OK"
                command = {type = set_relation which = SOV value = 200 }
                command = {type = set_relation which = BRA value = 200 } 
	   command = {type = set_domestic which = interventionism value = 8 }
	}
}
 
Last edited: