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

Zakath

General
143 Badges
Oct 31, 2000
2.141
626
  • Hearts of Iron II: Armageddon
  • 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
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Victoria 2
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Common Sense
  • Stellaris: Leviathans Story Pack
  • Stellaris: Galaxy Edition
  • War of the Roses
  • 200k Club
  • Crusader Kings II: Conclave
  • Europa Universalis III: Collection
  • Crusader Kings II: Horse Lords
  • Europa Universalis: Rome Collectors Edition
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Cities: Skylines - Green Cities
  • Deus Vult
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Dharma
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Europa Universalis IV
  • BATTLETECH - Backer
  • BATTLETECH - Beta Backer
  • Europa Universalis IV: Rule Britannia
  • Stellaris: Apocalypse
  • Cities: Skylines - Natural Disasters
  • Tyranny - Bastards Wound
  • Hearts of Iron IV: Death or Dishonor
  • Surviving Mars
  • BATTLETECH
  • PDXCON 2017 Gold Ticket holder
  • Steel Division: Normandy 44 Deluxe Edition
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
I have a quick and dirty one, however for it to work I believe you have to edit out the techs you already have. And it can be used to 'cheat' if you don't want to actually research the computer tech, as long as you have the preq it works ;)

As a last warning it seems that the effect on industry is added at once, and not recalced every day. Thus you could save, remove techs, load use event, save, remove etc and get a massive IC :p

Very basic, uncommented. Also my first event....but it works :p

Zak

event = {
id = 6000
random = no
trigger = {
}
name = "More tech!"
desc = "Push button, be happy"
style = 0
action_a = {
name = "OK"
command = { type = gain_tech which = 3103 }
command = { type = gain_tech which = 3302 }
command = { type = gain_tech which = 3602 }
command = { type = gain_tech which = 3804 }
command = { type = gain_tech which = 3905 }
command = { type = gain_tech which = 3945 }
command = { type = gain_tech which = 3972 }
command = { type = gain_tech which = 3973 }
command = { type = gain_tech which = 3974 }
}
}