• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OpenTibia Protobuf Library (DLL)

Nekiro

Legendary OT User
TFS Developer
Joined
Sep 7, 2015
Messages
2,686
Solutions
127
Reaction score
2,134
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:

Wiki:

Enjoy
 
I like it, this can be very useful for people to add assets loading support to tools like RME and Object Builder
 
Back
Top