i just tried the blender mesh.ascii script for blender 2.49
that works. well kind of. i can load up the model and export as fbx.
however that fbx file crash any 3d program i try to import (Noesis, C4D, 3DSMax)
http://www.mediafire.com/download/lzzb4scafh1uyqt
@trexjones
viewtopic.php?f=18&t=4392
create a bat file and place the bat file, along with the tex2dds.exe
into the art folder. type the following into your bat file:
FOR /F "tokens=*" %%G IN ('dir /b /S *.tex') DO tex2dds.exe "%%G"
and run it. it'll batch convert all .tex files to .dds files (even in subfolders)