Skip to content
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

Open
christorrella opened this issue Dec 31, 2014 · 4 comments

Comments

@christorrella
Copy link

Trying to extract the contents of USRDIR (Including EBOOT.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

@christorrella christorrella changed the title Directories not being pulled and files not being re-imported Directory contents not being pulled and files not being re-imported Dec 31, 2014
@kakaroto
Copy link
Owner

kakaroto commented Jan 1, 2015

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.

@christorrella
Copy link
Author

If I do
ps3xport.exe [set IDPS & keys] ExtractPath "%cd%"
/dev_hdd0/game/%gameid%/USRDIR USRDIR
It gives me an error:
Couldn't open output file : USRDIR//dev_hdd0/game/BLUS30527/USRDIR/EBOOT.BIN
So putting that extra / in makes it do a double slash.
I'm certain that there's an extra slash in your code.

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:

That's normal, the path is wrong so it doesn't file 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.

Reply to this email directly or view it on GitHub
#4 (comment).

@kakaroto
Copy link
Owner

kakaroto commented Jan 2, 2015

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 ?

@christorrella
Copy link
Author

No, only the new USRDIR directory in %cd%.
On Jan 2, 2015 7:09 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 ?

Reply to this email directly or view it on GitHub
#4 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants