View Single Post
  #4  
Old 18-08-2022, 08:32
-tara -tara is offline
Registered User
 
Join Date: May 2022
Location: Asda
Posts: 10
Thanks: 6
Thanked 9 Times in 3 Posts
-tara is on a distinguished road
Quote:
Originally Posted by -tara View Post
ran decomp on "data.unity3d" on a game called "Mango", the file is ~1.7 GB and is compressed with lz4, got an output of ~4 GB or so. Then compressed it using lz4 and the tool finished weirdly quick, after checking the output of the compression it was 300 Megs, then i tried running the game using this output as the "data.unity3d" and the game ran however every texture was purple, whats going on?
Update on this:
After doing more testing i realized that this happens if the output written in the command does not have an extension, what i was doing is just "UBT.exe -c -lz4 data.unity3d data" instead of adding the .unity3d extention and modifying the output name, the tool seems to work nice, thanks Masq!
Reply With Quote
The Following User Says Thank You to -tara For This Useful Post:
Masquerade (18-08-2022)