mirror of
https://github.com/Jackzmc/netprops-viewer.git
synced 2026-02-03 21:16:29 -06:00
15 lines
449 B
Markdown
15 lines
449 B
Markdown
# 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`
|