Incredibly fast download/update tool.
NOTE: downloading newer (binary) manifests are currently unsupported.
- Build or acquire a prebuilt binary for your system.
- Get manifests from polynite/fn-releases.
- Run
splash -h
to see all available options.
- 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
.
- Download and install Go.
- Clone the repository.
go build .