Description
[3.2.1 (de97)] Research Institute AI change not reflected in Planetary Supercomputer
Game Version
Herbert 3.2.1 (de97)
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Utopia, Megacorp, Distant Stars, Ancient Relics, Lithoids, Federations
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
With 3.2.1, the second ai_resource_production={} block for the Research Institute building was modified and the third was removed. These changes weren't made to the Planetary Supercomputer building (which is the Gestalt version of the building), so now the two buildings have different ai_resource_production values where before they were the same.
From common/buildings/05_research_buildings.txt - new Research Institute code:
From common/buildings/05_research_buildings.txt - current Planetary Supercomputer / old Research Institute code:
Steps to reproduce the issue.
Upload Attachment
File(s) attached
[3.2.1 (de97)] Research Institute AI change not reflected in Planetary Supercomputer
Game Version
Herbert 3.2.1 (de97)
What version do you use?
Steam
What expansions do you have installed?
Synthetic Dawn, Utopia, Megacorp, Distant Stars, Ancient Relics, Lithoids, Federations
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
With 3.2.1, the second ai_resource_production={} block for the Research Institute building was modified and the third was removed. These changes weren't made to the Planetary Supercomputer building (which is the Gestalt version of the building), so now the two buildings have different ai_resource_production values where before they were the same.
From common/buildings/05_research_buildings.txt - new Research Institute code:
Code:
building_institute = {
[...]
ai_resource_production = {
trigger = { always = yes }
physics_research = 3
society_research = 3
engineering_research = 3
}
ai_resource_production = {
trigger = {
planet_resource_compare = {
resource = physics_research
value >= 30
}
}
physics_research = 5
society_research = 5
engineering_research = 5
}
}
Code:
building_supercomputer = {
[...]
ai_resource_production = {
trigger = { always = yes }
physics_research = 3
society_research = 3
engineering_research = 3
}
ai_resource_production = {
trigger = {
planet_resource_compare = {
resource = physics_research
value >= 20
}
}
physics_research = 3
society_research = 3
engineering_research = 3
}
ai_resource_production = {
trigger = {
planet_resource_compare = {
resource = physics_research
value >= 40
}
}
physics_research = 3
society_research = 3
engineering_research = 3
}
}
Steps to reproduce the issue.
Upload Attachment
File(s) attached