GAME BUILD #: Version 101.101.44725.0 6115729 (JANUARY DLC PATCH)
GAME PLATFORM: Steam
OPERATING SYSTEM: Windows 10
ISSUE EXPERIENCED
Techtree shows wrong unit names and descriptions. How was this not tested at all? Seems to happen to civs from forgotten expansion exclusively (incas indians slavs magyars italians)
These details are CRITICAL; DO NOT skip them or your issue may not be reviewed.
GAME BUILD #: 101.101.44725.0 6115729
GAME PLATFORM: Steam
OPERATING SYSTEM: Windows 10 Home
ISSUE EXPERIENCED
DESCRIBE THE ISSUE IN DETAIL (below). LIMIT TO ONE BUG PER THREAD.
The Magyar Unique Unit block and Magyar Elite Unique Unit Upgrade shows Byzantine Unique Unit text and Byzantine Elite Unique Unit Upgrade text. This is found in every instance of the Technology Tree, both in a match and on civilization selection screens.
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:
Open Technology Tree
Select Magyars
Mouse over Unique Unit and Unique Unit Upgrade
Display incorrect text
EXPECTED RESULT
What was SUPPOSED to happen if the bug you encountered were not present?
It should show the Magyar Hussar and Elite Magyar Hussar text
IMAGE
ALWAYS attach a PICTURE (.jpg, .png, .gif) or VIDEO (.mp4, YouTube link) that highlights the problem.
!
Note: The Elite Upgrade text is also incorrect but my account is new so I cannot upload more than one image.
GAME FILES (SAVE / RECORDING)
Attach a SAVE GAME (.aoe2spgame) or GAME RECORDING (.aoe2record) of the match where you encountered the issue. Link it below if using an external file service.
This issue stems from wrong values for the “Help String ID” in widgetui/civTechTrees.json for those units.
In the data file, those units have the same wrong values in their LanguageDLLHelp fields. Except for Villager, Bombard Tower, and Trade Cart, the “Help String ID” should always be the “Name String ID” + 100,000.
This can be easily fixed by putting the correct values in widgetui/civTechTrees.json.