
(Click the small previews to download.)
While a number of files I’m unsure of name, many have been named or at least been put in what should be the correct path:
Parsed these out of some of the xml files, executibles, and by intercepting calls to the PSP filesystem:
After searching every VEXX file using the method illustrated previously, I was unable to find any suitable images for some elements I knew existed, such as the ship skins. Many of the VEXX files contained what appeared to be image data, but it was very scrambled.
It appears that there are 2 distinctly different texture encoding methods used in the game engine.
After realizing the existence of the second encoding, assembly of the images was again possible.
Contents of file 6deb6900:

Z:DataShipsAG_SystemsTexturesags_phantom3_shinemap.tga
DataShipsAG_SystemsTexturesags_phantom3_shinemap.tga

Z:DataTexenvtest3.tga
DataTexenvtest3.tga

Z:DataShipsAG_SystemsTexturesags_phantom4_shinemap.tga
DataShipsAG_SystemsTexturesags_phantom4_shinemap.tga

Z:DataShipsAG_SystemsTexturesags_phantom1_shinemap.tga
DataShipsAG_SystemsTexturesags_phantom1_shinemap.tga

Z:DataShipsAG_SystemsTexturesags_phantom2_shinemap.tga
DataShipsAG_SystemsTexturesags_phantom2_shinemap.tga
![]()
Z:DataShipsAG_SystemsTexturesags_phantom_lod.tga
DataShipsAG_SystemsTexturesags_phantom_lod.tga

The texture name data for that last file is as follows, and appears to contain image dimension information (and possibly more):
EARTH.TGA (256x128x8)
7303000030002C005000000000000000 z:datatexearth.tga........... 7A3A5C646174615C7465785C65617274 682E746761000000 00000000000000000001800008052200 0004000080AA00000000000000000000 114C4043FFFFFFFF3790F5772EABC277 000023000000000033ABC27730EEBD15 z:datatexearth.tga........... 7A3A5C646174615C7465785C65617274 682E746761000000 DARTS.TGA (256x256x8)
7303000030002C005000000000000000 Z:DataTexdarts.tga........... 5A3A5C446174615C5465785C64617274 732E746761000000 00000000000000000001000108062201 00040000405501000000000000000000 00008047FFFFFFFF3790F5772EABC277 000023000000000033ABC27730EEBD15 Z:DataTexdarts.tga........... 5A3A5C446174615C5465785C64617274 732E746761000000
