Hi everyone,
I'm looking for an
updated Metin2 client item_proto dumper .
My situation:
I have a client-side item_proto from (multi-lang) locale/en/ that is clearly in the newer binary format.
The file reports a struct_size of 176 bytes.
Most public tools I found only support the older 156-byte, so they either stop right away or throw a mismatch error like:
LoadItemProto: invalid item_proto structSize[176] != sizeof(SItemTable) [156]
I've tried around 7 different dumpers/converters (classic dump_proto, older ProtoReader builds, client→server proto converters, some JSON-based ones),
some of them didn't even start (crashed on load),
the rest all failed on the same thing: they expect 156 bytes per item, but this client has 176 , or they stop on unknown flags/applies like APPLY_ATTBONUS_STONE, ITEM_STACKABLE, ANTI_PET, WEAR_GLOVE.
I would like a dumper that can read a 176-byte client item_proto.
I'm attaching the item_proto (rename to gif, because I can't upload the original, so just remove the .gif tag) that needs to be unpacked, so you can test directly against the real file.
If anyone has a newer ProtoReader / DumpProto build that already supports this 176-byte layout, or source code that handles “struct_size > sizeof(SItemTable)” by skipping the extra bytes, that would solve it.
Thank you in advance!
Regards,
Dabtep