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

nachinus

Homo ludens
74 Badges
Dec 27, 2002
6.582
3.134
  • Hearts of Iron IV: Cadet
  • Age of Wonders III
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Death or Dishonor
  • BATTLETECH
  • Stellaris - Path to Destruction bundle
  • Hearts of Iron IV: Together for Victory
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Expansion Pass
  • Stellaris Sign-up
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Achtung Panzer
  • Crusader Kings II: Conclave
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Pillars of Eternity
  • Hearts of Iron IV: Expansion Pass
  • Battle for Bosporus
  • Crusader Kings III: Royal Edition
  • Crusader Kings III
  • Imperator: Rome - Magna Graecia
  • Stellaris: Federations
  • BATTLETECH: Season pass
  • Imperator: Rome Sign Up
  • Prison Architect
  • Crusader Kings II: Way of Life
  • Imperator: Rome
  • Imperator: Rome Deluxe Edition
  • BATTLETECH: Flashpoint
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Cities: Skylines - Parklife
  • Stellaris: Apocalypse
  • Europa Universalis III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Heir to the Throne
  • East India Company
  • Deus Vult
Tweaking some files around I found that there is a spelling mistake en religious inventions that may be preventing some inventions from firing.

All the hellenistic exclusive inventions have in their triggers:

Code:
religion_group = he[B]l[/B]enistic_pantheon

BUT, in the religion file, the pantheon is spelled hellenistic. So probably that trigger is not checked as true.

Code:
hellenistic_pantheon = {
	roman_pantheon = {
		color = { 0.7 0.0 0.0 }
	}
	greek_pantheon = {
		color = { 0.6 0.2 0.2 }
	}
	egyptian_pantheon = {
		color = { 1.0 0.0 0.0 }
	}
}
 
Upvote 0