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

Maplover

Recruit
3 Badges
Nov 5, 2022
5
2
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
I used unlocking_technologies conditional statement in production_method. it worked. but it works only as 'OR'

unlocking_technologies = {
A
B
}

It only works as A or B but what I want is A and B

I tried under one.

unlocking_technologies = {
And = {
A
B
}
}

it didn't work.

1. I want to use 'And' into unlocking_technologies

2. I want to know another conditional statements that can be used in production_method
 
Last edited:
  • 1
Reactions:
From my current experience, production methods are a troubling point when it comes to modding. I tried other conditions, like variables, but it didn't seem to work. Really an oversight if this is true, because there would be many, many possibilities to unlock production methods by other triggers than technology. I hope Paradox fixes this and gives modders more possibilities to work with production methods in the future, especially because they are a core element in gameplay. I had the same experience with unlocking technologies, too.
 
  • 1Like
Reactions:
From my current experience, production methods are a troubling point when it comes to modding. I tried other conditions, like variables, but it didn't seem to work. Really an oversight if this is true, because there would be many, many possibilities to unlock production methods by other triggers than technology. I hope Paradox fixes this and gives modders more possibilities to work with production methods in the future, especially because they are a core element in gameplay. I had the same experience with unlocking technologies, too.
thx for ur answer.
 
  • 1Like
Reactions: