How to translate the files of a game
MuslimCyberGames
Posts: 220 Joined: Sun Nov 06, 2016 3:28 pm
Post
by MuslimCyberGames » Fri Sep 02, 2022 9:17 pm
The Bridge Curse Road to Salvation Hello, can you help me to Compress/Import back to PAK files. I using the u4pak, Asset Editior, u4pak.py.
I find the Locres files, and I edited the Locres. And after I create the Pak files. Text ingame has not change.
This game contains PAK and Sig files.
As you can see this image:
I attach some files to sample or you can make Import PAK files.
Thanks for helping.
Last edited by
MuslimCyberGames on Sat Sep 03, 2022 12:06 pm, edited 1 time in total.
MuslimCyberGames
Posts: 220 Joined: Sun Nov 06, 2016 3:28 pm
Post
by MuslimCyberGames » Sat Sep 03, 2022 10:31 am
This game using Unreal Engine 4.27 (With Oodle Compression)
You can see the DefaulGame.ini
This line for compression method:
Code: Select all
bCompressed=True PakFileCompressionFormats=Oodle bForceUseProjectCompressionFormatIgnoreHardwareOverride=False PakFileAdditionalCompressionOptions=-compressionblocksize=256KB PakFileCompressionMethod=Kraken PakFileCompressionLevel_DebugDevelopment=3 PakFileCompressionLevel_TestShipping=5 PakFileCompressionLevel_Distribution=7
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False (This maybe can't make the modified pak files has can't read)
Source:
Oodle Data - UE Documentation
Franco
Posts: 28 Joined: Sat May 14, 2022 11:03 pm
Post
by Franco » Sat Sep 03, 2022 11:11 am
You can bypass sig files with ''Unreal Mod Unlocker.'' without the need for repackaging.
Place the unpacked locres file you have edited into the game with the game folder location.
The game that will read the file you localized in this way with Unreal Mod Unlocker without packaging it.
Example files;
Put this folder in game location and give it a try.
https://www.mediafire.com/file/7ltudkwga4p0n74/TBC.rar
MuslimCyberGames
Posts: 220 Joined: Sun Nov 06, 2016 3:28 pm
Post
by MuslimCyberGames » Sat Sep 03, 2022 12:05 pm
Okey, thats work bro.. Thanks for that
Oh yeah, can this be used in other UE games?
https://www.mediafire.com/file/7ltudkwga4p0n74/TBC.rar
Franco
Posts: 28 Joined: Sat May 14, 2022 11:03 pm
Post
by Franco » Sat Sep 03, 2022 12:45 pm
MuslimCyberGames wrote: Okey, thats work bro.. Thanks for that
Oh yeah, can this be used in other UE games?
https://www.mediafire.com/file/7ltudkwga4p0n74/TBC.rar
It was nothing, you're welcome.
Yes, this method works 80% in most games.