Puxtril / Warframe-Exporter

Converts Warframe's custom file formats into standard formats
37 stars 0 forks source link

New Texture Extraction Method #2

Open Puxtril opened 1 year ago

Puxtril commented 1 year ago

Currently, the texture resolution needs to be calculated dynamically. Warframe provides a resolution, but this should only be used for the texture resolution ratio. The formula to calculate the actual resolution is a bit clunky.

Thanks to a discovery by @sehnryr (detailed in https://github.com/sehnryr/wfcache-api/discussions/1), this will be a lot simpler. Not a huge priority as the current implementation is fast enough and works without issue.