This Is The Police Game Loc File?

How to translate the files of a game
shatamor
Posts: 5
Joined: Wed Aug 10, 2016 7:24 pm

This Is The Police Game Loc File?

Post by shatamor »

Hello everyone. I just want to translate "This Is The Police" but my problem is i can't find localization files of this game.
I opened .assets files with Unity Assets Explorer but there's no localization file that i found.
Maybe you guys know where it is hidden.
I tried all .-5 files but no success.
ZatuyouTantou
Posts: 2
Joined: Fri Jul 29, 2016 12:34 am

Re: This Is The Police Game Loc File?

Post by ZatuyouTantou »

-35 files
shatamor
Posts: 5
Joined: Wed Aug 10, 2016 7:24 pm

Re: This Is The Police Game Loc File?

Post by shatamor »

ZatuyouTantou wrote:-35 files

Yes, thank you. On resources.assets pack has .-35 file and it's look like a text file.
Problem is with Notepad++ it's too hard to editing.
Is there any tool for editing this .-35 files?
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: This Is The Police Game Loc File?

Post by makc_ar »

shatamor wrote:
ZatuyouTantou wrote:-35 files

Yes, thank you. On resources.assets pack has .-35 file and it's look like a text file.
Problem is with Notepad++ it's too hard to editing.
Is there any tool for editing this .-35 files?

viewtopic.php?p=14667#p14667
shatamor
Posts: 5
Joined: Wed Aug 10, 2016 7:24 pm

Re: This Is The Police Game Loc File?

Post by shatamor »

Okay, now i got UnityText but again there's a problem.
When i open .-35 file with UnityText it says "FileSizeLimit".
I looked over options and found "MaxFileSize" but whatever i change number, it doesn't help and always export 1 KB File.
Maybe i should do something else. Sorry guys but i'm not good at tools. :)

This is what it's look like:
Image

And this is the .-35 file:
https://www.mediafire.com/?chfbhl4b4o9yyv9
StiGMaT
Posts: 6
Joined: Tue Sep 29, 2015 9:03 pm

Re: This Is The Police Game Loc File?

Post by StiGMaT »

Hi, shatamor!

First, your file size 2.8 MB, and you enter into the tool max size to equal 1 byte (not kB) ;)
Image
And secondly, download the new version =)
https://yadi.sk/d/BPX07VulskWJ5
shatamor
Posts: 5
Joined: Wed Aug 10, 2016 7:24 pm

Re: This Is The Police Game Loc File?

Post by shatamor »

I sorted it out, everything is fine and started translating.
But i took a look at game and in the .-35 file doesn't have subtitles of this game.
This .-35 file contains interface texts.
So any other suggestion for subtitle file?
Other of my half thinks that maybe game subtitles written over texture or over something else.
If it is so, i don't think that i can translate.


Edit:
I looked over this .-35 file again.
Firstly, .-35 file has multiple languages in one file. That's why this file size is 11 MB.
But when i scroll down the text there's is a problem.
3920th line starts with somekind of codes or something else.
And all text continues this strange multiple letters and numbers till the end of the file.
Maybe it's something with subtitles but i don't know. I think i did everything right while exporting .-35 file.

Image
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: This Is The Police Game Loc File?

Post by makc_ar »

Unpack *.= files:

Code: Select all

for %%a in (*.*) do UnityEX.exe export "%%a" -t 114
StiGMaT
Posts: 6
Joined: Tue Sep 29, 2015 9:03 pm

Re: This Is The Police Game Loc File?

Post by StiGMaT »

shatamor wrote:3920th line starts with somekind of codes or something else.

Sorry man... but in this file is broken 4-byte data structure alignment (usual for Unity). Therefore, the tool doesn't properly read all the data.

I corrected the file. But I can't give a warranty that game will work with it ;)

And more... Updated the tool, fixed the bug when export to csv.

And last =) It is better for CSV to open in Excel (or other spreadsheet) but not in a "notepad".
Nobody
Posts: 47
Joined: Sat May 16, 2015 11:58 pm

Re: This Is The Police Game Loc File?

Post by Nobody »

Hi, guys. I don't understand. Unity Text says "#FileSizeLimits#"
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: This Is The Police Game Loc File?

Post by makc_ar »

Nobody wrote:Hi, guys. I don't understand. Unity Text says "#FileSizeLimits#"

viewtopic.php?p=19028#p19028
Nobody
Posts: 47
Joined: Sat May 16, 2015 11:58 pm

Re: This Is The Police Game Loc File?

Post by Nobody »

Thx makc_ar.
How can I change the font files of this game?
makc_ar
Posts: 1193
Joined: Sun Aug 17, 2014 7:27 pm

Re: This Is The Police Game Loc File?

Post by makc_ar »

Nobody wrote:Thx makc_ar.
How can I change the font files of this game?

UnityFont tool does not work?
Nobody
Posts: 47
Joined: Sat May 16, 2015 11:58 pm

Re: This Is The Police Game Loc File?

Post by Nobody »

makc_ar wrote:
Nobody wrote:Thx makc_ar.
How can I change the font files of this game?

UnityFont tool does not work?


I don't understand how that tool works.