demoinfo icon indicating copy to clipboard operation
demoinfo copied to clipboard

Java port?

Open caefree opened this issue 7 years ago • 3 comments

Any chance of this happening?

caefree avatar Aug 19 '17 18:08 caefree

Well, you can certainly make one.

master117 avatar Aug 19 '17 21:08 master117

@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

caefree avatar Aug 20 '17 08:08 caefree

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.

moritzuehling avatar Aug 23 '17 16:08 moritzuehling