update readme

This commit is contained in:
Robin Appelman 2023-12-21 01:11:57 +01:00
commit cc35ed52e3
2 changed files with 7 additions and 1 deletions

View file

@ -5,5 +5,11 @@ tf2 map viewer based on [vbsp](https://github.com/icewind1991/vbsp)
## Usage ## Usage
``` ```
cargo r -- /path/to/map.bsp cargo run --release -- /path/to/map.bsp
``` ```
Note that asset loading isn't very well optimized so loading maps can take a while.
In order to load the assets referenced by the map, TF2 needs to be installed locally.
![pl_badwater as rendered by the viewer](screenshots/badwater.png)

BIN
screenshots/badwater.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB