-
When using csgo-demoinfo on demos created in cs2 an error will occur:
> CDemoFile::Open: crc_test.dem has invalid demo header ID.
-
Hey everyone,
I´m new to VisualStudio and C# and I´m getting an error message, which I hope you can help me with.
**The error message:**
System.NotImplementedException
HResult=0x80004001
…
Paxoo updated
4 years ago
-
引用 com.alibaba:fastjson:2.0.41 的包,反序列化Map属性的类型时,会解析成JSONObject,例如
类型
public class DemoInfo {
Map mapInfo;
}
字符串 {"mapInfo":{0:"t0"}}
调用 DemoInfo demoInfo = JSON.parseObject(config, new …
-
I'm trying to parse the .dems from https://www.hltv.org/matches/2350388/vitality-vs-natus-vincere-esl-pro-league-season-14 using a build from DemoInfo with signed assemblies disabled. However, the fol…
-
Hi, any plans on implementing POV demo analyzer? I've tested valve tool on github and it can read POV demos so I assume that it's not that hard to do if you already implemented GOTV, in terms of code …
-
Using the newest version Demoinfo, I found that some demos fire FlashNadeExploded before a WeaponFiredEvent with a FlashNade appears. I subscribed to both WeaponFired and FlashNadeExploded, and none o…
-
When i install it with nuget.org its throw guns error but i see the nuget version is too old.
Now im trying to install from github but it say it "Cannot load file or assembly 'DemoInfo, Version = 1…
-
I've been looking through your code base and I noticed that you read from entities prefixed with cslocaldata. and localdata. when you read the player position and player velocity (DemoInfo/DemoParser.…
-
I am trying to parse a faceit demo but I can't get it to work. I create a file stream, parser instance, and register my events. When it comes to parsing through the demo, on the 5th tick (and **always…
-
I found that my function of getting mapname and getting each round of each game failed in the latest master, and in 4.0.0 beta2 only mapname failed.
Hello, I'm very sorry that I didn't quite unders…