• New Horizons on Maelstrom
    Maelstrom New Horizons


    Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!

Fixed missing textures in Saint Domingue

ContraProductive

Powder Monkey
Build 14 Beta 3.3: 21 Sep 2014
i tried entering the city 3 times..
see screenshot
missing textures.png
 
Here is a fix for that:
Execute the following code through console to fix:
Code:
ref lcn = &Locations[FindLocation("Santo_Domingo_town")];
DeleteAttribute(lcn, "filespath.textures");
Is there another more permanent fix for this yet? :)
 
Back
Top