Shared mods from Jakob's Collection.
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"
]
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"
]
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.
Shared decals and models mods contain mostly CFGs to use in your own buildings.
decals-city-jakob
: 1x1 CFGs with Engineer/Investor like pavement decalsdecals-industry-jakob
: 1x1 CFGs with concrete/stone pavement decals for industriesmodels-railway-jakob
: 1x1 CFGs with platform pieces
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"
]
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.
- 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
todecals-industry-jakob
anddecals-city-jakob
.
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.
Run the following commands:
npm install .
npm run build
npm run package