Texture handling

Parent Previous Next

These flags help modders manage game textures. In particular, they can highlight where textures should be used, extracting them as bitmaps, or replace textures with custom ones. Use the Dump flag to extract textures, or the Hack flag if you plan on using a graphics editor to create customized replacement textures.


None


The default behavior. Does not apply special handling to textures.

Highlight

TEXTUREHIGHLIGHT

All hooked textures are replaced with a randomly-generated solid color. This makes it easier to see texel boundaries and texture usage.

Dump

TEXTUREDUMP

All hooked textures that match the criteria in the Texture section of your dxwnd.ini configuration file are extracted as bitmap files and dumped into DxWnd's "texture.out" subfolder. The automatic filenames include a hash of the file's graphical content to make it easier to uniquely identify each texture.

Hack

TEXTUREHACK

This option replaces all hooked textures by calculating hashed filenames, looking for those names in DxWnd's "texture.in" subfolder, and using any matching textures that it finds there.