- Joined
- Sep 7, 2015
- Messages
- 2,719
- Solutions
- 127
- Reaction score
- 2,179
Some time ago I added protobuf support to mehah's otc, this time I took the code out and made into dynamic link library, so it can be used with various projects just by importing it.
If you are not familiar what protobuf is, it's basically data format which cip uses in their client 12.
Basically it allows you to read single sprites or sprite sheets from lzma files and appearances from .dat file.
Check wiki on github projects for methods and how to use.
Github:
github.com
Wiki:
github.com
Enjoy
If you are not familiar what protobuf is, it's basically data format which cip uses in their client 12.
Basically it allows you to read single sprites or sprite sheets from lzma files and appearances from .dat file.
Check wiki on github projects for methods and how to use.
Github:
GitHub - nekiro/ProtobufLib: DL Library that allows to parse and export appearances from protobuf files.
DL Library that allows to parse and export appearances from protobuf files. - nekiro/ProtobufLib
Wiki:
Home
DL Library that allows to parse and export appearances from protobuf files. - nekiro/ProtobufLib
Enjoy