Documentation
¶
Overview ¶
Command utfextract extracts TGA/DDS textures from Freelancer UTF files.
Usage:
utfextract -in <file_or_dir> -out <output_dir> [-r] [-preserve-paths]
Examples:
# Extract images from a single file utfextract -in DATA/INTERFACE/NEURONET/NAVMAP/NEWNAVMAP/navmap.txm -out ./images # Extract from all UTF files in a directory (non-recursive) utfextract -in DATA/INTERFACE/NEURONET/NAVMAP/NEWNAVMAP -out ./images # Extract recursively, mirroring the source directory tree in the output # (useful for validating results against a reference Perl extraction) utfextract -in DATA -out ./images -r -preserve-paths
Click to show internal directories.
Click to hide internal directories.