mirror of
https://codeberg.org/icewind/tf-asset-loader.git
synced 2026-06-03 16:44:10 +02:00
fmt
This commit is contained in:
parent
08cb67c1c5
commit
26a8b2c534
1 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue