GAME INFORMATION
These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.
- GAME BUILD #: latest build
- GAME PLATFORM: Steam
- OPERATING SYSTEM: Windows 10
ISSUE EXPERIENCED
DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
AI using 100 villagers to build wonder when the foundation of 5x5 is only large enough to fit between 48-52 vills on all four sides.
FREQUENCY OF ISSUE
How often does the issue occur? CHOSE ONE; DELETE THE REST!
- 100% of the time / matches I play (ALWAYS)
REPRODUCTION STEPS
List CLEAR and DETAILED STEPS we can take to reproduce the issue ourselves… Be descriptive!
Here’s the steps to reproduce the issue:
- play a normal game AI building wonder
- AI loads promi buildings.per or init.per
- watch AI pulls all vills up to 100 to build wonder
EXPECTED RESULT
What was SUPPOSED to happen if the bug you encountered were not present?
AI should only need between 45-50 as foundation can only fit that many vills
in buildings.per file, line 435: (up-assign-builders c: wonder c: 100)
or init.per file line 954: (up-assign-builders c: wonder c: 40)
theres some conflict here wanting to build wonder with 40 vills, but looks like the 100 overrides it for w/e reason.
edit: okay so changing these value to 1 seems to have no effect, not sure whats happening here.