Stray Localization

How to translate the files of a game
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Stray Localization

Post by michalss »

Hi all,

Would like to get some help with Stray game and localization. I do have sorted out all of this expect uexp files. Can anyone help pls. If noone helps i will do it on my own, but i would be glad if anyone who did it before help first..



Regards
tgyt
Posts: 1
Joined: Wed Jul 20, 2022 9:45 am

Re: Stray Localization

Post by tgyt »

Hello
I suppose, to localize the game you have to translate .locres files from "Localization" folder firstly. Also, can you say, how did you unpacked "Hk_project-WindowsNoEditor" file or send the "Localization" folder here? Thanks
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: Stray Localization

Post by michalss »

tgyt wrote:Hello
I suppose, to localize the game you have to translate .locres files from "Localization" folder firstly. Also, can you say, how did you unpacked "Hk_project-WindowsNoEditor" file or send the "Localization" folder here? Thanks


unpack pak and locres is not a problem. Problem is uexp and asset files..
akintos
Posts: 88
Joined: Tue May 08, 2018 7:48 pm

Re: Stray Localization

Post by akintos »

uasset and uexp files do not have any text to translate.
you need to translate the locres file.
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: Stray Localization

Post by michalss »

akintos wrote:uasset and uexp files do not have any text to translate.
you need to translate the locres file.


Are you sure that only that small amount of text is whole game ? Highly doubt that..

AS you can see there is also text in uexp files

Image
amrshaheen61
Posts: 15
Joined: Sun Oct 24, 2021 9:48 pm

Re: Stray Localization

Post by amrshaheen61 »

michalss wrote:
akintos wrote:uasset and uexp files do not have any text to translate.
you need to translate the locres file.


Are you sure that only that small amount of text is whole game ? Highly doubt that..

AS you can see there is also text in uexp files

Image


Test this tool
https://github.com/amrshaheen61/UE4LocalizationsTool
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: Stray Localization

Post by michalss »

does not work..
NoobInCoding
Posts: 127
Joined: Sat Aug 07, 2021 9:49 am

Re: Stray Localization

Post by NoobInCoding »

There is only English text in uexp files
You don't need to edit them
Game will read the texts from locres. Not uexp
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: Stray Localization

Post by michalss »

NoobInCoding wrote:There is only English text in uexp files
You don't need to edit them
Game will read the texts from locres. Not uexp



Ok thx for confirmation :)
michalss
Posts: 320
Joined: Sun Aug 10, 2014 12:49 pm

Re: Stray Localization

Post by michalss »

NoobInCoding wrote:There is only English text in uexp files
You don't need to edit them
Game will read the texts from locres. Not uexp



Can you please gime me a hint. Do i need to pack it back to pak or does it game take it unpacked (if it does where and what is exact structure of folder pls)? Or how to make a proper pack patch file please ?
Skalia16
Posts: 29
Joined: Sat Sep 25, 2021 5:45 pm

Re: Stray Localization

Post by Skalia16 »

michalss wrote:
NoobInCoding wrote:There is only English text in uexp files
You don't need to edit them
Game will read the texts from locres. Not uexp



Can you please gime me a hint. Do i need to pack it back to pak or does it game take it unpacked (if it does where and what is exact structure of folder pls)? Or how to make a proper pack patch file please ?


The exact file structure is contained in rar. After editing the Game.locres file, put it in the same location and create a pak file as Hk_project-WindowsNoEditor_P The game will read it.