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%
Find a file
2025-06-07 15:58:01 -05:00
public Merge branch 'master' of github.com:Jackzmc/netprops-viewer 2025-01-19 09:49:36 -06:00
src Make type, bits, offset columns searchable 2025-06-07 15:58:01 -05:00
.gitignore init 2020-06-10 17:40:07 -05:00
babel.config.js init 2020-06-10 17:40:07 -05:00
LICENSE Initial commit 2020-09-30 12:24:25 -05:00
package.json Update packages 2022-08-24 14:09:19 -05:00
README.md Cleanup repo, small performance improvement 2025-01-20 08:26:33 -06:00
vue.config.js Add classname search, cleanup 2021-05-09 19:33:59 -05:00
yarn.lock Update packages 2022-08-24 14:09:19 -05:00

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