wfcache-api

Crates.iowfcache-api
lib.rswfcache-api
version1.0.0
sourcesrc
created_at2023-02-26 14:22:04.83361
updated_at2024-04-04 15:37:09.329434
descriptionApplication that allows you to read and extract data from Warframe's cache files programmatically
homepagehttps://github.com/sehnryr/wfcache-api
repositoryhttps://github.com/sehnryr/wfcache-api
max_upload_size
id795127
size943,982
Youn Mélois (sehnryr)

documentation

README

wfcache-api

wfcache-api is a Rust application that allows you to read and extract data from Warframe's cache files programmatically.

Demo

Dependencies

This binary depends on Oodle 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

  • *.png Images (Exported as DDS)
  • *.wav Audio (Exported as either WAV or Opus)
  • *.fbx 3D models
Commit count: 194

cargo fmt