-
need two TGA files
Hi Guys,
I don't know if anyone can help. I need two TGA files to mod faction symbols/banners but don't want to unpack vanilla files if possible. And so I was wondering if anyone has these files handy? They are:
data/banners/symbols6.TGA
data/ui/southern_european_interface_stratpage_02.TGA
Many thanks for help and assistance!
-
Re: need two TGA files
you have to. Banners folder is packed. How to unpack specific files to they respective folders:
make a new .cmd in Medieval II Total War\tools\unpacker and put this inside after you right-click edit.
Code:
unpacker --source="..\..\packs\*.pack" --destination=..\..\--filter=[name of file goes here w/o brackets]
-
Re: need two TGA files
Hi Lonck,
OK, thanks for this - I'll give it a try . . .