Protobuf is a library for serializing in its own format, not other predefined 
binary formats. It is also by design fairly simple with limited integrity 
checking features intended to help with backwards and forwards compatibility.

I don't think it can help you with editing Diablo2 files.

--Chris

On May 21, 2012, at 1:15 AM, HarpyWar <harpy...@gmail.com> wrote:

> Hello, I want to make a program that can edit D2S files (Diablo 2
> character).
> There are several fields in D2S format with conditions and I can't
> find this functionality in the protobuf docs. For example, "Golem
> Item" field is exists only when "bHasGolem" value equals 1 (see here
> http://www.ladderhall.com/ericjwin/html/udietooinfo/udietood2s.html)
> 
> Is it possible to deserialize/serialize this data using protobuf?
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Protocol Buffers" group.
> To post to this group, send email to protobuf@googlegroups.com.
> To unsubscribe from this group, send email to 
> protobuf+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/protobuf?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to