Skip to content

fix(): resolve epic games multi-save - #1790

Draft
phobos665 wants to merge 1 commit into
utkarshdalal:masterfrom
phobos665:fix/epic-multi-save-support
Draft

fix(): resolve epic games multi-save#1790
phobos665 wants to merge 1 commit into
utkarshdalal:masterfrom
phobos665:fix/epic-multi-save-support

Conversation

@phobos665

@phobos665 phobos665 commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Description

Change to ensure that we can support games that have many saves.
This is a bugfix for games that tend to have very large amount of save files, where it'd break both download & upload of these saves.

Changes:

  1. Grab the manifest to list the files
  2. Package and chunk the save files
  3. Download in parallel to speed up download

Added tests too.

Recording

Type of Change

  • Bug fix
  • Performance / stability improvement
  • Compatibility improvements
  • Other (requires prior approval)

Checklist

  • If I have access to #code-changes, I have discussed this change there and it has been green-lighted. If I do not have access, I have still provided clear context in this PR. If I skip both, I accept that this change may face delays in review, may not be reviewed at all, or may be closed.
  • This change aligns with the current project scope (core functionality, stability, or performance). If not, it has been explicitly approved beforehand.
  • I have attached a recording of the change.
  • I have read and agree to the contribution guidelines in CONTRIBUTING.md.

Summary by cubic

Fixes Epic cloud saves for save-heavy games by bypassing the 1000-item metadata cap and downloading chunk files in parallel with retries. Restores reliable uploads/downloads and speeds up downloads.

  • Bug Fixes
    • Request chunk read links explicitly via POST using ChunkInfo.getPath(), avoiding the 1000-item listing cap.
    • List manifests only, then fetch chunk links separately to ensure all chunks are reachable.
    • Download chunks in parallel (up to 16) with per-chunk retry and small backoff; reconstruct only needed files.
    • Add tests to ensure ChunkInfo.getPath() is stable across serialize/parse and unique across many chunks.

Written for commit 2f7fd13. Summary will update on new commits.

Review in cubic

@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: bbd22f2b-3325-46ca-87ec-7a1677566da0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@phobos665

Copy link
Copy Markdown
Contributor Author

Currently in review as I'm still testing it.

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.

1 participant