Compare commits
2 Commits
0a0615813c
...
65a63e09ed
Author | SHA1 | Date | |
---|---|---|---|
|
65a63e09ed | ||
|
16576d3a81 |
@ -50,7 +50,7 @@ public static class ProcessHelper
|
|||||||
return Result.FromError("Patchers Folder called 'SPT_Patches' is missing");
|
return Result.FromError("Patchers Folder called 'SPT_Patches' is missing");
|
||||||
|
|
||||||
case PatcherExitCode.MissingFile:
|
case PatcherExitCode.MissingFile:
|
||||||
return Result.FromError("EFT files was missing a Vital file to continue");
|
return Result.FromError("Vital EFT files were not found. The installer is unable to continue. Please reinstall EFT and try again.");
|
||||||
|
|
||||||
case PatcherExitCode.PatchFailed:
|
case PatcherExitCode.PatchFailed:
|
||||||
return Result.FromError("A patch failed to apply");
|
return Result.FromError("A patch failed to apply");
|
||||||
|
@ -38,7 +38,7 @@ public class InitializationTask : InstallerTaskBase
|
|||||||
if (File.Exists(Path.Join(_data.TargetInstallPath, "EscapeFromTarkov.exe")))
|
if (File.Exists(Path.Join(_data.TargetInstallPath, "EscapeFromTarkov.exe")))
|
||||||
{
|
{
|
||||||
return Result.FromError(
|
return Result.FromError(
|
||||||
"Install location is a folder that has existing game files. Please make the folder doesn't contain an existing spt install");
|
"Install location is a folder that has existing game files. Please make sure the folder doesn't contain an existing SPT install");
|
||||||
}
|
}
|
||||||
|
|
||||||
return Result.FromSuccess($"Current Game Version: {_data.OriginalGameVersion}");
|
return Result.FromSuccess($"Current Game Version: {_data.OriginalGameVersion}");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user