/splash

🌊 Download/update tool optimized for speed.

Primary LanguageGoMIT LicenseMIT

splash

Incredibly fast download/update tool.

NOTE: downloading newer (binary) manifests are currently unsupported.

Usage

  1. Build or acquire a prebuilt binary for your system.
  2. Get manifests from polynite/fn-releases.
  3. Run splash -h to see all available options.

Common use-cases

  • To download a specific manifest by id, use -manifest=<manifest id>.
  • To download a specific manifest from file, drag and drop the manifest file on top of the splash binary, or use -manifest-file=<path to manifest>.
  • To download only specific files, use -files=<files to download>.
  • To change the download directory, use -install-dir=<path>.

For example, to download the latest build to C:\Games\FN use splash -install-dir=C:\Games\FN.

If you wanted to only download the main binary and launcher, use splash -files=FortniteGame/Binaries/Win64/FortniteClient-Win64-Shipping.exe,FortniteGame/Binaries/Win64/FortniteLauncher.exe.

Building

  1. Download and install Go.
  2. Clone the repository.
  3. go build .