DQB2 icon indicating copy to clipboard operation
DQB2 copied to clipboard

LINKDATA Usage

Open KawaiiRinne opened this issue 10 months ago • 2 comments

How could I find ItemFixData in the LINKDATA files(~92k), is there anything indicate the relation between path and index?

I've already extract ItemText from 00098 in LINKDATA_PATCH.bin

00098_TextItemFixData_schinese.csv

KawaiiRinne avatar Apr 01 '25 01:04 KawaiiRinne

I dont think the index-path file has been found yet. What you could do is extract the Japanese Item Text and compare the names to the ones in the "info" file.

The text is on the same order on all translations

Image

Compare the japanese names to the info.txt file to obtain the offsets (with a script)

Image

Then all of the missing ones can be done manually

Sapphire645 avatar Apr 02 '25 13:04 Sapphire645

Some items may have colored version(e.g. Iron Block), these infomation are no longer presented in Text.

that's the reason why I need a file which show the realtion between ItemID, TextID, and metadata(color, link or whatever).

Here are the translated version of item.txt and item_category.txt

item.txt item_category.txt

the name prefixed with <D> means it has no translated in language-specified files, ausually displayed as "dummy" the color info are extract from Japanese version, and seems does not support i18n in DQB2 ProcessEditor

P.S. ピラミッド頂設計図(Item 59) should not have the color Pink

KawaiiRinne avatar Apr 02 '25 17:04 KawaiiRinne