Jump to content

How to delete MIPMAPS on multiple .DDS files?


Recommended Posts

Hi guys, I need help from you. Is there a way to delete mip maps on multiple files, all at the same time? I want to delete mip maps from my World of Tanks's skin tanks since it made my in-game tanks looked ugly and blurry. I can't help it, my laptop was potato so I can only play with minimum quality, hence blurry skins kicked in. Although I can delete it one-by-one, it's really exhausting since I deal with hundreds of DDS files.

 

I heard that Save All will be implemented on v4.0, but I still can't see it today. Will Save All solve my issues? When will it get implemented?

 

Thank you very much!

2018-06-11 00_02_34-028 mipmaps.jpg

Link to comment
Share on other sites

1 hour ago, MARTINEZ said:

Is there a way to delete mip maps on multiple files, all at the same time?

 

You could use the DirectXTex Texconv utility to batch process the files using the following command.

The command removes the mipmaps from each DDS file and overwrites the original file.

texconv.exe -m 1 -y *.dds

The Texconv documentation is located on the DirectXTex Wiki.

 

  • Like 1
  • Upvote 3

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

29 minutes ago, Rick Brewster said:

I don't think I ever said that?

 

The Popular Feature Requests thread states that you were planning to add it for 4.0.

Quote

Save All -- This has been requested quite a bit recently, and I'm planning to add it to v4.0.

 

PdnSig.png

Plugin Pack | PSFilterPdn | Content Aware Fill | G'MICPaint Shop Pro Filetype | RAW Filetype | WebP Filetype

The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait

 

Link to comment
Share on other sites

Currently slated for inclusion in 4.0.n+1 (that's a bit of wit in the same vein as "tomorrow never comes") ?

Link to comment
Share on other sites

6 hours ago, null54 said:

 

You could use the DirectXTex Texconv utility to batch process the files using the following command.

The command removes the mipmaps from each DDS file and overwrites the original file.


texconv.exe -m 1 -y *.dds

The Texconv documentation is located on the DirectXTex Wiki.

 

 

Wow thank you very much! Gotta learn all of its commands since I'm a noob at this ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...