Post: Yakuza 4->7 Items
05-15-2020, 06:02 AM #1
Veryan
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); Hello,

So apparently I got too much time on my hands Winky Winky so i went ahead and mapped out all the items in these 2 remastered games. I found it pretty helpful on my own play-throughs and figured i might as well share it in case someone else would find it helpful.

You must login or register to view this content.

Item Box Offsets:

Note: Item Boxes can hold a maximum of 200 items per character and will combine into 1 in the last episode of the game.

Yakuza 4:
Kazuma Kiryu: 0x5D0C
Shun Akiyama: 0x634C
Taiga Saejima: 0x698C
Masayoshi Tanimura: 0x6FCC

Yakuza 5:
Kazuma Kiryu: 0x7564
Shun Akiyama: 0x7BA4
Taiga Saejima: 0x81E4
Tatsuo Shinada: 0x8824
Haruka Sawamura: 0x8E64

Example Usage: (Note the offset change of 1, not an error)
(Yakuza 4) Add Golden Gun to Item Box of Shun Akiyama in first available slot
Originally posted by another user
95000000 0000634B
88010008 00000000
00000000 00000000
18000001 000002F1
28000003 FFFFFFFF
18000007 00000001

(Yakuza 5) Add Platinum Plate x99 to Item Box of Taiga Saejima in first available slot
Originally posted by another user
95000000 000081E3
88010008 00000000
00000000 00000000
18000001 00000358
18000007 00000063


Note for Yakuza 6 & 7: The save format for this game is in text rather than the usual binary. To edit items in this game find the "carry_item" array and add to it for the item's you wish to add.
For Yakuza 7 the Item Box array in the save is called: "box_Item" and works the same way as inventory, however it does not contain any equipment as those are stored separately.
Last edited by Veryan ; 12-03-2020 at 07:02 AM.

The following 11 users say thank you to Veryan for this useful post:

aeneax, BlankReg, Doble_U_732, Leonrpg, maestro30, Midnit1, Neatoclli, nextgenupdateaccount, novalkun, Sablis, Wildarms
08-07-2020, 11:15 AM #2
Veryan
Keeper
Added Yakuza 6 items.

The following user thanked Veryan for this useful post:

novalkun
12-03-2020, 06:42 AM #3
Veryan
Keeper
Added Yakuza 7: Like A Dragon items. Note: No equipment as they are handled in a different way in this game than what we're used to. However, you can just craft them if you give yourself the required materials.

The following user thanked Veryan for this useful post:

Wildarms
12-03-2020, 05:12 PM #4
For Yakuza 7 How to edit the item amount from one digit to two or three digits? I can only change it up to 9, no idea how to add more than that
12-03-2020, 11:10 PM #5
Veryan
Keeper
You will need to export the save and edit it in an editor because Save Wizard imports it as binary, it is clear text however so after you export it you can just open the save in a text editor, find and change/add your changes and save it, then re-import it into save wizard. You cannot make the changes directly in save wizard if it changes the size of the save because it is in binary mode.
01-03-2021, 08:33 PM #6
does anyone know how to add minigame currencies like can quest points to like a dragon?
Last edited by karnage42069 ; 01-03-2021 at 08:33 PM.
01-24-2021, 11:03 AM #7
do you have yakuza kiwami 2 item id?
05-12-2021, 07:04 AM #8
how would i edit specific items into yakuza 7? i see the item hex codes in the excel sheet but i dont know much about offsets and such.

is there a way to set up a quick code for me to copy and paste the items i need?
07-15-2023, 06:57 AM #9
Using this Code, can I control the durability of a weapon, e.g. set it to infinity?


Edit:

Never mind, I found the solution.

For anyone else looking for this:
It is the second last line from the “Yakuza 4” Code (The ‘F’ are the durability):
28000003 FFFFFFFF
So just add this to the Yakuza 5 Code.

Example:
Adding 1 Dragon Slayer to Kiryu in Yakuza 5:

95000000 00007563 (Kiryu)
88010008 00000000
00000000 00000000
18000001 00000424 (Item ID)
28000003 FFFFFFFF (Durability in case of Weapon)
18000007 00000001 (How many)
Last edited by BlankReg ; 07-15-2023 at 07:19 AM.

The following user thanked BlankReg for this useful post:

aeneax

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo