Estebanium
Prince
I just want to change the texture that is responsible for cities and I am not able to implement a custom one. So I ask for help and ask how to mod the look of a city.
So this is the City of Greece. I know that, or I hope so, the texture "medit_anc_city_diff.dds" is responsible for the look of the city. The modinfo looks like this:
<?xml version="1.0" encoding="utf-8"?>
<Mod id="3b546fe4-04cb-4e5e-a21c-fb2219a375623" version="1">
<Properties>
<Name>City Test</Name>
<Teaser>Testing Textures of Cities</Teaser>
<Description></Description>
<Authors>Estebanium</Authors>
<HideSetupGame>0</HideSetupGame>
<AffectsSavedGames>0</AffectsSavedGames>
<SupportsSinglePlayer>1</SupportsSinglePlayer>
<SupportsMultiplayer>1</SupportsMultiplayer>
<SupportsHotSeat>1</SupportsHotSeat>
<SupportsMac>1</SupportsMac>
<ReloadAudioSystem>0</ReloadAudioSystem>
<ReloadLandmarkSystem>0</ReloadLandmarkSystem>
<ReloadStrategicViewSystem>0</ReloadStrategicViewSystem>
<ReloadUnitSystem>0</ReloadUnitSystem>
</Properties>
<Dependencies />
<References />
<Blocks />
<Files>
<File md5="4bbca84714c157d7dab56bdac333c885" import="1">Buildings/medit_anc_city_diff.dds</File>
</Files>
</Mod>
Just for testing I shifted the texture color to pink, so I can see a change if it is working, but unfortunately there is no difference in the city.
What do I wrong?

So this is the City of Greece. I know that, or I hope so, the texture "medit_anc_city_diff.dds" is responsible for the look of the city. The modinfo looks like this:
Spoiler :
<?xml version="1.0" encoding="utf-8"?>
<Mod id="3b546fe4-04cb-4e5e-a21c-fb2219a375623" version="1">
<Properties>
<Name>City Test</Name>
<Teaser>Testing Textures of Cities</Teaser>
<Description></Description>
<Authors>Estebanium</Authors>
<HideSetupGame>0</HideSetupGame>
<AffectsSavedGames>0</AffectsSavedGames>
<SupportsSinglePlayer>1</SupportsSinglePlayer>
<SupportsMultiplayer>1</SupportsMultiplayer>
<SupportsHotSeat>1</SupportsHotSeat>
<SupportsMac>1</SupportsMac>
<ReloadAudioSystem>0</ReloadAudioSystem>
<ReloadLandmarkSystem>0</ReloadLandmarkSystem>
<ReloadStrategicViewSystem>0</ReloadStrategicViewSystem>
<ReloadUnitSystem>0</ReloadUnitSystem>
</Properties>
<Dependencies />
<References />
<Blocks />
<Files>
<File md5="4bbca84714c157d7dab56bdac333c885" import="1">Buildings/medit_anc_city_diff.dds</File>
</Files>
</Mod>
Just for testing I shifted the texture color to pink, so I can see a change if it is working, but unfortunately there is no difference in the city.
What do I wrong?