Anno 1800

File information

Last updated

Original upload

Created by

Spaardacus

Uploaded by

Spaardah

Virus scan

Safe to use

Tags for this mod

90 comments

  1. Spaardah
    Spaardah
    • member
    • 4 kudos
    Locked
    Sticky
    Updated, should work with current game version.
    I truly appreciate the feedbacks, and I'm glad you guys have enjoyed this mod. Hopefully with this quick fix you all can enjoy the mod once again.
  2. mjdaved
    mjdaved
    • member
    • 0 kudos
    Is this Mod still working with GU16 or GU17?
    1. fabioguida89
      fabioguida89
      • member
      • 0 kudos
      Any news?
  3. ScarletAethlae
    ScarletAethlae
    • supporter
    • 0 kudos
    Am I the only one who can no longer use the style tool because of the mod? I get a red cross :/
  4. xxx420badboy
    xxx420badboy
    • premium
    • 2 kudos
    Hi, I fixed the incompatibility with Vibrant Cities. It looks like the DLC overwrites the base game version of assets.xml, then Project Distinction overwrites that file with code based on he base game.

    Replace the contents of assets.xml in the following code:


    <ModOps>
        <!-- tier 1 residence -->
        <ModOp Type="replace" GUID="1010343" Path="/Values/Object">
            <Object>
                              <Variations>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier01_estate01/residence_tier01_estate01.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier01_estate02/residence_tier01_estate02.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier01_estate03/residence_tier01_estate03.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier01_estate04/residence_tier01_estate04.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier02_estate01/residence_tier02_estate01_t1.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier02_estate02/residence_tier02_estate02_t1.cfg</Filename>
                                </Item>
                              </Variations>
     <Skins>
                                <DefaultSkinName>23852</DefaultSkinName>
                                <DefaultSkinDescription>23853</DefaultSkinDescription>
                                <OverrideDefaultIcon>data/ui/2kimages/main/3dicons/ornaments/cosmetic_dlc06/icon_tier01_default.png</OverrideDefaultIcon>
                                <SkinList>
                                  <Item>
                                    <SkinAssetGuid>694</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>702</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>716</SkinAssetGuid>
                                  </Item>
                                </SkinList>
                              </Skins>
                            </Object>
        </ModOp>
        <!-- tier 2 residence -->
        <ModOp Type="replace" GUID="1010344" Path="/Values/Object">
             <Object>
                              <Variations>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier02_estate01/residence_tier02_estate01.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier02_estate02/residence_tier02_estate02.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier02_estate03/residence_tier02_estate03.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier02_estate04/residence_tier02_estate04.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/graphics/buildings/residence/residence_tier02_estate05/residence_tier02_estate05.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier03_estate02/residence_tier03_estate02_t2.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier03_estate04/residence_tier03_estate04_t2.cfg</Filename>
                                </Item>
                              </Variations>
                              <Skins>
                                <DefaultSkinName>23852</DefaultSkinName>
                                <DefaultSkinDescription>23853</DefaultSkinDescription>
                                <OverrideDefaultIcon>data/ui/2kimages/main/3dicons/ornaments/cosmetic_dlc06/icon_tier02_default.png</OverrideDefaultIcon>
                                <SkinList>
                                  <Item>
                                    <SkinAssetGuid>698</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>709</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>717</SkinAssetGuid>
                                  </Item>
                                </SkinList>
                              </Skins>
                            </Object>
        </ModOp>
        <!-- tier 4 residence -->
        <ModOp Type="replace" GUID="1010346" Path="/Values/Object">
            <Object>
                <Variations>
                    <Item>
                    <Filename>data/modgraphics/buildings/residence/residence_tier04_01/residence_tier04_01.cfg</Filename>
                    </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_02/residence_tier04_02.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_03/residence_tier04_03.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_04/residence_tier04_04.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_05/residence_tier04_05.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_06/residence_tier04_06.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_07/residence_tier04_07.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_08/residence_tier04_08.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_07/residence_tier04_07t.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_07/residence_tier04_07z.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_06/residence_tier04_06t.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier04_04/residence_tier04_04t.cfg</Filename>
                                </Item>
                              </Variations>
                              <Skins>                            <DefaultSkinName>23852</DefaultSkinName>
                                <DefaultSkinDescription>23853</DefaultSkinDescription>
                                <OverrideDefaultIcon>data/ui/2kimages/main/3dicons/ornaments/cosmetic_dlc06/icon_tier04_default.png</OverrideDefaultIcon>
                                <SkinList>
                                  <Item>
                                    <SkinAssetGuid>700</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>722</SkinAssetGuid>
                                  </Item>
                                  <Item>
                                    <SkinAssetGuid>711</SkinAssetGuid>
                                  </Item>
                                </SkinList>
                              </Skins>
                            </Object>
        </ModOp>
         <!-- tier 5 residence -->
        <ModOp Type="replace" GUID="1010347" Path="/Values/Object/Variations">
                              <Variations>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_01/residence_tier05_01.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_02/residence_tier05_02.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_03/residence_tier05_03.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_04/residence_tier05_04.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_05/residence_tier05_05.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_06/residence_tier05_06.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_07/residence_tier05_07.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_02/residence_tier05_02b.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_06/residence_tier05_06z.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_04/residence_tier05_04b.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_08/residence_tier05_08.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_08/residence_tier05_08t.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_02/residence_tier05_02t.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_02/residence_tier05_02a.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_02/residence_tier05_02z.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_06/residence_tier05_06t.cfg</Filename>
                                </Item>
                                <Item>
                                  <Filename>data/modgraphics/buildings/residence/residence_tier05_08/residence_tier05_08z.cfg</Filename>
                                </Item>
                              </Variations>
        </ModOp>
        
    </ModOps>
    1. AchoBenja
      AchoBenja
      • member
      • 0 kudos
      works like a charm now, and compatible with Vibrant Cities! Thank you very much dude!
    2. jsellers916
      jsellers916
      • member
      • 0 kudos
      Hi Treg, just wanted to express my thanks for sharing the code fix! It worked for me as well!
    3. BenjaBC2
      BenjaBC2
      • member
      • 0 kudos
      Hey, please can you explain how to make this compatible again with old town dlc? With this mod, old town house skins dont show up in the menu
    4. DragonKaede
      DragonKaede
      • supporter
      • 0 kudos
      I have no idea how to replace the code in this comment, but I'd like to so I can use the mod alongside vibrant cities.
  5. BenjaBC2
    BenjaBC2
    • member
    • 0 kudos
    Please update, I love your mod and old town house skins dont show up in the menu if your mod is enabled
  6. retroperson
    retroperson
    • member
    • 0 kudos
    Hi! This is an amazing mod since it adds taller buildings without narrowing them down near the top, which is what High Life DLC buildings do. However, I was wondering when you plan on fixing the texture / model clipping bugs (e.g. a roof window being visible on a floor in the middle of the building, windows overlapping with other windows, etc.) Since I am mostly a beauty builder, this would be a great fix to make the buildings look more realistic. Thanks for making this mod, and wish you luck!

    Edit: I was also wondering if you were considering adding even taller variations of specifically the investor buildings, since their skyscraper levels go up to 5 levels.
  7. Azanthul107
    Azanthul107
    • member
    • 0 kudos
    Does this mod work with the newest Anno DLC / Update?

    Please update your outdated sticky, thanks 
  8. AnnoWerx
    AnnoWerx
    • member
    • 0 kudos
    is this mod compatible with <The Color Collection> mod?
    1. Ayshara
      Ayshara
      • supporter
      • 1 kudos
      It does work the Colour Collection, but sadly does NOT work with the newest DLC (Vibrant Cities)
    2. jsellers916
      jsellers916
      • member
      • 0 kudos
      Agreed. It appears it does not work with Vibrant Cities Pack. Only Artisan and Investor tiers appear to be able to use the paintbrush tool. Hoping Spaardah will find time to update this really impressive mod!
  9. AchoBenja
    AchoBenja
    • member
    • 0 kudos
    Not working with latest DLC, maybe all the skins of this mod can be used in the "basic skin" of the houses to ensure compatibility.
  10. Ayshara
    Ayshara
    • supporter
    • 1 kudos
    It is only working on the Artisan and Investor models, to use the Design tool and to change the models to the new Base Game alternate skins...will it be possible to make the others work with the new DLC? Also could it be possible to add a couple more color options or models to Farmer houses? It's really grand to have a nicely blended neighbourhood of Farmers and Workers
  11. tolgaozdmr25
    tolgaozdmr25
    • member
    • 0 kudos
    Is it possible to warn the port structure