1
0
Fork 0
mirror of https://github.com/demostf/demo.js synced 2026-06-04 00:54:14 +02:00

add pov note to readme

This commit is contained in:
Robin Appelman 2016-12-22 00:23:45 +01:00
commit f6d0890aff

View file

@ -26,3 +26,13 @@ fs.readFile("example.dem", function (err, data) {
console.log(body);
});
```
## A note on POV demos
During the development of this project the main focus has always been on parsing
STV demos. Parsing POV demos is a lot more error prone and has known issues.
### Known issue with POV demos
- Not all player names can be parsed correctly, resulting in multiple players
having `null` as a name in the output.