Another possible bug fix for the 4.0 beta

While comparing the files I have in my mod folders with the base files in the 4.0 beta, I discovered that I had a copy of StarbaseModuleDefs.xml that attempted to fix a bug in 3.96, that apparently has not been fixed in 4.0.

The CulturalForumModule has:

    <Prerequ>
      <Techs>
        <Option>CulturalExchange</Option>
      </Techs>
      <StarbaseModule>CultureRingModule</StarbaseModule>
    </Prerequ>

Which I think should be:

    <Prerequ>
      <Techs>
        <Option>CulturalInfluence</Option>
      </Techs>
      <StarbaseModule>CultureRingModule</StarbaseModule>
    </Prerequ>

i.e. CulturalInfluence instead of CulturalExchange.

If I'm right, please add this to 4.0.  If I'm wrong, please let me know so that I delete that from my mod folder.

8,449 views 4 replies
Reply #1 Top

Why should it be CulturalInfluence?

CulturalInfluence already has InformationHubModule, which upgrades from CulturalForumModule.

Reply #2 Top

The change was made as a result of this post: https://forums.galciv3.com/494956/page/1/#3749382

It could very well have been fixed since then, in which case I should delete my copy of that file.

Reply #4 Top

Quoting Rhonin_the_wizard, reply 3

That was fixed in a hot-patch some time ago.

Great, thanks!  I'll delete my modified StarbaseModuleDefs file.