This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Archinus

Pages: [1]
1
Resources and Tools / [TOOL] Batch ADT Renamer
« 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.

Pages: [1]