https://github.com/sehnryr/wfcache-api
Application that allows you to read and extract data from Warframe's cache files programmatically
https://github.com/sehnryr/wfcache-api
assets cache decompression linux rust warframe
Last synced: about 1 year ago
JSON representation
Application that allows you to read and extract data from Warframe's cache files programmatically
- Host: GitHub
- URL: https://github.com/sehnryr/wfcache-api
- Owner: sehnryr
- License: gpl-3.0
- Archived: true
- Created: 2023-01-31T19:55:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T15:37:50.000Z (about 2 years ago)
- Last Synced: 2025-03-06T01:51:55.670Z (about 1 year ago)
- Topics: assets, cache, decompression, linux, rust, warframe
- Language: Rust
- Homepage: https://crates.io/crates/wfcache-api
- Size: 5.25 MB
- Stars: 19
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wfcache-api
`wfcache-api` is a Rust application that allows you to read and extract data
from Warframe's cache files programmatically.

## Dependencies
This binary depends on [Oodle](http://www.radgametools.com/oodle.htm) for
decompression. You will need to install the shared library, to do so follow the
instructions here: https://github.com/sehnryr/get-oodle-lib
## Shell ergonomics
- [ ] run commands from outside the shell (e.g. `wfcache-api -c "ls /Lotus" [arg ...]`)
## Supported formats
- [x] `*.png` Images (Exported as DDS)
- [x] `*.wav` Audio (Exported as either WAV or Opus)
- [ ] `*.fbx` 3D models