Utility for loading assets from tf2 data files
  • Rust 96.5%
  • Nix 3.5%
Find a file
2024-12-14 16:42:42 +01:00
.github/workflows flake reorg + updates 2024-12-14 16:42:42 +01:00
examples example/docs 2024-08-30 22:54:48 +02:00
src improve path searching 2024-09-02 13:57:08 +02:00
.envrc initial version 2023-12-20 17:01:29 +01:00
.gitignore initial version 2023-12-20 17:01:29 +01:00
Cargo.lock flake reorg + updates 2024-12-14 16:42:42 +01:00
Cargo.toml flake reorg + updates 2024-12-14 16:42:42 +01:00
flake.lock flake reorg + updates 2024-12-14 16:42:42 +01:00
flake.nix flake reorg + updates 2024-12-14 16:42:42 +01:00
README.md flake reorg + updates 2024-12-14 16:42:42 +01:00

tf-asset-loader

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 directory.

Supports loading both plain file data and data embedded in vpk files.