Skip to main content

Map Building

Welcome to the WorkAdventure map building documentation!

This guide will provide you with instructions on how to edit and create maps for WorkAdventure, allowing you to customize your virtual spaces and create engaging interactive experiences. There are two primary methods for editing maps: using the inline editor and utilizing Tiled.

Inline Map Editor

The inline map editor is a user-friendly tool that enables you to quickly place objects, furniture, and define areas of interest within your map.

In order to use the inline map editor, you must be inside your map and logged with an account that has the "admin" or "editor" tag. The map editor icon will be visible in the action bar at the bottom of the screen.

Map editor icon

Tiled

For more extensive customization and advanced map editing, you can utilize Tiled, a powerful offline map editor. Tiled provides additional features such as placing floors, walls, and the ability to incorporate scripts for dynamic behavior.

What tool should I use?

TaskRecommended tool
I want to quickly place objects or furniture (tables / chairs...)Inline Map Editor (Entity Editor)
I want to add interactive objects (computer opening a website...)Inline Map Editor (entity editor)
I want to add areas of interest (exits, entries, meeting rooms...)Mostly Inline Map Editor (Entity Editor)
I want to edit the map in real-time, cooperating with multiple usersInline Map Editor
I want to configure global settings (Microphone...)Inline Map Editor
I want to edit floors and wallsTiled
I want to create a map from scratchTiled
I want to write scripts to make the map dynamicTiled (Map Scripting API)