From e2053f6d9644eb5a81ac9a34b08ffac4a2ea86d1 Mon Sep 17 00:00:00 2001 From: ergo720 <45463469+ergo720@users.noreply.github.com> Date: Sun, 17 May 2020 12:32:10 +0200 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 6bb30cb..547b19a 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -44,9 +44,7 @@ Save files are stored inside Partition1 of Cxbx-Reloaded's EmuDisk: --- ### Why don't the save files from my Xbox work? -Xbox saves are encrypted and require a key from the actual console to use. - -There is currently no easy way to get this key from your Xbox. +Xbox saves are encrypted and require two keys from the actual console to use. These should then be provided to Cxbx-R in the form of a keys.bin file. Two options for generating this file from an original Xbox are the Dump Keys python script https://github.com/JayFoxRox/xbox-tools/blob/master/python-scripts/dump-keys.py (requires XboxPy) or dump-xbox (requires compilation with openxdk) https://github.com/JayFoxRox/xbox-tools/tree/master/dump-xbox. There is not yet a known method for dumping these keys from an Xbox 360. Please note that the keys are not legal to share with others, so we cannot just distribute them with the emulator. ---