View Single Post
  #9  
Old 28-02-2022, 05:38
Gehrman's Avatar
Gehrman Gehrman is offline
Registered User
 
Join Date: Jan 2020
Location: Save Palestine
Posts: 78
Thanks: 1,372
Thanked 89 Times in 48 Posts
Gehrman is on a distinguished road
External executable!!!

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?

Last edited by Gehrman; 28-02-2022 at 05:44.
Reply With Quote
The Following User Says Thank You to Gehrman For This Useful Post:
Razor12911 (28-02-2022)