mirror of
https://github.com/Jackzmc/netprops-viewer.git
synced 2026-02-03 13:06:30 -06:00
A easy way to visualize and view the netprops for any compatible source game
https://jackz.me/netprops
- Vue 68.1%
- JavaScript 28.4%
- HTML 3.5%
| public | ||
| src | ||
| .gitignore | ||
| babel.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| vue.config.js | ||
| yarn.lock | ||
netpropsviewer
An easy way to view the netprops from any game that sourcemod can dump a netprops.xml file for.
Three games are already added: L4D2, CSGO, TF2. In the future, custom file uploading maybe supported.
Current demo/live site is: https://jackz.me/netprops, this should have up to date l4d2 data, and some other games.
Running
Only supports NodeJS 16 or less due to use of Vue 2.
yarn / npm i
yarn serve / npm run serve