- This is a tool written Python to extract and repack LNK4 containers
- This tool also decompresses and compresses the Xbox Compression archives within the containers using
xbcompress.exeandxbdecompress.exe. - Also converts the images from the raw format to PNG when extracting and back to raw when packing.
- When packing, it also deals with the TOC creation and the specific padding needed.
Download the release from the Releases section.
- To extract: drag the
.datfile intolnk4tool.exeand you'll get afilename_extractfolder with the extracted images - To pack: drag a folder with the modified images into
lnk4tool.exeand you'll get afoldername_repacked.datfile ready to be used.
- This tool has only been tested with 11eyes CrossOver, but it is likely to work with the LNK4 format in general.
- This tool was made possible due to the efforts of Timo654.