wfcache-api
wfcache-api
is a Rust application that allows you to read and extract data
from Warframe's cache files programmatically.
API support
- [x] list files and directories
- [x] move around directories
- [x] extract a specific file (see supported formats below)
- [x] extract a directory and all its files and subdirectories recursively
Shell ergonomics
- [ ] auto-completion
- [ ] run commands from outside the shell (e.g.
wfcache-api -c "ls /Lotus" [arg ...]
)
Environment variables
RUST_LOG
: set the log level (e.g. RUST_LOG=wfcache_api=debug
)
Supported formats
- [x]
*.png
Images (Exported as DDS)
- [ ]
*.fbx
3D models