-
Notifications
You must be signed in to change notification settings - Fork 64
Future Tech/Civic is unselectable #548
Comments
Yes, I have seen it, quick workaround was to select Futures from the World Tracker instead, which is in fact easier than going to the Tree to select them. |
Never seen that problem and I always open the Tree... |
@JHCD Yes, I believe it's only for repeat entries |
Yes, IIRC, it triggers after the first Future was selected, and you try to select the second. |
The problem is here:
It seems like localPlayerCulture:GetCivicPath does not work so well when the tech is researched. I think this is a problem in vanilla to since I can't find anything different from our code that interferes with this. I tried to replace the pathToCivic with the hash instead and that works. I think we might need to a special SetCurrentNode for the future civic and tech that checks if is done and then just adds the hash instead of the pathToCivic. |
Hey man, just wondering if there are any resolutions to this issue yet. I just downloaded the CQUI mod and I've run into the issue listed above. I'm not able to select tech/civic and I can't set any policies either. I'm really not familiar with programming so I'm not sure if that was a solution that you posted above. Any help is greatly appreciated. Thanks |
@ehmonny Sorry nothing yet and will have to wait until the Summer Patch fixes are done. |
Thanks very much for the quick reply |
This is a secondhand report from the Steam comments, but I've seen it a few times now and I think it's an edge case worth investigating since we do have some heuristics which specifically don't account for repeating techs
The text was updated successfully, but these errors were encountered: