diff --git a/FModel/FModel.csproj b/FModel/FModel.csproj
index e617a429..a7a2e0fd 100644
--- a/FModel/FModel.csproj
+++ b/FModel/FModel.csproj
@@ -204,7 +204,6 @@
-
diff --git a/FModel/Properties/Resources.Designer.cs b/FModel/Properties/Resources.Designer.cs
index be14d3e9..e950ec3d 100644
--- a/FModel/Properties/Resources.Designer.cs
+++ b/FModel/Properties/Resources.Designer.cs
@@ -754,9 +754,9 @@ namespace FModel.Properties {
///
/// Recherche une chaîne localisée semblable à • Yanteh • Maiky
- ///• FunGames • HYPEX
- ///• Alexander • Netu
- ///• SexyNutella.
+ ///• FunGames • HYPEX ♥
+ ///• Alexander • Netu ♥
+ ///• SexyNutella • imatrix.
///
public static string DonatorsFDetails {
get {
diff --git a/FModel/Properties/Resources.ja-JP.resx b/FModel/Properties/Resources.ja-JP.resx
index ff998907..8080fc12 100644
--- a/FModel/Properties/Resources.ja-JP.resx
+++ b/FModel/Properties/Resources.ja-JP.resx
@@ -778,4 +778,13 @@
位置/値
+
+ またあとで
+
+
+ 暗号化された.PAKファイルが見つかりました. 暗号化を解除するには、有効なAES暗号化キーを指定してください
+
+
+ このバージョンをスキップ
+
\ No newline at end of file
diff --git a/FModel/Properties/Resources.resx b/FModel/Properties/Resources.resx
index 213e9591..494fe3d8 100644
--- a/FModel/Properties/Resources.resx
+++ b/FModel/Properties/Resources.resx
@@ -351,9 +351,9 @@ It's now the most used free software to leak on Fortnite.
• Yanteh • Maiky
-• FunGames • HYPEX
-• Alexander • Netu
-• SexyNutella
+• FunGames • HYPEX ♥
+• Alexander • Netu ♥
+• SexyNutella • imatrix
Do not translate
diff --git a/FModel/Windows/Launcher/FLauncher.xaml.cs b/FModel/Windows/Launcher/FLauncher.xaml.cs
index e47d8e1a..6484d6f8 100644
--- a/FModel/Windows/Launcher/FLauncher.xaml.cs
+++ b/FModel/Windows/Launcher/FLauncher.xaml.cs
@@ -47,7 +47,7 @@ namespace FModel.Windows.Launcher
ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [EGL2]", Property = egl2FilesPath });
}
- ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [LIVE]", Property = "latest.manifest" });
+ ComboBoxVm.gamesCbViewModel.Add(new ComboBoxViewModel { Id = i++, Content = "Fortnite [LIVE]", Property = "donotedit-youcanteditanyway.manifest" });
string valorantFilesPath = Paks.GetValorantPakFilesPath();
if (!string.IsNullOrEmpty(valorantFilesPath))
@@ -141,7 +141,7 @@ namespace FModel.Windows.Launcher
{
if (e.Source is TextBox text)
{
- text.IsReadOnly = text.Text == "latest.manifest";
+ text.IsReadOnly = text.Text == "donotedit-youcanteditanyway.manifest";
}
}
}