Utility for loading assets from tf2 data files
  • Rust 96.5%
  • Nix 3.5%
Find a file
2024-08-30 22:54:48 +02:00
.github/workflows example/docs 2024-08-30 22:54:48 +02:00
examples example/docs 2024-08-30 22:54:48 +02:00
src example/docs 2024-08-30 22:54:48 +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 updates 2024-08-30 22:37:38 +02:00
Cargo.toml updates 2024-08-30 22:37:38 +02:00
flake.lock updates 2024-08-30 22:37:38 +02:00
flake.nix updates 2024-08-30 22:37:38 +02:00
README.md example/docs 2024-08-30 22:54:48 +02: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.