elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.15k stars 82 forks source link

Feature save DDS #193

Closed dkollmann closed 1 year ago

dkollmann commented 1 year ago

This function allows you to save DXT data from memory into a DDS file. The idea is to save the data written by the game straight to a file.

mirh commented 1 year ago

Why would this be a feature the library should have?

elishacloud commented 1 year ago

This can be useful for troubleshooting. Anything to help troubleshooting DirectDraw/Direct3D game is useful, since there are not too many tools to help here.

elishacloud commented 1 year ago

Thanks @dkollmann

mirh commented 1 year ago

I suppose texmod/uMod/opentexmod has long since been dead in the water.. But I can think to specialK as doing an excellent job with that, and much more things (except fixing broken drivers /s). So in this sense I have this uneasy feeling of feature creep.