resident evil 4 HD project "*.lfs" Precompressor
https://github.com/emoose/re4-research
Arc.ini
Code:
[External compressor:re4-lfs]
header = 0
solid=0
packcmd = re4lfs.exe files.lfs files.pack
unpackcmd = re4lfs.exe files.pack files.lfs
datafile = files.lfs
packedfile = files.pack
--------------------------------------------------------
But it does not work with XTool
XTool.ini
Code:
[re4lfs]
Encode=re4lfs.exe files.lfs files.pack
Decode=re4lfs.exe files.pack files.lfs
Continous=0
Is there a way to solve it?