This guide explains the technical structure of Mythic GME Mobile journal files. While the app provides the best experience for creating and managing journals, this documentation helps developers and power users understand the data format for custom integrations or advanced usage.
The recommended way to create and manage journals is through the Mythic GME Mobile app. This documentation is primarily for:
Each journal file is a JSON document containing these key elements:
Track individual story segments with these properties:
{
"SceneSummary": "Scene description",
"SceneChaosFactor": 5,
"SceneNotes": "Detailed notes about the scene",
"SceneType": "Expected Scene | Altered Scene | Interrupt Scene"
}
Keep track of important people in your story:
{
"Character": "Character name",
"Description": "Optional character description"
}
Manage storylines and plot points:
{
"Thread": "Thread name",
"Description": "Optional thread description"
}
Track important locations, items, or events:
{
"Feature": "Feature name",
"Description": "Optional feature description"
}
The journal automatically tracks various game events:
For developers and advanced users, you can download a sample journal template that shows the complete file structure:
Note: This template is for reference purposes. For regular use, we recommend creating journals directly in the Mythic GME Mobile app.