Genie Engine SCX (scenario) file reader for Node.js and the browser
var genieScx = require('genie-scx')
genieScx.load(fs.readFileSync('/path/to/scenario.scx'), (err, data) => {
})
Parse an SCX file. cb
is a Node-style callback (err, data)
. data
is an object with lots of data. Use console.log or devtools to figure out the shape.