Description
Hive cannot build 1st level of FE Unity building unless they have the tech for the 2nd level as well, simple typo in the scripts, [4.05] [408d]
Game Version
4.0.5
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Picked Enigmatic Engineering, got the tech for the FE Unity building. Cannot be built, requires schematics from Arcane Deciphering. I checked the scripts, it would default to that requirement if I did not have the tech, but I do.
As shown in the scripts, the 1st level of the Hive FE Unity building actually requires the 2nd level tech to be built and it is a simple typo. Just change has_technology = tech_fe_administration_2 in the allow scope to has_technology = tech_fe_administration_1 to fix in common\buildings\13_fallen_empire_buildings.txt for the building_fe_administration_hive_1 building. The regular FE Unity building has the correct requirements, as do all other FE buildings. It's just the Hive version of the Unity building that has this typo.
Steps to reproduce the issue.
Upload Attachment
File(s) attached
Hive cannot build 1st level of FE Unity building unless they have the tech for the 2nd level as well, simple typo in the scripts, [4.05] [408d]
Game Version
4.0.5
What version do you use?
Steam
What expansions do you have installed?
Do you have mods enabled?
No
Please explain your issue is in as much detail as possible.
Picked Enigmatic Engineering, got the tech for the FE Unity building. Cannot be built, requires schematics from Arcane Deciphering. I checked the scripts, it would default to that requirement if I did not have the tech, but I do.
As shown in the scripts, the 1st level of the Hive FE Unity building actually requires the 2nd level tech to be built and it is a simple typo. Just change has_technology = tech_fe_administration_2 in the allow scope to has_technology = tech_fe_administration_1 to fix in common\buildings\13_fallen_empire_buildings.txt for the building_fe_administration_hive_1 building. The regular FE Unity building has the correct requirements, as do all other FE buildings. It's just the Hive version of the Unity building that has this typo.
Steps to reproduce the issue.
Upload Attachment
File(s) attached
Attachments
- 1