refactoring part 1

This commit is contained in:
Mikhail
2025-05-03 10:35:36 -04:00
parent 734349a297
commit 4265c43b4f
64 changed files with 261 additions and 227 deletions

View File

@@ -60,6 +60,8 @@ namespace ServerSelector
string launcherCertList = launcherPath + "/intl_service/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/intl_cacert.pem";
if (!File.Exists(gameCertList))
gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/cacert.pem"; // older INTL sdk versions
if (File.Exists(launcherCertList))
{
@@ -163,6 +165,8 @@ namespace ServerSelector
string launcherCertList = launcherPath + "/intl_service/cacert.pem";
string gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/intl_cacert.pem";
if (!File.Exists(gameCertList))
gameCertList = gamePath + "/nikke_Data/Plugins/x86_64/cacert.pem"; // older INTL sdk versions
bool supported = true;
if (OperatingSystem.IsLinux())