zarroboogs / p4g-saveconv

Persona 4 Golden Save Converter
43 stars 4 forks source link

Converting Pc save to vita isnt working #5

Open Wbenjamin15 opened 3 years ago

Wbenjamin15 commented 3 years ago

Im copying the text and putting it into python and placing the save directory but it is literally doing nothing, i dont understand what im doing wrong and i cant find any visual tutorial anywhere nothing

vphan6896 commented 3 years ago

This looks similar to the issue https://github.com/zarroboogs/p4g-saveconv/issues/3 here. Your command should look like this:

py "convert_pc2vita.py" "Program Files(x86)/Steam/userdata/474714606/1113000/remote/"

Do note that your command prompt needs to be at the same directory as the convert script (convert_pc2vita.py). So if you saved convert_pc2vita.py in your downloads folder on Windows: py "C:\Users\<User>\Downloads\convert_pc2vita.py" "Program Files(x86)/Steam/userdata/474714606/1113000/remote/"