When a new unit is built, the game checks if that's the first unit you have built of that UnitCombatType, and if so, displays the pop-up strategy advice saying something like "You have just built your first Mounted Unit..."
I expect the code for this is written somewhere in the Python files. Now, if you mod UnitCombat in XML and replace the vanilla types with something completely different, the game no longer finds the old types and then displays all the pop-ups once you build your first unit.
I could probably fix this if only I could find it in the Python files. Anybody here who could tell me where it is?
I expect the code for this is written somewhere in the Python files. Now, if you mod UnitCombat in XML and replace the vanilla types with something completely different, the game no longer finds the old types and then displays all the pop-ups once you build your first unit.
I could probably fix this if only I could find it in the Python files. Anybody here who could tell me where it is?