Guilherme Tutilo
Results
2
issues of
Guilherme Tutilo
There is a difference in the Brazilian translation. I'm using the following encoding: $tr = new GoogleTranslate(); $tr->setSource('en'); $tr->setTarget('pt-BR'); echo $tr->translate('Like a platypus. Only you mumbled in your sleep.'); Wrong...
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...