diff --git a/project/Aki.Launcher.Base/Helpers/LocalizationProvider.cs b/project/Aki.Launcher.Base/Helpers/LocalizationProvider.cs index b343b79..700052c 100644 --- a/project/Aki.Launcher.Base/Helpers/LocalizationProvider.cs +++ b/project/Aki.Launcher.Base/Helpers/LocalizationProvider.cs @@ -176,6 +176,7 @@ namespace Aki.Launcher.Helpers englishLocale.server_mods = "Server Mods"; englishLocale.profile_mods = "Profile Mods"; englishLocale.author = "Author"; + englishLocale.wipe_on_start = "Wipe profile on game start"; #endregion Directory.CreateDirectory(LocalizationProvider.DefaultLocaleFolderPath); @@ -1605,6 +1606,22 @@ namespace Aki.Launcher.Helpers #endregion + #region wipe_on_start + private string _wipe_on_start; + public string wipe_on_start + { + get => _wipe_on_start; + set + { + if (_wipe_on_start != value) + { + _wipe_on_start = value; + RaisePropertyChanged(nameof(wipe_on_start)); + } + } + } + #endregion + #endregion public event PropertyChangedEventHandler PropertyChanged; diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Simplified).json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Simplified).json index 90b8970..8a08a57 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Simplified).json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Simplified).json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Traditional).json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Traditional).json index 2637628..1432bad 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Traditional).json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Chinese (Traditional).json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/English.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/English.json index 0739763..ba65d26 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/English.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/English.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/French.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/French.json index d28065f..9fe6bd9 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/French.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/French.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/German.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/German.json index 9afa428..e8c2640 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/German.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/German.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Italian.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Italian.json index b58de25..0624fca 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Italian.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Italian.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Japanese.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Japanese.json index 22b63cb..c48c8cf 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Japanese.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Japanese.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Korean.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Korean.json index 005b808..41fc2b0 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Korean.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Korean.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Polish.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Polish.json index 84af70f..ca0728f 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Polish.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Polish.json @@ -85,5 +85,6 @@ "author": "Autor", "load_live_settings": "Wczytaj ustawienia EFT", "load_live_settings_succeeded": "Ustawienia gry skopiowane z EFT", - "load_live_settings_failed": "Nie udało się skopiować ustawień EFT" + "load_live_settings_failed": "Nie udało się skopiować ustawień EFT", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json index ea3873d..4520939 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Russian.json @@ -85,5 +85,6 @@ "author": "Автор", "load_live_settings": "Загрузить настройкий онлайн-версии", "load_live_settings_succeeded": "Настройки игры скопированы из онлайн-версии", - "load_live_settings_failed": "Не удалось скопировать настройки онлайн-версии" + "load_live_settings_failed": "Не удалось скопировать настройки онлайн-версии", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Spanish.json b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Spanish.json index 16393f1..d45eec2 100644 --- a/project/Aki.Launcher/Aki_Data/Launcher/Locales/Spanish.json +++ b/project/Aki.Launcher/Aki_Data/Launcher/Locales/Spanish.json @@ -85,5 +85,6 @@ "author": "Author", "load_live_settings": "Load Live Settings", "load_live_settings_succeeded": "Game settings copied from live", - "load_live_settings_failed": "Failed to copy live settings" + "load_live_settings_failed": "Failed to copy live settings", + "wipe_on_start": "Wipe profile on game start" } \ No newline at end of file diff --git a/project/Aki.Launcher/Assets/Styles.axaml b/project/Aki.Launcher/Assets/Styles.axaml index 7f47fc2..798adf9 100644 --- a/project/Aki.Launcher/Assets/Styles.axaml +++ b/project/Aki.Launcher/Assets/Styles.axaml @@ -8,6 +8,7 @@ + +