Social_Mech
Chieftain
- Joined
- Feb 8, 2021
- Messages
- 28
I'm trying to create alternate buildings for a district (the Chancery). For the time being, I just want the build to use existing assets in the game. As of now, I'm using the Chancery's existing icons, so they show up on the production selection layout and production queue just fine.
However, when I build the alternate building, it doesn't show up in the district.
I've looked through every file in the Ethiopia DLC folder and I cannot seem to find that the existing Chancery building is tied to any other art.
What do I need to do? Thank you
Code:
<GameInfo>
<IconDefinitions>
<Row Name="ICON_BUILDING_CHANCERY2" Atlas="ICON_ATLAS_ETHIOPIA_BUILDINGS" Index="2"/>
<Row Name="ICON_BUILDING_CHANCERY2_FOW" Atlas="ICON_ATLAS_ETHIOPIA_BUILDINGS_FOW" Index="2"/>
</IconDefinitions>
</GameInfo>
I've looked through every file in the Ethiopia DLC folder and I cannot seem to find that the existing Chancery building is tied to any other art.
What do I need to do? Thank you