Texture Help please!
Results 1 to 12 of 12

Thread: Texture Help please!

  1. #1

    Texture Help please!

    Is there a way of converting .bmp & .dds textures en mass as it were to dxt5 or 32bit without individually opening them and coverting using dxtbmp?
    Pete!

    Support Help For Heroes!

  2. #2
    What I need to know is how to make a batch file to do this!
    Pete!

    Support Help For Heroes!

  3. #3
    Hi Pete!

    I believe with photoshop, having installed the nvidia dds plug-in (only PC), you can create an action and apply these in batch to all texture in the folder...

    But I prefer to use dxtbmp one by one...

  4. #4
    How do you make a batch file to do it though mate?
    Pete!

    Support Help For Heroes!

  5. #5

  6. #6
    Unfortunately no I don't use adobe photoshop, but many thanks for the suggestion Luigi, I need to find out how to make an MsDos batchfile and imagetool to convert multible textures to .bmp 32bit!
    Pete!

    Support Help For Heroes!

  7. #7
    try this

    (Make sure you have imagetool.exe in the same dir as your dds files)

    copy this to a new bat file

    imagetool -bmp -32 *.dds
    rename *.mip *.bmp

    save and run it (the rename bit is there because image tools names its output .bmp as .mip for some reason???? that should convert all your .dds file to uncompressed bmp

    heres the rest of the switches if you need them



    Uploaded with ImageShack.us

    hope that helps

  8. #8
    Look three or four threads down the page and you'll find the answer to your question. At least a link to it.


    - Edit: Hint...the thread's subject is related to your question.

  9. #9
    I'm still bloody lost lads sorry! Bjorn you got a link to that thread mate?
    it's not a dds to bmp I want to convert its dxt5.bmp's to 32bit.bmps bit I need to covert for resizing!
    Pete!

    Support Help For Heroes!

  10. #10

  11. #11
    Thanks for this!
    Pete!

    Support Help For Heroes!

  12. #12
    Quote Originally Posted by peter12213 View Post
    I'm still bloody lost lads sorry! Bjorn you got a link to that thread mate?
    it's not a dds to bmp I want to convert its dxt5.bmp's to 32bit.bmps bit I need to covert for resizing!
    *Sigh*

    http://www.sim-outhouse.com/sohforum...ure+conversion

    Change the command in the .bat file to this:
    Code:
    imagetool -batch -nogui -nomip -32 -bmp -nodither -r *.bmp

Similar Threads

  1. F-14 VF-142 texture
    By Wings of Gold in forum FSX General Discussion
    Replies: 4
    Last Post: August 30th, 2012, 05:42
  2. Looking for a texture...
    By EMatheson in forum FS 2002/2004 General Discussion
    Replies: 10
    Last Post: March 27th, 2012, 06:14
  3. What add on texture do you like the best
    By hey_moe in forum FSX General Discussion
    Replies: 9
    Last Post: August 13th, 2010, 01:53
  4. Texture Issue
    By Wingmate in forum FSX General Discussion
    Replies: 32
    Last Post: August 2nd, 2009, 09:53
  5. B-24 texture
    By mwstevenson in forum FS 2002/2004 General Discussion
    Replies: 4
    Last Post: January 14th, 2009, 11:01

Members who have read this thread: 0

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •