trumank / repak

Unreal Engine .pak file library and CLI in rust
Apache License 2.0
174 stars 25 forks source link

compressed paks cannot be loaded by game #19

Closed bananaturtlesandwich closed 6 months ago

bananaturtlesandwich commented 6 months ago

whenever i try to load a pak created with repak that uses any type of compression for a 5.1 game which uses paks i get this error

trumank commented 6 months ago

What pak version and compression are you using that's failing? And that same version loads fine with compression disabled?

bananaturtlesandwich commented 6 months ago

it's V9 and it's the same for all compression methods - the same version loads fine without compression yes

trumank commented 6 months ago

AFAIK V9 is only compatible with UE 4.25. Really surprised to hear it's working at all other versions.

bananaturtlesandwich commented 6 months ago

oh what am i doing it should be v10 my bad works great with compression

bananaturtlesandwich commented 6 months ago

i do have a 4.25 game i will test at some point tho