Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Resources and Tools => Topic started by: Archinus on February 01, 2015, 12:14:47 am

Title: [TOOL] Batch ADT Renamer
Post by: Archinus on February 01, 2015, 12:14:47 am

ADT Renaming Tool


This is just a simple C# console application I built because I did not want to manually rename 30 ADT files. It will rename any ADT's in the directory it is executed in from oldname_x_y.adt to newname_x_y.adt. It will also rename any wdl and wdt file in the directory from oldname.(wdl/wdt) to newname.(wdl/wdt).

How to use it:


Using this tool is easy! Simply compile it and run the resulting executable in the directory where the adt's are, and the application will ask you for the new name.

Hopefully i packaged it up right - it's my first time releasing something I've made.
Title: Re: [TOOL] Batch ADT Renamer
Post by: Bravelad on February 01, 2015, 12:56:48 am
Great work! For future reference I use this tool to rename files in bulk:

http://www.bulkrenameutility.co.uk/Main_Intro.php (http://www.bulkrenameutility.co.uk/Main_Intro.php" onclick="window.open(this.href);return false;)
Title: Re: [TOOL] Batch ADT Renamer
Post by: Skarn on February 01, 2015, 10:34:07 am
You could just use Riu's zone masher for this.