From 8b241e5a0da2cc46d786c487f60727782c36e6ee Mon Sep 17 00:00:00 2001 From: Ugo Virolle Date: Fri, 9 Feb 2024 20:03:47 +0100 Subject: [PATCH] README updated and fix typo --- README.md | 2 +- main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1bdada..0a3c023 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Legend: ✅ Confirmed working, ❔ Unconfirmed, - Not available in the store | Ninja Gaiden Sigma | ✅ | - | | Octopath Traveller | ❔ | ❔ | | Palworld | ✅ | - | +| Persona 3 Reload | ✅ | - | | Persona 5 Royal | ✅ | - | | Persona 5 Tactica | ✅ | - | | Railway Empire 2 | ❔ | ❔ | @@ -58,7 +59,6 @@ These games use different save formats than the Steam/Epic version that can't be | Chivarly 2 | [#39](https://github.com/Z1ni/XGP-save-extractor/issues/39) | | Death's Door | [#79](https://github.com/Z1ni/XGP-save-extractor/issues/79) | | Forza Horizon 4 | [#71](https://github.com/Z1ni/XGP-save-extractor/issues/71) | -| Persona 3 Reload | [#114](https://github.com/Z1ni/XGP-save-extractor/issues/114) | | Tinykin | [#28](https://github.com/Z1ni/XGP-save-extractor/issues/28) | ## Running diff --git a/main.py b/main.py index 55a5d6a..33cd1bd 100644 --- a/main.py +++ b/main.py @@ -466,7 +466,7 @@ def get_save_paths( temp_folder = Path(temp_dir.name) / "P3R" temp_folder.mkdir() - key = "ae5zeitaix1joowooNgie3fahP5Ohph" #Key used to encrypt/decrypt the savefile + key = "ae5zeitaix1joowooNgie3fahP5Ohph" # Key used to encrypt/decrypt the savefile key_length = len(key) # Encryption method