Update 'README.md'

This commit is contained in:
CWX 2022-06-06 15:03:11 +00:00
parent 4c0ae768d2
commit 224bfaa456

View File

@ -18,7 +18,8 @@
- Checks installer is not in OG game directory, - Checks installer is not in OG game directory,
- Checks install folder does not have game files already in it, - Checks install folder does not have game files already in it,
- Checks if gameversion matches aki version, if so skip patcher process, - 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. - 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: ### Installer Processes:
- Copies files from registry logged GamePath to new location, - Copies files from registry logged GamePath to new location,
@ -27,7 +28,6 @@
- Deletes both Patcher and AKI zips at the end. - Deletes both Patcher and AKI zips at the end.
### Plans: ### Plans:
- Maybe download right version for EFT patcher and server,
- Locales, Language selection. - Locales, Language selection.
---- ----
@ -59,3 +59,6 @@
- .net 6.0 - .net 6.0
- SharpCompress - SharpCompress
- SpectreConsole - SpectreConsole
- FubarCoder.RestSharp.Portable.Core
- FubarCoder.RestSharp.Portable.HttpClient
- Gitea.dll (included with repo)