Skip to content

Memories.json format

The memories.json file is used to store the players found "Memories", which are NPCs found throughout the world.

JSON format

  • : Root object.
    • Memories: Array that holds all memory entries.
      • : A memory entry.
        • Id: The memory type id. Currently always "NPC".
        • NPCRole: The id of the NPC that was found.
        • TranslationKey: The translation key for the name of this NPC.
        • IsMemoriesNameOverridden: Unknown. Always false.
        • CapturedTimestamp: The unix timestamp of when this NPC was found.
        • FoundLocationNameKey: Where this NPC was found.

History

Early Access

2026.01.13-dcad8778f The memories format is introduced.