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

gauffa

Sergeant
88 Badges
Nov 20, 2002
50
0
Visit site
  • Stellaris: Synthetic Dawn
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Hearts of Iron IV: Expansion Pass
  • Crusader Kings II: Jade Dragon
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Shadowrun Returns
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • BATTLETECH
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Lithoids
  • Hearts of Iron IV: No Step Back
  • Stellaris: Nemesis
  • Stellaris: Necroids
  • Europa Universalis 4: Emperor
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • Hearts of Iron IV: La Resistance
  • Europa Universalis IV: Rights of Man
  • Stellaris: Ancient Relics
  • Surviving Mars: First Colony Edition
  • Prison Architect
  • Hearts of Iron IV: Expansion Pass
  • Imperator: Rome
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Stellaris: Megacorp
  • Surviving Mars: First Colony Edition
  • Shadowrun: Hong Kong
  • Divine Wind
  • Magicka
  • King Arthur II
  • Heir to the Throne
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
Event 1012 - Doesn't Function

The following event obviously doesn't work because the command is commented out. However, when it's corrected with the command shown in the events command.txt file and the command is changed to:

command = { type = gain_tech which = -1 }

The console says that commands from the 'A' list cannot be called.

Just wondering if that was just left out to be implemented later or if there was something we could do to 'quick-fix' it.

##########################################
# Accidental discovery. Miracular breaktrough in research
##########################################
event = {
id = 1012
random = yes
trigger = {

}
name = "EVT_1012R_NAME"
desc = "EVT_1012R_DESC"
style = 0

action_a = {
name = "OK"
#command = { type = get_tech which = -1 }
}
}
 
Upvote 0
Well I'll be damned. I will let someone know further up the chian of command.
 
Yeah, but...

I had tried that already and when the event occurs or I force it with the console the box for the event pops up and disappears just as quickly. You never get the option to click on the 'OK' box so it never takes effect.

Quite an interesting little bugger. I'm open to other suggestions.

:D
 
Paradox's team of infinite monkeys has been taken off producing the complete works of Shakespear to look at this problem. It will be solved sometime soon.
 
As near as I can tell the problem lies with this line

command = { type = get_tech which = -1 }

If a work around presents itself I will let you know.