Air Nodes Missing Graphic

When playing as a Kingdom, any time I get an air node inside the fence the graphic turns to a black square/shadow, I'm sure modding to fix this is probably pretty easy but I don't know where to look, is this a common problem and does anyone know a fix? I wouldn't mind using the empire graphic for an Air Node while waiting for a patch.

1,862 views 1 replies
Reply #1 Top

Nevermind I found it, I wanted to edit KingdomUnlimitedImprovements.xml found in \data\English\Core Improvements, it was simple enough, I just had to find


        <TileDesign>K_Air_Shrine_01</TileDesign>

and change it to


        <TileDesign>F_Air_Shrine_02</TileDesign>

 

Then to make sure the icons and construction graphics match up I changed the following.


<ConstructionTileDesign>K_Air_Shrine_Build_01</ConstructionTileDesign>

to

<ConstructionTileDesign>F_Air_Shrine_Build_02</ConstructionTileDesign>

 

I haven't tested yet but that should do it if anyone else wants to.