One-click installer for the Evolution voice mod for the Trails in the Sky series.
SkyInstaller guarantees a backwards compatible manifest, but does not make speed guarantees. Manifest updates may severely degrade download speed if running older versions of SkyInstaller.
The .exe download is a one-click self-contained executable. It may not play well with all antivirus programs, so the .zip version is provided which needs to be extracted to a folder and run.
Supported releases
- The Legend of Heroes: Trails in the Sky
- The Legend of Heroes: Trails in the Sky SC
- The Legend of Heroes: Trails in the Sky the 3rd
Steam Deck One-line Install
Paste the following into Konsole to download and run SkyInstaller
wget https://github.com/chyyran/skyinstaller/releases/download/1.5.0/skyinstaller-linux-x64 && chmod +x ./skyinstaller-linux-x64 && ./skyinstaller-linux-x64
Changelog
- Update to .NET 9
- Fix issues with missing start arguments on SteamOS (by @Gunoshozo)
- Enable trimming and compression to shrink download size
- The Linux binary can now be run directly on SteamOS without needing to untar
- Prevent the OS from sleeping during the download and install process