strong text 1. how to build specific pak file separately of the main app
[15:09 ]
ue4
Hey there @dragoniknatssu ! Welcome to the community! So you’d have to run the Unrealpak command line command on whatever specific folder you mean to pack. This thread has a great example:
If you run UnrealPak.exe without any parameters, it shows this usage:
Usage:
UnrealPak <PakFilename> -Test
UnrealPak <PakFilename> -List
UnrealPak <PakFilename> <GameUProjectName> <GameFolderName> -ExportDependencies=<OutputFileBase> -NoAssetRegistryCache -ForceDependsGathering
UnrealPak <PakFilename> -Extract <ExtractDir>
UnrealPak <PakFilename> -Create=<ResponseFile> [Options]
UnrealPak <PakFilename> -Dest=<MountPoint>
UnrealPak GenerateKeys=<KeyFilename>
UnrealPak GeneratePrimeTable=<KeyFile…