GarnetSunset / Ishin-Machine-Translation

Myself and @Timo654 made a machine translated and super sketchy translation of Yakuza: Ishin
9 stars 4 forks source link

Can't buy items from shops #6

Open Timo654 opened 3 years ago

Timo654 commented 3 years ago

The game thinks that the inventory is full, which means that buying things from the shop doesn't work.

Inventory Shop

Nydrogen commented 2 years ago

I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen.

In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt

Here is the fix: Eboot - Can't buy items from shops FIX.txt

Then create a new save file and enjoy :)

Note: This solution may also fix other item related issues.

Randysteele992 commented 2 years ago

I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen.

In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt

Here is the fix: Eboot - Can't buy items from shops FIX.txt

Then create a new save file and enjoy :)

Note: This solution may also fix other item related issues.

Does this work on the digital version as well? I looked at every eboot for the digital version with a hex editor and I'm unable to find anything that matches what you posted in the "Eboot - Can't buy items from shops CAUSE.txt". I could just be looking at the wrong thing though.

Nydrogen commented 1 year ago

I tested and debugged this issue, The source of the problem is the EBOOT, It also corrupts the savegame so even if you use an affected savegame on an unmodified game it would still happen. In the EBOOT,this is the code that is responsible for the issue (open with a hex editor): Eboot - Can't buy items from shops CAUSE.txt Here is the fix: Eboot - Can't buy items from shops FIX.txt Then create a new save file and enjoy :) Note: This solution may also fix other item related issues.

Does this work on the digital version as well? I looked at every eboot for the digital version with a hex editor and I'm unable to find anything that matches what you posted in the "Eboot - Can't buy items from shops CAUSE.txt". I could just be looking at the wrong thing though.

It works on the digital version, It just that i forgot to add that you need to decrypt the EBOOT.BIN in order to find and modify these lines.