3 min read
Ghost eShop

Ghost eShop Pro Web Download (NXEnc-WebDownload) v2 + Pro Web v2.5.2

NXEnc-WebDownload v2 (2.1.0) adds DLC Bundle ZIP downloads, clearer error pages, and a more reliable UX. Pro Web v2.5.2 aligns with the new token contract, adds a “DLC Pack” download flow, improves /nx/[tid] direct access reliability, and fixes header title selection readability.

We’re rolling out a double update today for NX downloads:

  • Ghost eShop Pro Web Download (NXEnc-WebDownload) v2 (release 2.1.0)
  • Ghost eShop Pro Web v2.5.2, updated to work seamlessly with this new version

👉 Pro Web : pro.nlib.cc


NXEnc-WebDownload v2 (2.1.0): what’s new?

This release is mostly about two things: making downloads feel more reliable, and making DLC handling less annoying.

Additions

  • Multi-chunk download (parallel)
    • Up to 3 chunks can be downloaded at the same time, enabling significantly faster downloads depending on your connection and server load.
  • “DLC Bundle” download
    • Download a game’s DLC pack as a single ZIP (assembled locally in your browser).
    • Deduplication: for the same DLC (same TID), only the latest version is included.
  • Home page
    • New landing screen with automatic redirect to pro.nlib.cc (countdown).
  • Dedicated error pages
    • Clearer 404 / 500 / invalid token pages, with a link back to pro.nlib.cc.

Changes

  • DLC Bundle UX
    • Better display of title/info (BaseTID, DLC count, ZIP).
    • More explicit ZIP naming (title + a masked identifier when available).
    • Better display of the total number of parts for bundles.
  • More compatible downloads
    • Improved browser-side filename handling (ASCII fallback + UTF‑8 support in the HTTP header).
  • More reliable interactions
    • Buttons handled via events (fewer “lost” clicks), improved mobile/desktop behavior.

Fixes

  • Very large files warning
    • Clear message when a file exceeds 6GB or >60 parts (browser limits), with guidance if things become unstable.
  • Server-side stability
    • Cleaner separation between HTML (pages) and JSON (API) responses.
    • Fixed the default path for some environments (chunk source).

Note

The DLC Bundle ZIP is built in your browser. If the total size is big, it can use a lot of memory/CPU, and some machines may struggle.


Ghost eShop Pro Web v2.5.2: v2 compatibility + DLC Pack + reliability

This release ensures Pro Web integrates cleanly with NXEnc-WebDownload v2, while improving the experience on NX game pages.

Downloads: nxenc-webdownloader v2 compatibility

Token generation has been updated to match the v2 contract, which makes download link creation more reliable and avoids a few edge cases.

DLC: new “DLC Pack” download system

  • One-click DLC Pack
    • Added a dedicated DLC Pack entry in the downloads menu to fetch DLCs as a single bundle.
    • Pack naming includes a derived pack TID for clearer identification.
  • Smarter UI behavior
    • The DLC Pack option only appears when it makes sense (multiple unique DLC TIDs).
    • New toggle to quickly show/hide the individual DLC list.
  • More reliable first load
    • Improved SSR/client behavior so direct navigation to a game page loads data more consistently.
    • Cache key adjustments + a client-side refresh fallback when the initial payload is missing.

UI: header title highlight fix (readability)

The header title highlight has been fixed so selected text stays readable. The gradient is now applied via a decorative overlay.


In brief

  • NXEnc-WebDownload v2 (2.1.0): DLC Bundle ZIP downloads + dedicated error pages + stronger UX/compatibility.
  • Pro Web v2.5.2: v2 integration (tokens) + new DLC Pack + more reliable /nx/[tid] + improved header readability.

Thanks to everyone who reports issues and supports the project. Your feedback helps us keep Ghost eShop stable and moving forward.

  • Ghost eShop Team