repak icon indicating copy to clipboard operation
repak copied to clipboard

Unreal Engine .pak file library and CLI in rust

Results 9 repak issues
Sort by recently updated
recently updated
newest added

Any plans on putting this crates.io? I get that there's no docs right now but putting it on crates should be much lower effort.

I just want to thank for these tools. Its working nicely and this is the best implementation of packing tool ever to be honest. Are you also gonna support UE5...

Often it is necessary to download a multi-gigabyte pak to troubleshoot problems that are often only in a few bytes in the index or footer. Creating a summary file that...

enhancement

@bananaturtlesandwich @jieyouxu @trumank subj

@trumank @bananaturtlesandwich @jieyouxu For example if zlib support 1-10 levels where 10 is max

@trumank @bananaturtlesandwich @jieyouxu subj

Allow wildcards, or maybe even full regex, so that you can include files that match a particular pattern. In my use case I was looking to extract all of the...

documentation

When just running `.\repak.exe unpack .\pakname.pak` it returns the following error upon reaching the first file to unpack: `Error: Attempted to write to "path/to/file.ext" which is outside of output directory`...