07-15-2021, 12:51 AM
Hey I'm having a hard trying to find a way to decompress lz. files for ds models and I can barely find any info about them and I tied several decompression progarms and none of them work. Any advice ?
Help with .lz file format
|
07-15-2021, 12:51 AM
Hey I'm having a hard trying to find a way to decompress lz. files for ds models and I can barely find any info about them and I tied several decompression progarms and none of them work. Any advice ?
07-15-2021, 10:39 AM
07-15-2021, 03:58 PM
You got any idea how to make it decompress because I did try it out before but, the problem is I can't figure out how to properly command it to decompress it.
07-15-2021, 04:11 PM
They're both command line programs. Run them with no args to see instructions. With DSDecmp, do
dsdecmp.exe input_file output_file With apicula apicula.exe extract input_file -o output_dir
Can you write an example on how it should be formated with an actual file I think that is what confusiing me
07-24-2021, 09:00 AM
let's say you have Compressed_Model and want Decompressed_Model or Output_Folder
With DSDecmp: dsdecmp.exe Compressed_Model Decompressed_Model With apicula: apicula.exe extract Compressed_Model -o Output_Folder |
« Next Oldest | Next Newest »
|