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

fudd_bopo

Lt. General
91 Badges
Feb 13, 2004
1.416
91
  • Victoria 2
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Europa Universalis III Complete
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Warlock 2: The Exiled
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Age of Wonders: Planetfall Deluxe edition
  • Europa Universalis III Complete
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion 2
  • 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
So how often?
Is it possible to change?

and on another note, how to make a choice in an event that have no effect?
 

fudd_bopo

Lt. General
91 Badges
Feb 13, 2004
1.416
91
  • Victoria 2
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars
  • Sword of the Stars II
  • Supreme Ruler 2020
  • Supreme Ruler: Cold War
  • Teleglitch: Die More Edition
  • Europa Universalis III Complete
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Warlock 2: The Exiled
  • War of the Roses
  • 500k Club
  • Cities: Skylines
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Mount & Blade: Warband
  • Crusader Kings II: Way of Life
  • Age of Wonders: Planetfall Deluxe edition
  • Europa Universalis III Complete
  • 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
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Cities in Motion 2
  • 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
Ok, just wanted to know about how often they occur...

So, is there any way to controll how frequent they are? :rolleyes:
 

WAZZA

Sergeant
Dec 19, 2004
83
0
Yes there is...

Let the event trigger when you control your capital... then give it a #% chance to trigger every #days you let it check if it has to happen.
(just entered the event editing scene)

event = {
id = 2000
random = yes 25
country = GER
trigger = {
ai = no
NOT = {
war = { country = GER country = FRA }
alliance = { country = GER country = FRA }
}
garrison = { country = GER province = 75 size = 1 }
}

name = "EVT_2000_NAME"
desc = "EVT_2000_DESC"
style = 0
picture = "Rhineland"

date = { day = 0 month = january year = 1936 }
offset = 30
deathdate = { day = 30 month = december year = 1947 }

action_a = {
name = "OK"
}
}


does this means it is a random event with 25% to trigger. starting from january 1936 and can trigger every 30 days. So statistic it would happen 3 times a year.


event commands: random = x ( % )
Or schould yes be 25? Well hope that anyone can confirm this

Well this event does not effect anything... you can only choose ''Ok'' and thats it