Tutorial - Share Level Packs
Sharing Your Level Packs
Once you’ve created an amazing dungeon experience, you can share it with other players! The Level Editor provides several ways to distribute your custom level packs.
Export Your Level Pack

To export and share your level pack:
- Open your level pack in the editor
- Click the Export button (the third icon in the top toolbar)
- Choose where to save your exported level pack file
- The editor will create a
.etdmfile containing all your levels, monsters, items, and settings
Sharing Methods

You can share your level pack using:
- Email: Send the
.etdmfile directly to friends - Local or iCloud Storage: Save to Files app for later access
- AirDrop: Share directly to nearby devices
Opening Shared Level Packs
When someone receives your .etdm file:

- Tap or open the
.etdmfile on their iOS/Mac device - The file uses Apple’s URL scheme mechanism to automatically launch “The Dungeon - Get Out”
- The game will automatically import the level pack
- The imported levels will be ready to play immediately
- When you start a new game, you can select the new level pack
Players can also save the .etdm file and import it later by opening it whenever they’re ready.
JSON Export (Advanced)
For advanced users who want to edit level packs programmatically:
- Export your level pack as usual (creates a
.etdmfile) - Rename the file extension from
.etdmto.json - Edit the JSON file with your favorite code editor
- Make your changes following the JSON structure
- Rename back to
.etdmto use in the game
For details on the JSON structure and available fields, see the JSON Export documentation.