Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

How could I replace a .DDS texture?

Featured Replies

  • Author
  • Localization

Darkhatsu, posted Sun Jan 15, 2023 9:28 pm (75026)


I was able to successfully extract textures from a game file I am trying to modify. Textures are DXT1 in DDS format. How could I modify a texture and replace the original with the new one?
  • Author
  • Localization

Shrewdo, posted Wed Feb 01, 2023 9:39 am (75238)


u want to change the format of dxt1 to dds?
  • Author
  • Localization

UndeadFrankie, posted Mon Mar 13, 2023 6:56 am (75841)


Easiest way would be to start documenting the texture header. You'll want to at least know where the header stores information like resolution x, resolution y, dxt format (dxt 1, dxt 5, ati2 etc.) and how many mipmaps the texture should have.
You could write a tool that'll read the header and replace it with the proper dds header and vice versa.
if you match the original texture resolution you can try to replace the dds header with the header from the original file.
without samples it's hard to help more than that.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.