tf-asset-loader

Crates.iotf-asset-loader
lib.rstf-asset-loader
version
sourcesrc
created_at2023-12-20 16:19:13.099776+00
updated_at2025-03-04 20:52:00.898843+00
descriptionUtility for loading assets from tf2 data files
homepage
repositoryhttps://github.com/icewind1991/tf-asset-loader
max_upload_size
id1075440
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Robin Appelman (icewind1991)

documentation

README

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, data embedded in vpk files and data embedded in bsp maps.

Commit count: 16

cargo fmt