Initial commit

This commit is contained in:
Sthope 2024-04-28 04:31:25 +02:00
parent 1f3153d974
commit 9fc746ce50
2 changed files with 12 additions and 6 deletions

View File

@ -19,7 +19,18 @@ chmod +x ps3_extract.sh
``` ```
4. Put zip inside todo folder and run script 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 ```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
```

View File

@ -125,11 +125,6 @@ decrypt_with_dkeys() {
done done
} }
# cleanup() {
# mv $EXTRACTED_ISO ./
# rm -rf "$DONE_FOLDER"
# }
cleanup() { cleanup() {
case "$1" in case "$1" in
--decrypted_isos) --decrypted_isos)