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:
parent
b152231e7c
commit
f6d0890aff
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -26,3 +26,13 @@ fs.readFile("example.dem", function (err, data) {
|
||||||
console.log(body);
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue