-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory contents not being pulled and files not being re-imported #4
Comments
That's normal, the path is wrong so it doesn't find anything, you must set the path to extract starting with a "/" so try this instead : ps3xport.exe [set IDPS & keys] ExtractPath "%cd%" /dev_hdd0/game/%gameid%/USRDIR USRDIR As for the DeleteFile, I think you forgot to put %cd% between quotes so it thinks you gave it too many arguments if your backup directory path contains spaces. |
If I do There are no spaces, I assure you. Also, maybe the issues are arising because I'm running all of these commands using an external drive...? On Jan 1, 2015 4:27 AM, "Youness Alaoui" [email protected] wrote:
|
The double / should have no effect. I don't know why it says it can't open the output file, did it create the USRDIR/dev_hdd0/game/BLUS30527/USRDIR directory ? |
No, only the new USRDIR directory in %cd%.
|
Trying to extract the contents of
USRDIR
(IncludingEBOOT.BIN
, etc) from the backup.Running this command gives me a very nice little USRDIR folder, but nothing inside of it.
(%cd% = current directory, contains backup archives)
ps3xport.exe [set IDPS & keys] ExtractPath "%cd%" dev_hdd0/game/%gameid%/USRDIR USRDIR
Also, still cannot delete or re-import files.
Running this gives me
Error: Unknown command
:ps3xport.exe [set IDPS & keys] DeleteFile %cd% /dev_hdd0/game/BLUS30527/USRDIR/TDU2DLC2v027.big
The text was updated successfully, but these errors were encountered: