Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MADE: Add save metadata support - #7847

Draft
synacktic wants to merge 1 commit into
scummvm:masterfrom
synacktic:made/save-metaengine
Draft

MADE: Add save metadata support#7847
synacktic wants to merge 1 commit into
scummvm:masterfrom
synacktic:made/save-metaengine

Conversation

@synacktic

Copy link
Copy Markdown
Contributor

The MADE engine reads and writes saves but does not expose them to the
launcher. This adds save listing, deletion, and metadata queries and
advertises the corresponding metaengine features.

Return to Zork saves carry the player's description in a fixed-width,
possibly unterminated field in their original SGAM header. Older MADE
save formats have no description field and fall back to the slot
number.

Testing:

  • MADE-only release build on current master.
  • Existing saves from the original DOS interpreter list with their
    player-entered descriptions.

The MADE engine could read and write saves but did not expose them to
the launcher. Implement save listing, deletion, and metadata queries,
and advertise the corresponding engine features.

Return to Zork saves contain an SGAM header with a fixed-width,
possibly unterminated description. Read that description safely.
Older MADE games have no description field, so use the slot number as
a fallback.

Tested with saves created by the original DOS interpreter; the
launcher displays their descriptions.

Assisted-by: Claude:claude-opus-5
Assisted-by: Codex:gpt-5
@bluegr

bluegr commented Aug 21, 2026

Copy link
Copy Markdown
Member

Why is this in a draft status? What is still left to be done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants