Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error to compact file #7

Open
guitutilo opened this issue Oct 1, 2021 · 1 comment
Open

Error to compact file #7

guitutilo opened this issue Oct 1, 2021 · 1 comment

Comments

@guitutilo
Copy link

I'm trying to unzip the 3 out of 10 game pak file.
To unzip the ThreeTen-WindowsNoEditor.pak file I performed the following: UnrealPak.exe ThreeTen-WindowsNoEditor.pak -Extract C:/Users/Guilherme/Desktop/UnrealPakTool/output

Then I tried to compress to see if it worked but it gave me the error:
UnrealPak.exe ThreeTen-WindowsNoEditor.pak -Repack -Output='C:/Users/Guilherme/Desktop/UnrealPakTool/output'

Error:
https://ibb.co/5xDgGyZ

What am I doing wrong?
My idea is to translate the game to Portuguese.

@muk-as
Copy link

muk-as commented Jan 28, 2022

u must have additional file
put UnrealPak in this folder UE_Pack_4_26_2\Engine\Binaries\Win64\UnrealPak.exe
then add file to this folder UE_Pack_4_26_2\Engine\Config\BaseEngine.ini
BaseEngine.zip
OR
create BaseEngine.ini with minimal data

[DerivedDataBackendGraph]
Root=(Type=KeyLength, Length=120, Inner=AsyncPut)
AsyncPut=(Type=AsyncPut, Inner=Hierarchy)
Hierarchy=(Type=Hierarchical, Inner=Boot, Inner=Pak, Inner=EnginePak, Inner=Local, Inner=Shared)
Local=(Type=FileSystem, ReadOnly=false, Clean=false, Flush=false, PurgeTransient=true, DeleteUnused=true, UnusedFileAge=34, FoldersToClean=-1, PromptIfMissing=true, Path=%ENGINEDIR%DerivedDataCache, EnvPathOverride=UE-LocalDataCachePath, EditorOverrideSetting=LocalDerivedDataCache)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants