Possible bug with Lakota age-up in aiTechs.xs

:arrow_forward: GAME INFORMATION

  • GAME BUILD #: 100.15.59076.0
  • GAME PLATFORM: Microsoft Store
  • OPERATING SYSTEM: Windows 10

:arrow_forward: ISSUE EXPERIENCED

In the aiTechs file it contains code for the AI to choose which Tribal Council member it selects, and for the Industrial Age the Lakota’s entry has the Haudenosaunee civ name instead of theirs.

     else if (cMyCiv == cCivXPIroquois)
      {
            if (aiRandInt(2) == 0)
         {
               return (cTechTribalSiouxWarrior4);
         }
            else
         {
               return (cTechTribalSiouxShaman4);
         }
      }

:arrow_forward: FREQUENCY OF ISSUE

100%

2 Likes

Do the Lakota still age up? (they do, right? Or am I going crazy?)

They do still age up, both Lakota and Haudenosaunee. I’m not sure if the AI even uses the fast age-up options, so this may not have any noticeable effect.