Skip to content

Commit

Permalink
README updated and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeugo committed Feb 9, 2024
1 parent d75244f commit 8b241e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |||
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b241e5

Please sign in to comment.