Friday the 13th - Language Files

Need help translating games in other languages? Have your language problems solved here.
Post Reply
Wenter
ultra-n00b
Posts: 4
Joined: Wed Oct 21, 2020 2:18 am

Friday the 13th - Language Files

Post by Wenter » Wed Oct 21, 2020 2:19 am

First of all, I just want to translate Friday the 13th: The Game but i didn't know anything about tools or codes. Can anyone help me about what tool i need to use?

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Friday the 13th - Language Files

Post by ikskoks » Wed Oct 21, 2020 8:13 am

This game is on Unreal Engine 4 so you need to use quickbms script probably
https://zenhax.com/viewtopic.php?f=9&t= ... 251#p56251
to unpack content and then some locres tools to modify language files
https://zenhax.com/viewtopic.php?t=1022

Wenter
ultra-n00b
Posts: 4
Joined: Wed Oct 21, 2020 2:18 am

Re: Friday the 13th - Language Files

Post by Wenter » Wed Oct 21, 2020 10:22 pm

When i try to unpack the .pak file, it's asking me for a variable KEY. What should I do?

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Friday the 13th - Language Files

Post by ikskoks » Wed Oct 21, 2020 10:28 pm

In this situation you should type a valid key for the game to unpack content.
There are sites on the internet where you can find collections of such keys.

I have grabbed one for you:

Code: Select all

Friday the 13th: The Game   0x3545393442413134363631443542433534333633323446424642444142363343

Wenter
ultra-n00b
Posts: 4
Joined: Wed Oct 21, 2020 2:18 am

Re: Friday the 13th - Language Files

Post by Wenter » Wed Oct 21, 2020 11:02 pm

Thanks to you, I'm in localization file. But there is one problem too, in localization file there is a Game.locmeta file. I was expecting .locres file, what should I do again?

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Friday the 13th - Language Files

Post by ikskoks » Wed Oct 21, 2020 11:11 pm

I don't know, upload some samples to analyze and we'll see ;)

Edit: I have searched the web and found this
LocMeta (Localization MetaData Resource) and LocRes (Localization Resource)
Are you sure you looking for text properly?
Maybe try total commander method first https://ikskoks.pl/searching-text-strin ... commander/

Wenter
ultra-n00b
Posts: 4
Joined: Wed Oct 21, 2020 2:18 am

Re: Friday the 13th - Language Files

Post by Wenter » Wed Oct 21, 2020 11:15 pm

https://resmim.net/i/smJR

as you can see, there is just a .locmeta files.

User avatar
ikskoks
Moderator
Posts: 942
Joined: Thu Jul 26, 2012 5:06 pm
Location: Poland, Łódź
Has thanked: 506 times
Been thanked: 234 times
Contact:

Re: Friday the 13th - Language Files

Post by ikskoks » Thu Oct 22, 2020 8:20 am

No, it's definitely wrong file. It has 1KB of total size. Language files are often much larger.
Use my total commander method to search for text or just look for files in other folders.

Post Reply