modding-guide

WIP Tutorial Quests, written by Serp:

This tutorial will show you how to create quests and how to properly start them.

I will use GUIDs from the personal GUID Range: https://github.com/anno-mods/GuidRanges?tab=readme-ov-file#personal-guid-range
If you plan to publish your mod, make sure to reserve your own GUID Range there to not conflict with other mods.

Quests Properties
QuestPools Properties

1) Creating a Quest
2) Starting Quests
3) Creating QuestPools

Testing ingame

To easier test your code ingame, feel free to use this Cheatmod: Cheat Keybinds (Serp) v1.02

Multiplayer

There is a reason why most vanilla Story Quests are disabled in Multiplayer. Random Quests usually work fine.