Search engine and stats for your CS:GO replays. Visit https://headshotbox.github.io/ for a visual description of the features.
cd src/newui
nvm use
npm i
npm run devcd src/newui
nvm use
npm run build
cp -R dist/spa/* ../../resources/public/bower install- build https://github.com/bugdone/demoinfogo-linux and place it in the headshotbox directory
lein run(requires leiningen 2)
Check out the wiki for more info.
Install rustup and run:
cargo build --release -p csdemoparserThe output binaries are in target/release.
Using PGO has a significant impact on the speed of csdemoparser, up to a 40% speedup.
rustup component add llvm-tools-preview
cargo install cargo-pgo
cargo pgo run -- -p csdemoparser <replay.dem>
cargo pgo optimize