Originally Posted by MRDOTB
@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>