derplayer / ShenmueHDTools

Modding tools for the Shenmue HD release
MIT License
15 stars 1 forks source link

Database extension - File Description #31

Closed derplayer closed 5 years ago

derplayer commented 5 years ago

There are some item descriptions available in internet. You could also add your own notes. For more look: wiki page

philyeahz commented 5 years ago

Descriptions should be searched for in runtime because the TAD component has no interest in this metadata. If you really want to save these descriptions than i would recommend creating an project file format.

derplayer commented 5 years ago

But we have already the shdcahe/cache file, lets just put the description in there. Runtime wouldn't allow adding own strings/notes in description.

philyeahz commented 5 years ago

Added description to TADFileEntry. The cache version number will NOT be increased and in result all the previously created cache files are now invalid.

philyeahz commented 5 years ago

Can this be closed or do the descriptions from the wiki need to be implemented as well?

derplayer commented 5 years ago

The descriptions in wiki are for this field. Im still collecting. They need to be referenced at cache generation, so no dont close for now.