node-CSGODemoReader
node-CSGODemoReader copied to clipboard
A library for reading CS:GO demo files.
Added new event 'demo_info' that emits the demo_header object. This object contains some valuable information about the demo.
There is a bug in Reader.js (https://github.com/SzymonLisowiec/node-CSGODemoReader/blob/master/src/Reader.js#L230) where the non-decoded message is emitted through the event handler rather than the decoded message. "this.emit(umsg, **message**)" rather than "this.emit(umsg, **msg**)" Additionally, I...
Hi. I have noticed that not all entities get all the properties unflattened into the data object. For example "CBaseCSGrenadeProjectile" entity does not decode "m_vecOrigin" even though it seems to...