We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
markus-wa/demoinfocs-golang#566
https://drive.google.com/file/d/13-jHqduYjMKKwudaheLJwXg-SjTj3FK0/view?usp=sharing
const { analyzeDemo, ExportFormat, DemoSource } = require('@akiver/cs-demo-analyzer'); const file = path.resolve('./nexus-vs-alliance-m3-dust2.dem'); const outputFolderPath = path.dirname(file); const o = { demoPath: file, outputFolderPath, format: ExportFormat.JSON, analyzePositions: false, minify: false, onStderr: console.error, onStdout: console.log, onStart: () => { console.log('Starting!'); }, onEnd: () => { console.log('Done!'); }, } await analyzeDemo(o)
no errors
No response
The text was updated successfully, but these errors were encountered:
fix: support for recent demos with missing game event list
47a3244
ref #12 ref markus-wa/demoinfocs-golang#566
5b34e83
03ad24e
No branches or pull requests
Describe the bug
markus-wa/demoinfocs-golang#566
Demo links
https://drive.google.com/file/d/13-jHqduYjMKKwudaheLJwXg-SjTj3FK0/view?usp=sharing
Steps to reproduce
const { analyzeDemo, ExportFormat, DemoSource } = require('@akiver/cs-demo-analyzer');
const file = path.resolve('./nexus-vs-alliance-m3-dust2.dem');
const outputFolderPath = path.dirname(file);
const o = {
demoPath: file,
outputFolderPath,
format: ExportFormat.JSON,
analyzePositions: false,
minify: false,
onStderr: console.error,
onStdout: console.log,
onStart: () => {
console.log('Starting!');
},
onEnd: () => {
console.log('Done!');
},
}
await analyzeDemo(o)
Expected behavior
no errors
Code snippet
No response
Environment information
Additional context
No response
The text was updated successfully, but these errors were encountered: