Jimmy Woodhouse

Results 4 issues of Jimmy Woodhouse

Inside of DemoParser.cs: ``` SendTableParser.FindByName("CCSPlayerResource").OnNewEntity += (s1, newResource) => { newResource.Entity.FindProperty("m_hostageRescueX.000").DataRecivedDontUse += (s1, center) => ... ``` seems to get the X value for the center point of func_hostage_rescue entities...

This is not an issue itself, but thought I would post this. Unfortunately I am not well-versed enough in git to cherry-pick specific commits from this to PR into demoinfo,...

### Is your feature request related to a problem? Please describe. For creating radars in CS2, it's been recommended that we use dynamic_images_maps.vpdi This file is not included anywhere, so...

enhancement

It looks like AddTimelineEvent() in SteamTimeline needs the parameters to be passed in in a different order than expected to work. This would result in an incorrect ordering of parameters,...