DrakiaXYZ ac95894967 Switch the precheck to use the release.json method of version fetching
- Removes another hit to the Gitea API
- Renamed 'Models/Releases' to 'Models/ReleaseInfo' to avoid a .gitignore hit, this adds the missing files
- Moved the definition for the release.json URL to DownloadCacheHelper for now
2024-04-26 09:52:41 -07:00
2023-05-11 23:11:39 -04:00
2024-04-23 14:48:56 +00:00

SPT-AKI Installer made for EFT.

spt installer 2.59

Pre install checks:

  • Checks if .net 4.7.2 (or higher) is installed
  • Checks if .net 8 runtime is installed
  • Checks if EFT is installed
  • Checks if there is enough space before install
  • Checks installer is not in a problematic path
  • Checks install folder does not have game files already in it
  • Checks if gameversion matches aki version, if so skip patcher process
  • Checks both zips are there, other than when the above match, patcher isnt checked for
  • downloads both Zips from the Repo's if needed

Installer Processes:

  • Copies files from registry logged GamePath to new location
  • Extracts, runs and deletes patcher with no user input
  • Extracts Aki
  • Deletes both Patcher and AKI zips at the end
Description
First attempt at making an installer for SPT-AKI
Readme 2.1 MiB
Languages
C# 98.5%
PowerShell 1.5%