demoinfo
demoinfo copied to clipboard
Java port?
Any chance of this happening?
Well, you can certainly make one.
@master117 did you base it on any specific proto files ? I've found different versions of it and generated java files based on them but none of them seemed to work.. It fails to parse the demo header, it doesn't seem to account properly for the 'HL2DEMO' string
The demo-header is just a C-Struct, it has nothing to to with protobuf.
How the demo-header is read here: https://github.com/StatsHelix/demoinfo/blob/master/DemoInfo/Structs.cs#L41
I am leaving this open for discussion, even if this is out-of-scope for us.