The above is a solution, but not the correct solution to your problem.
In Data\world\maps\base\descr_regions.txt you have a list of the provinces with some details. Now let's take this entry:
Code:
Sardinia
Caralis
carthage
Beronicensis
198 35 13
wine, dogs, pigs
5
5
Notice carthage in the third entry. This is about which faction started the city. So when the campaign loads up the game notices it and will show a carthagian city. But carthage is no longer present in the game, so whenever you move the camera to a carthagian city the game tries to visualize it -> *not present in campaign* -> CTD!
So search for carthage in Data\world\maps\base\descr_regions.txt and replace the carthage faction entry with "numidia" (looks appropiate). Do not replace the city Carthage itself in Africa!
Cheers,
DJ
Bookmarks