Hi guys, couple of days ago i created an app to lessen the time i spend on asset manager and here it is. It just creates a gdt file which includes the names of the texture files so that we won't have to add them on the asset manager manually. The language i used was php. I made the source code readable so that you can see what it does. You can also change it's source at your own risk. If you want to change the surface type or the usage of your textures, just open config.php and replace 'ice' and 'poster' with what you want. You can also change the directory of the dds files and the name of the gdt file. I didn't want to upload it to a crappy host so i used my own server. Here's the link:
http://myuce.tk/download.php?file=GDTGeneratorHow to use:
1. Copy your .dds files into DDS_Files folder
2. Run the app
3. Copy the recently created my_textures.gdt into root/source_data
4. Copy the dds files into root/raw/images
4. Run the asset manager, open the gdt file
5. Convert the images
WARNING: This isn't a tool to convert your textures. It only generates a file that has the names of your texture files for the asset manager.