- Examples of use:

Export the texture "pc_bloodeagle_heavy.textures.t_be_heavy_dif":
tribestexture -h "c:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.hdr.rtc" -d "C:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.data.rtc" -e pc_bloodeagle_heavy.textures.t_be_heavy_dif

List all textures:
tribestexture -h "c:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.hdr.rtc" -d "C:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.data.rtc" -l

Export the texture "pc_bloodeagle_heavy.textures.t_be_heavy_dif" as "test.tga":
tribestexture -h "c:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.hdr.rtc" -d "C:\Program Files (x86)\Hi-Rez Studios\games\tribes alpha\TribesGame\CookedPC\texture.cache.data.rtc" -o "test.tga" -e pc_bloodeagle_heavy.textures.t_be_heavy_dif

-a exports all textures in the current folder.