Skip to content

Install Mods

Mod Folders

117 & 1800

Place a mod in one of the following locations to use it.

  • <user>/Anno 117/mods/
  • <install>/Anno 117/mods/
  • <user>/Anno 1800/mods/
  • <install>/Anno 1800/mods/

Collection Folders

117 & 1800

- mods/
  - Collection/
    - ModA/
      - data/
      - modinfo.json
    - ModB/
      - data/
      - modinfo.json

Collection folders do not act as mods. They don't have activation or ModIDs.

A mod manager may bulk enable/disable based on those folders though...

modinfo.json is required for mods in sub-folders.

Zip Files

1800

Mods can be read directly from .zip files. Each individual mod within the .zip file is treated as a mod.

└─ Mod.zip/
   ├─ data/
   └─ modinfo.json
└─ Mod.zip/
   └─ Mod/
      ├─ data/
      └─ modinfo.json
└─ Collection.zip/
   ├─ ModA/
     ├─ data/
     └─ modinfo.json
   └─ ModB/
      ├─ data/
      └─ modinfo.json

Island files are known to have problems when loaded from .zip files.