This commit is contained in:
Robin Appelman 2025-06-02 20:33:53 +02:00
commit 26a8b2c534

View file

@ -2,8 +2,10 @@
Utility for loading assets from tf2 data files.
Supports loading assets like models and textures from the tf2 data directory. The tf2 data directory should be
automatically detected when installed to steam, or you can use the `TF_DIR` environment variable to overwrite the data
Supports loading assets like models and textures from the tf2 data directory.
The tf2 data directory should be automatically detected when installed to steam,
or you can use the `TF_DIR` environment variable to overwrite the data
directory.
Supports loading both plain file data, data embedded in `vpk` files and data embedded in `bsp` maps.
Supports loading both plain file data, data embedded in `vpk` files and data
embedded in `bsp` maps.