Skip to content

Launcher: add Epic Games Store platform#228

Open
Kheartz wants to merge 2 commits into
MafiaHub:developfrom
Kheartz:add_epic_platform
Open

Launcher: add Epic Games Store platform#228
Kheartz wants to merge 2 commits into
MafiaHub:developfrom
Kheartz:add_epic_platform

Conversation

@Kheartz

@Kheartz Kheartz commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Resolve the game through the Epic launcher's plaintext manifests: new External::Epic component, ProjectPlatform::EPIC, and RunInnerEpicChecks mirroring the Steam path.

Summary by CodeRabbit

  • New Features

    • Added Epic launcher support for launching games.
    • Detects installed Epic games by reading local Epic .item manifests and uses the discovered install path during launch.
    • Added an optional Epic app name setting to improve matching accuracy.
  • Bug Fixes

    • Improved launch validation with a clear error when a matching Epic installation can’t be found.
    • More resilient manifest scanning: ignores missing or unreadable/malformed entries without interrupting discovery.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1e4eac48-8d23-4554-9573-91c6bc22778d

📥 Commits

Reviewing files that changed from the base of the PR and between 269f8e7 and 26de343.

📒 Files selected for processing (5)
  • code/framework/CMakeLists.txt
  • code/framework/src/external/epic/manifest.cpp
  • code/framework/src/external/epic/manifest.h
  • code/framework/src/launcher/project.cpp
  • code/framework/src/launcher/project.h
🚧 Files skipped from review as they are similar to previous changes (5)
  • code/framework/src/launcher/project.h
  • code/framework/src/external/epic/manifest.h
  • code/framework/CMakeLists.txt
  • code/framework/src/external/epic/manifest.cpp
  • code/framework/src/launcher/project.cpp

Walkthrough

Adds Epic Games Launcher manifest discovery and launcher wiring for an EPIC platform path, including manifest enumeration, app lookup, and pre-launch install-path resolution.

Changes

Epic Launcher Integration

Layer / File(s) Summary
Epic manifest data contract and header
code/framework/src/external/epic/manifest.h
Defines InstalledApp with validation and declares Epic manifest directory, enumeration, and lookup APIs.
Epic manifest discovery implementation
code/framework/src/external/epic/manifest.cpp, code/framework/CMakeLists.txt
Implements Epic manifest directory resolution, .item scanning, JSON parsing, app matching, and adds the new source to FrameworkLoader.
Launcher EPIC platform wiring and pre-launch checks
code/framework/src/launcher/project.h, code/framework/src/launcher/project.cpp
Adds EPIC to ProjectPlatform, adds epicAppName, declares and implements RunInnerEpicChecks(), and routes Launch() through the Epic validation path.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Poem

I hop through manifests, swift and bright,
Finding Epic games by filename right.
From ProgramData to launch prep glue,
A bunny says: “EPIC now works too!” 🐇

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding Epic Games Store platform support to the launcher.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

Resolve the game through the Epic launcher's plaintext manifests:
new External::Epic component, ProjectPlatform::EPIC, and
RunInnerEpicChecks mirroring the Steam path.
@Kheartz Kheartz force-pushed the add_epic_platform branch from 269f8e7 to 26de343 Compare July 9, 2026 12:39
@Kheartz Kheartz closed this Jul 9, 2026
@Kheartz Kheartz deleted the add_epic_platform branch July 9, 2026 14:36
@Kheartz Kheartz restored the add_epic_platform branch July 9, 2026 14:37
@Kheartz

Kheartz commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator Author

Woops sorry, didnt mean to close--was cleaning out my branches.

@Kheartz Kheartz reopened this Jul 9, 2026
@Kheartz Kheartz requested a review from Segfaultd July 9, 2026 16:06
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.

3 participants