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

khurjan

Major
111 Badges
Mar 12, 2001
784
0
Visit site
  • Rome: Vae Victis
  • A Game of Dwarves
  • Naval War: Arctic Circle
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Sword of the Stars II
  • Stellaris - Path to Destruction bundle
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • March of the Eagles
  • Warlock: Master of the Arcane
  • Warlock 2: The Exiled
  • Tyranny - Tales from the Tiers
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Mare Nostrum
  • Pillars of Eternity
  • Cities: Skylines - Snowfall
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Europa Universalis III
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis III: Chronicles
  • Divine Wind
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Heir to the Throne
  • Crusader Kings II: Way of Life
hi there i was curious to know if there were event codes we could use most likely to help ai allies like france??? or if you playing as minor to make sure you dont stay on sidelines but have a say in the game??? as i played it as us and as sweden minor both as sweden i was sidelined for most of the game
 
enter "event xxxx" in the console (f12)

event 1110 , "Great War Manifestation" adds 5% WE for democratic nations, at 100% you can DoW


event 1150, "Successful Coup d'Etat - The Regime Falls"
you might be able to change you government through tihs event.
 
historic events

for sweden:
finish intervention:
event 3300
event 3301
else you have to wait for a high WE

the US has to wait until their WE is high enough (there are some historic events that raise the we)
 
speaking of swedish events. I tried to make one myself but the game complains about it. Maybe someone would take a look?

#########################################
# The Finnish Winter War - Swedish Direct Intervention
#########################################
event = {
id = 3300
random = no
country = SWE

trigger = {
war = { country = SOV country = FIN }
OR = {
ideology = liberal_conservative
ideology = paternal_autocrat
ideology = fascist
ideology = nazi
}
}

name = "EVT_3300_NAME"
desc = "EVT_3300_DESC"
style = 0

date = { day = 17 month = july year = 1936 }
offset = 7
deathdate = { day = 31 month = december year = 1947 }

action_a = {
name = "ACTIONNAME3300A" # Intervene for our brother people!
command = { type = warentry which = SWE value = 100 }
command = { type = war which = SOV }
command = { type = access which = FIN }
command = { type = trigger which = 3202 } # FIN
}
action_b = {
name = "ACTIONNAME3300B" # Send volunteers and materiel
command = { type = manpowerpool value = -10 }
command = { type = supplies value = -50 }
command = { type = trigger which = 3201 } # FIN
}
action_c = {
name= "ACTIONNAME3300C" # Take the chance to reclaim Finland!
command = { type = warentry which = SWE value = 100 }
command = { type = war which FIN
}
action_d = {
name= "ACTIONNAME3300d" # Who gives a fuck?!
command = { type = warentry which = SWE value = 100 }
}

}

#END
 
Originally posted by Tayran
speaking of swedish events. I tried to make one myself but the game complains about it. Maybe someone would take a look?

....
action_c = {
name= "ACTIONNAME3300C" # Take the chance to reclaim Finland!
command = { type = warentry which = SWE value = 100 }
command = { type = war which FIN
}

quick review (not tested):
there is a "}" missing in this line:

command = { type = war which FIN

should be

command = { type = war which FIN}
 
dunno, but I missed a "space" and a "=" (thanks smiffus) in my "correction"...


command = { type = war which = FIN }
 
Oh no, a mod thread has strayed into the general area. Cranial overload imminent


(((**@**)))