Blizzard / s2protocol

Python library to decode StarCraft II replay protocols
MIT License
622 stars 111 forks source link

Need documentation/code examples for encoders.py #107

Open linchenrr opened 4 years ago

linchenrr commented 4 years ago

I have read gameevents like here: https://github.com/Blizzard/s2protocol/blob/master/docs/tutorial_API.rst

And I deleted some gameevent then trying to encode back to a replay file, https://github.com/Blizzard/s2protocol/blob/ea1fe843b46ee5589a86054361d8d13e49483790/s2protocol/encoders.py seems like can do it,but there is no code examples for that. Any one knows how to do?