2022-05-13 22:41:15 +01:00
|
|
|
# SPTinstaller.
|
|
|
|
## EFT - SPT-AKI. - 2.3.1
|
|
|
|
|
|
|
|
### New implementation of an Installer for SPT-AKI.
|
2022-05-14 12:39:26 +01:00
|
|
|
- uses Spectre Console for a cleaner look
|
|
|
|
- copies files from registry logged GamePath to new location,
|
2022-05-13 22:41:15 +01:00
|
|
|
- extracts, runs and deletes patcher with minor user input,
|
|
|
|
- extracts Aki
|
2022-05-14 12:39:26 +01:00
|
|
|
- static: FileHelper, ZipHelper, LogHelper
|
|
|
|
- nonStatic: ProcessHelper, PreCheckHelper, StringHelper
|
2022-05-13 22:41:15 +01:00
|
|
|
|
|
|
|
### plans:
|
|
|
|
- maybe download right version for EFT patcher and server
|
|
|
|
- maybe make a cool UI :OWO:
|
2022-05-14 12:39:26 +01:00
|
|
|
- delete patcher zip and aki zip
|
|
|
|
- progressBar for CopyDirectory
|
|
|
|
- add figlet for SPT-AKI INSTALLER
|
|
|
|
- locales, language selection
|
|
|
|
- fix PreCheckHelper.AkiCheck currently being hardcoded for 2.3.1
|
|
|
|
- get waffle to add exit code on patcher to remove the need for user input bar errors
|