View Single Post
  #10  
Old 05-01-2018, 09:32
elit elit is offline
Registered User
 
Join Date: Jun 2017
Location: sun
Posts: 265
Thanks: 190
Thanked 325 Times in 119 Posts
elit is on a distinguished road
Finally it seems to be working! I modded lz4 cmd tool to include crc before data and then manually removed header and tail. Tested single file that previously crashed the game worked! I am confident it should hopefully work for the rest.
But I need to modify lz4 further to remove frame header and tail as I wont do it manually for thousand files. Once done, I will create new topic and upload it here. With such lz4 users will be able to re-import certain previously non-doable games with simple quickbms+custom lz4 - ala FitGirl.

Btw Prince, that wouldnt work, crc is block crc and since compression is not exact it would crash the game. Also block crc is in each few kb's within the compressed file not only beginning and you would have to be able to recognize it among other random bytes. But I did had that in mind at beginning.
Reply With Quote