DiceTales

๐Ÿ“‚ Import/Export Campaign Guide

The DiceTales import/export feature allows you to save your campaign progress to a file and share it with others or continue playing on different devices.

๐ŸŽ Exporting Your Campaign

How to Export

  1. Click the ๐Ÿ“‚ (Import/Export) button in the top navigation bar
  2. Review your campaign information in the Export section
  3. Click ๐Ÿ“ค Export Campaign to download your save file
  4. The file will be saved as DiceTales_[CharacterName]_[Date].json

What Gets Exported

๐Ÿ“ฅ Importing a Campaign

How to Import

  1. Click the ๐Ÿ“‚ (Import/Export) button in the top navigation bar
  2. In the Import section, click ๐Ÿ“ Select Campaign File
  3. Choose a .json or .dicetales file from your device
  4. Review the campaign preview information
  5. Click ๐Ÿ“ฅ Import Campaign to load the save

โš ๏ธ Important Notes

๐Ÿ”„ Use Cases

Backup Your Progress

Share Adventures

Multi-Device Play

Campaign Management

๐Ÿ“‹ File Format

Campaign files are saved in JSON format and contain:

{
  "version": "1.0.0",
  "exported_at": "2025-08-01T12:00:00.000Z",
  "character": { /* character data */ },
  "campaign": { /* campaign progress */ },
  "settings": { /* user preferences */ },
  "ui": { /* interface state */ },
  "meta": { /* metadata */ }
}

๐Ÿ›ก๏ธ Security & Privacy

๐Ÿšจ Troubleshooting

Import Fails

Export Doesnโ€™t Work

File Size Concerns

๐Ÿ”ฎ Future Features

Planned improvements for the import/export system:


Happy adventuring!