LeagueSandbox / ContentSerializer

League Sandbox's Content Serializer
4 stars 14 forks source link

Put known hashes with unkown strings in additional fields #20

Open LeagueSandboxBot opened 7 years ago

LeagueSandboxBot commented 7 years ago

Title


Beep, boop, I'm a bot! This issue was created by @moonshadow565 in #content-serializer.

MythicManiac commented 7 years ago

Some clarification on this? @moonshadow565

moonshadow565 commented 7 years ago

Currently some hashes are missing but their values are enough self descriptive to be stored under proper key in serialized content. They could be moved to third field (other than Values and UNKNOWN_HASHES).

MythicManiac commented 7 years ago

You can add them to the conversion map, and update the conversion map later if we do find their proper value. That's what the content format version metadata is for in the end, as that can be used to migrate older versions to newer or the other way around. So add whatever hashes you have in mind to the conversion map and then bump the version.