Skip to content

jakobharder/anno1800-shared-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shared Anno 1800 Mods

Shared mods from Jakob's Collection.

Include in your Mod

You are free to include ground textures and shared products, as long as you don't modify the mods themselves.

You may add additional unlocks, but please don't change balancing if that's not the core theme of your mod (e.g. complete rebalance mod is OK).

Easily add shared mods by adding the following URL pattern to the dependencies in modinfo.json with ModID as the name for the zip file:

"ModDependencies": [
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.5.2/cheese-jakob.zip"
]

Check Dependencies

Be sure to include dependencies. Many mods require shared-pools-and-definitions.

"ModDependencies": [
  "https://github.com/anno-mods/shared-resources/releases/download/v10.4/shared-pools-and-definitions.zip",
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.5.2/cheese-jakob.zip",
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.5.2/ow-cheese-jakob.zip"
]

Products and Productions

Product mods contain product asset, icon, storage list, expedition values and Docklands information if applicable - at least a fake factory for IsMainFactory handling.

Production mods contain production buildings in one region and sometimes a chain menu with an unlock.

Name GUID Product Production Unlock
Vegetables 1500010836 vegetables-jakob ow-vegetables-jakob 1
Flax 114365 vanilla ow-flax-jakob 1
Olives 1500010105 olives-jakob ow-olive-oil-jakob
Olive Oil 1500011326 olive-oil ow-olive-oil-jakob
Milk 5385 vanilla ow-cheese-jakob 1
Cheese 1500010102 cheese-jakob ow-cheese-jakob
(New World Cities)
1
Hemp 1440224 hemp-jakob ow-hemp-jakob
(New Horizons, Asia)
Ropes 1500010825 ropes-jakob ow-ropes-jakob 500
Tools 1500010153 tools-jakob ow-tools-jakob 900
Sardines 1500010120 sardines-jakob (ow-sardines-jakob) 900
Linen 114391 vanilla ow-linen-jakob
Suits 1500010127 suits-jakob (ow-suits-jakob) 900
Herbs 5383 vanilla ow-herbs-jakob
(shared_herb_garden_kurila)
compatible, differ in fertility
Tea 1500010847 tea-jakob (ow-tea-jakob) 900

Shared Decals and Models

Shared decals and models mods contain mostly CFGs to use in your own buildings.

  • decals-city-jakob: 1x1 CFGs with Engineer/Investor like pavement decals
  • decals-industry-jakob: 1x1 CFGs with concrete/stone pavement decals for industries
  • models-railway-jakob: 1x1 CFGs with platform pieces

Use Textures in your Mod

Add the following dependencies to your modinfo.json:

"ModDependencies": [
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.1/decals-city-jakob.zip",
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.1/decals-industry-jakob.zip",
  "https://github.com/jakobharder/anno1800-shared-mods/releases/download/v4.1/models-railway-jakob.zip"
]

Production Fertilities

The table shows new fertilities and vanilla vertilities together. Vanilla is as with all of my mods unchanged.

Set Hard Medium Easy
Any 1
Any 2 *
Any 3
Any 4 *
Any 5
Any 6 *
Non-starter 7
Non-starter 8
Non-starter 9 *
Non-starter 10
Non-starter 11

*) Extra herb fertility on easy only with ow-herbs-jakob. shared_herb_garden_kurila has the same on all difficulty levels, but comes with fertility items.

Changes

4.1

  • Split products, productions into individual mods
  • Added olive oil to olive related productions
  • Added fertilities to vegetables, olives and hemp including existing save fallback with buffs
  • Shortened ModIDs of shared-ground-texture-industry-jakob and .. city-jakob to decals-industry-jakob and decals-city-jakob.

How to Build

Build with Visual Studio Code plugin

The mods are made with the Modding Tools for Anno extension for VS Code.

Make sure to set annoMods settings.

Install the plugin, open a mod folder and press F1 and choose Build Anno Mod or right click on a modinfo.json file.

Build with Node.js

Run the following commands:

npm install .
npm run build
npm run package