An open API service indexing awesome lists of open source software.

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

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.

![Demo](docs/demo.gif)

## 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