Crates.io | tf-asset-loader |
lib.rs | tf-asset-loader |
version | |
source | src |
created_at | 2023-12-20 16:19:13.099776+00 |
updated_at | 2025-03-04 20:52:00.898843+00 |
description | Utility for loading assets from tf2 data files |
homepage | |
repository | https://github.com/icewind1991/tf-asset-loader |
max_upload_size | |
id | 1075440 |
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` |
size | 0 |
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.