View Single Post
Old 12-30-2012   #244
flatz
Homebrew Developer
 
Join Date: Dec 2011
Location: Russia
Posts: 102
Likes: 33
Liked 347 Times in 58 Posts
Mentioned: 124 Post(s)
Tagged: 0 Thread(s)
Originally Posted by MRDOTB View Post
@flatz
Could you confirm that steps are proper for *fully* resigned my save? I've already got an disc hash key and sec file id, all needed data in confs are filled (included my IDPS and my user number in home dir).

1st step:

Code:
sfopatcher build <my save>\PARAM.SFO <someones save>\PARAM.SFO <new hybrid save>\PARAM.SFO --copy-title --copy-details

2nd step:

Copying all data (except PARAM.SFO) from someones save to hybrid save folder.


3rd step:
Code:
pfdtool -g <GameID> -u -c <hybrid save folder name>

Is this correct? I'm asking because sfo patcher saying sfo was build successfully, but pfdtool print nothing, just doing something and quit. Whatever in sfopatcher I specify my save as first argument and someones save as second or someones as first and my as second, game always recognize save as my. Why?
It is correct. But you was wrong with options because you specified two options at the same time. The correct way is:
Code:
pfdtool -g <GameID> -u <hybrid save folder name>
flatz is offline   Reply With Quote