scott07

Members
  • Content Count

    9
  • Joined

  • Last visited

Community Reputation

17 Good

About scott07

  • Rank
    Newbie

Personal Information

  • Specialty
    Level Design
    DBC Editing
    Modeling
    Serverside
    Interface
    Software Development
    Lore/Quests

Recent Profile Visitors

4,737 profile views

1 file

  1. blp Bulk BLP Converter (PAL_A8 Format)

    When converting things such as Items from WOD to WOTLK, you will need to convert the BLP Files (textures) to the correct format so that the game reads it correctly.

    This is a simple batch file script that will help convert all the BLPs in one quick sweep, its not perfect but its better than doing it all manually.

    This tool is setup alongside this BLPConverter and you will also need Ant Renamer Portable

    How to use :

    1. Extract the ZIP Folder (should be able to put it anywhere)

    2.Place all BLP files you want to convert into the "ProjectFiles" folders

    3.Run "BLPConverter.bat" and wait for completion

    4.Do a search in the ProjectFiles folder for ".blp"

    5.Select all of the .blp files that do not finish with "_.blp" and delete them
       TIP : You want to delete the set of BLPs which have the earlier modified date, it should be obvious

    6.Run Ant Renamer Portable and click add folder and select your "ProjectFiles" folder

    7.Go onto the "Actions" menu, and then click on "String Replacement"

         Search for :  "_.blp"
       
         Replace by: ".blp"

    8. You are done.

    I thought I would share this tool as it made it way easier to convert BLPs in bulk, i know that the rename method could be made in the bat file itself, but i do not have the time to work that out at the moment.

    362 downloads

    (0 reviews)

    2 comments

    Submitted