This Is The Police Game Loc File?
-
- Posts: 5
- Joined: Wed Aug 10, 2016 7:24 pm
This Is The Police Game Loc File?
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.
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.
-
- Posts: 2
- Joined: Fri Jul 29, 2016 12:34 am
Re: This Is The Police Game Loc File?
-35 files
-
- Posts: 5
- Joined: Wed Aug 10, 2016 7:24 pm
Re: This Is The Police Game Loc File?
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?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: This Is The Police Game Loc File?
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
-
- Posts: 5
- Joined: Wed Aug 10, 2016 7:24 pm
Re: This Is The Police Game Loc File?
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:
And this is the .-35 file:
https://www.mediafire.com/?chfbhl4b4o9yyv9
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:
And this is the .-35 file:
https://www.mediafire.com/?chfbhl4b4o9yyv9
-
- Posts: 6
- Joined: Tue Sep 29, 2015 9:03 pm
Re: This Is The Police Game Loc File?
Hi, shatamor!
First, your file size 2.8 MB, and you enter into the tool max size to equal 1 byte (not kB)
And secondly, download the new version =)
https://yadi.sk/d/BPX07VulskWJ5
First, your file size 2.8 MB, and you enter into the tool max size to equal 1 byte (not kB)
And secondly, download the new version =)
https://yadi.sk/d/BPX07VulskWJ5
-
- Posts: 5
- Joined: Wed Aug 10, 2016 7:24 pm
Re: This Is The Police Game Loc File?
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.
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.
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: This Is The Police Game Loc File?
Unpack *.= files:
Code: Select all
for %%a in (*.*) do UnityEX.exe export "%%a" -t 114
-
- Posts: 6
- Joined: Tue Sep 29, 2015 9:03 pm
Re: This Is The Police Game Loc File?
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".
-
- Posts: 47
- Joined: Sat May 16, 2015 11:58 pm
Re: This Is The Police Game Loc File?
Hi, guys. I don't understand. Unity Text says "#FileSizeLimits#"
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: This Is The Police Game Loc File?
Nobody wrote:Hi, guys. I don't understand. Unity Text says "#FileSizeLimits#"
viewtopic.php?p=19028#p19028
-
- Posts: 47
- Joined: Sat May 16, 2015 11:58 pm
Re: This Is The Police Game Loc File?
Thx makc_ar.
How can I change the font files of this game?
How can I change the font files of this game?
-
- Posts: 1193
- Joined: Sun Aug 17, 2014 7:27 pm
Re: This Is The Police Game Loc File?
Nobody wrote:Thx makc_ar.
How can I change the font files of this game?
UnityFont tool does not work?
-
- Posts: 47
- Joined: Sat May 16, 2015 11:58 pm
Re: This Is The Police Game Loc File?
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.