Report: Anno 1701 Map Editor
3.2 Object Placement
Objects are categorized into:
- Nature: Trees, stone deposits, ore veins, gold deposits, and animal spawners (bears, alligators).
- Infrastructure: Harbor offices, markets, warehouses, streets, and dirt paths.
- Settlements: Pre-built houses (peasant to citizen levels) – useful for scenario starting conditions.
- Decorative: Fences, statues, gardens, and lanterns (purely cosmetic).
My ships cannot leave the harbor.
- Solution: You placed a rock or a reef object directly in front of the warehouse beach. Delete the object or move the warehouse.
Workflow: How to Create a Basic Map
-
Launch the Editor – Find
Anno1701_MapEditor.exein the game folder (<install_path>\Anno 1701\MapEditor). -
Choose Base Template – Start from a blank ocean, a random island seed, or an existing map.
-
Generate or Sculpt Islands
- Use the terrain brush to shape an island.
- Add fertility zones and mineral deposits via the resource panel.
- Paint textures and place trees for aesthetics.
-
Arrange the Archipelago
- Add multiple islands, ensuring a balance of large main islands and small resource outposts.
- Place shallows to limit large ship access if desired.
-
Set Player Start Positions
- Assign each player a starting island and warehouse location.
- Optionally pre-place buildings or ships for campaigns.
-
Add Scenarios and Objectives (optional)
- Open the script editor to define quests or victory conditions.
- Link events to in-game triggers like reaching 1000 settlers.
-
Save and Export – Save as
.mapfile, place it in theMapsfolder (usuallyMy Documents\Anno 1701\Maps). -
Test in Game – Launch Anno 1701, select “Continuous Play” or “Scenario,” and choose your custom map.
What is the Anno 1701 Map Editor?
Unlike modern game editors that are often stripped-down or require external SDKs, the Anno 1701 Map Editor is a robust, standalone executable shipped directly with the game (specifically the Gold Edition or Dawn of Discovery version). It allows players to create custom landscapes, place resources, define victory conditions, and even script events.
In essence, it is a heightmap generator combined with a logic editor. You are not just painting trees; you are deciding where the fertile river plains go, where the volcanic mountains rise, and—most critically—where the precious whale oil and gold deposits spawn.
Creating a Quest Map
- Go to Edit > Trigger Editor.
- Condition:
Player enters area(Define a circle around a specific rock outcropping). - Action:
Spawn pirate ship+Give player 5,000 gold. - Result: The player sails near the rock, gets ambushed by a pirate, but gets a reward if they survive.