From 9fc746ce50663ae1a01f02c85ab069664e2f0844 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 28 Apr 2024 04:31:25 +0200 Subject: [PATCH] Initial commit --- PS3/README.md | 13 ++++++++++++- PS3/ps3_extract.sh | 5 ----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PS3/README.md b/PS3/README.md index 45e113c..8ba131f 100644 --- a/PS3/README.md +++ b/PS3/README.md @@ -19,7 +19,18 @@ chmod +x ps3_extract.sh ``` 4. Put zip inside todo folder and run script +``` +MODE=[--extract-all|--decrypt-all|--extract-decrypted-all|--need-dkey|--all] + +SAVE=[--decrypted_isos|--extracted_isos|--zip_folder|--encrypted_isos] +``` ```bash -./ps3_extract.sh +./ps3_extract.sh {MODE} {SAVE} ``` + +## All in One + +```bash +mkdir -p ps3roms && cd ps3roms && wget https://git.sthope.dev/sthope/Emulation-and-ROMs/raw/branch/main/PS3/ps3_extract.sh && chmod +x ps3_extract.sh +``` \ No newline at end of file diff --git a/PS3/ps3_extract.sh b/PS3/ps3_extract.sh index 604eb73..80fd770 100755 --- a/PS3/ps3_extract.sh +++ b/PS3/ps3_extract.sh @@ -125,11 +125,6 @@ decrypt_with_dkeys() { done } -# cleanup() { -# mv $EXTRACTED_ISO ./ -# rm -rf "$DONE_FOLDER" -# } - cleanup() { case "$1" in --decrypted_isos)