Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Life Is Strange: True Colors - Texttool [updated]

Featured Replies

  • Author
  • Localization

gameside, posted Sun Sep 12, 2021 3:25 pm (66299)


Life Is Strange: True Colors - Texttool v1.3.5
by gameside

updated:
v1.3
  • added export as txt option (see program help)
  • fix a small bug
v1.3.1
  • fix problem of extraction of some languages
v1.3.2 stable version
  • fix the problem of not being able to import some languages
v1.3.3 stable version
  • fix a small problem with EP3_S4A_Localization file
v1.3.5 stable version
  • added new added Japanese language to the tool - this new version wont work on older game version that don't have Japanese language, use v1.3.3 for them



with this tool you can export all texts from the game files to json or txt
- you can either export all languages from the file or select what language you want to export.
- by default program only convert those string that need to convert to utf-16 (when it have any Unicode char ex Arabic) and use ascii for rest. but you can also force it to write all strings as utf-16.

How to use:
you can see program help with -h/--help option.
example of export English and German languages from file (json mode)
Code:
LiS-textTool.exe -e -f path-to-file-without-extension --lang=english,german

this will create a json file beside the game files.
example of import json back to game file.
Code:
LiS-textTool.exe -i -f path-to-file-without-extension

its need all uexp, uasset and the json file in same folder.

by default tool use the json format for saving the output, but if you want you can use -t/--txt option to make tool export strings to a txt file instead
following example will export German language to a txt file beside of game files
Code:
LiS-textTool.exe -e -f path-to-file-without-extension --txt --lang=german

Notes about txt mode:
  • keep in mind you can export more then one language in txt mode too, but if you want to import exported file back, you should just export one language.
  • don't delete or change first two lines in txt file.
  • if you have both exported json and txt file beside the uexp/uasset and try to import strings back, tool will perfer to import the json file, but you can force tool too import txt by using -t/--txt option in import mode too.
Code:
LiS-textTool.exe -i -f path-to-file-without-extension -t


older version:
v1.1

v1.3

v1.3.1

v1.3.2

v1.3.3

LiS-textTool-v1.3.5.7z

LiS-textTool.7z

LiS-textTool-v1.3.7z

LiS-textTool-v1.3.1.7z

LiS-textTool-v1.3.2.7z

LiS-textTool-v1.3.3.7z

  • Author
  • Localization

jonastraducoes, posted Sun Sep 12, 2021 4:18 pm (66302)


Congratulations on the tool!
If it's not asking too much is it possible to make the tool be compatible with this file?
  • Author
  • Localization

gameside, posted Sun Sep 12, 2021 7:45 pm (66306)


jonastraducoes wrote:
Congratulations on the tool!
If it's not asking too much is it possible to make the tool be compatible with this file?

what game is this from?
and send one more example
  • Author
  • Localization

haku0011, posted Mon Sep 13, 2021 6:11 am (66318)


gameside wrote:
jonastraducoes wrote:
Congratulations on the tool!
If it's not asking too much is it possible to make the tool be compatible with this file?

what game is this from?
and send one more example


Hello, can you make a tools for Tales of Arise?
Here for an example
AES if you need: YfxxoTdqKVmDk K/uXaydXBfRg4pOZz9H5wGDIzWzkA=
  • Author
  • Localization

ekiby4, posted Mon Sep 13, 2021 2:07 pm (66331)


gameside wrote:
Life Is Strange: True Colors - Texttool v1.3
by gameside

updated:
- added export as txt option (see program help)
- fix a small bug

LiS-textTool-v1.3.7z

with this tool you can export all texts from the game files to json or txt
- you can either export all languages from the file or select what language you want to export.
- by default program only convert those string that need to convert to utf-16 (when it have any Unicode char ex Arabic) and use ascii for rest. but you can also force it to write all strings as utf-16.

How to use:
you can see program help with -h/--help option.
example of export English and German languages from file
Code:
LiS-textTool.7z -e -f path-to-file-without-extension --lang=english,german

this will create a json file beside the game files.
example of import json back to game file.
Code:
LiS-textTool.7z -i -f path-to-file-without-extension

its need all uexp, uasset and the json file in same folder.

older version:
LiS-textTool.7z



how to use? when i open listool.exe immediately closing.
  • Author
  • Localization

gameside, posted Mon Sep 13, 2021 2:17 pm (66333)


ekiby4 wrote:
how to use? when i open listool.exe immediately closing.

this tool work in command line
so open a cmd (WIN R then type cmd and press enter)
then you can see the help of tool by type
Code:
Path_to_where_tool_located\LiS-textTool.exe -h


haku0011 wrote:
Hello, can you make a tools for Tales of Arise?

hello, I will check it later, currently I'm busy.
  • Author
  • Localization

haku0011, posted Mon Sep 13, 2021 6:30 pm (66342)


Quote:
haku0011 wrote:
Hello, can you make a tools for Tales of Arise?

hello, I will check it later, currently I'm busy.


thanks you very much
  • Author
  • Localization

gtd4862, posted Wed Sep 15, 2021 6:10 am (66404)


This tool can't export to spanishMexico spanish, portugueseBrazil and chineseSimplified.
It shows a message like "portugueseBrazil is not a valid language"
  • Author
  • Localization

gameside, posted Wed Sep 15, 2021 12:28 pm (66410)


gtd4862 wrote:
This tool can't export to spanishMexico spanish, portugueseBrazil and chineseSimplified.
It shows a message like "portugueseBrazil is not a valid language"

It was a typo...
now its fixed.
  • Author
  • Localization

gtd4862, posted Fri Sep 17, 2021 9:11 am (66463)


gameside wrote:
gtd4862 wrote:
This tool can't export to spanishMexico spanish, portugueseBrazil and chineseSimplified.
It shows a message like "portugueseBrazil is not a valid language"

It was a typo...
now its fixed.


Why I can't import txt back to uexp? I only export to one language.
I tested, only english can import txt back to uexp.
Can you fix it?
  • Author
  • Localization

nguyen dinh duc, posted Fri Sep 17, 2021 2:35 pm (66476)


there are some files that can't be unzipped, i hope you will research it
  • Author
  • Localization

gameside, posted Fri Sep 17, 2021 2:46 pm (66478)


gtd4862 wrote:
Why I can't import txt back to uexp? I only export to one language.
I tested, only english can import txt back to uexp.
Can you fix it?

what language you trying to import?
as I tested there is no problem with importing other languages...
as you know you can export as many language as you want in txt mode too, but if you want to import them back you should only export one
and keep in mind dont delete or change first 2 lines in exported txt.

I also updated the first post with more information about txt mode.
  • Author
  • Localization

gtd4862, posted Fri Sep 17, 2021 4:54 pm (66493)


gameside wrote:
gtd4862 wrote:
Why I can't import txt back to uexp? I only export to one language.
I tested, only english can import txt back to uexp.
Can you fix it?

what language you trying to import?
as I tested there is no problem with importing other languages...
as you know you can export as many language as you want in txt mode too, but if you want to import them back you should only export one
and keep in mind dont delete or change first 2 lines in exported txt.
I also updated the first post with more information about txt mode.

If I export and import english txt, it works fine.
Image

But if I export and import other language, like german, it shows an error message.
Image

In all these tests I didn't change anything to txt files.
  • Author
  • Localization

gameside, posted Fri Sep 17, 2021 8:53 pm (66500)


@gtd4862 yes you were right, there was a small problem, but now its fully fixed (check the first post for latest version)
Now I can say the tool is fully stable, thanks for all your bug reports.
  • Author
  • Localization

gtd4862, posted Sat Sep 18, 2021 6:53 am (66506)


gameside wrote:
@gtd4862 yes you were right, there was a small problem, but now its fully fixed (check the first post for latest version)
Now I can say the tool is fully stable, thanks for all your bug reports.

Thank you for the hard work!
Everything works fine now.
  • Author
  • Localization

bax001, posted Fri Dec 03, 2021 12:31 am (67811)


Hi,
Your tool is great, but it is not compatible with all localization files. It doesn't work with following folders: SMS, Journals, Posters, etc. It does something when I try to export to txt file, but I can open it only with hex editor as files are over 1GB. Is there any chance for an update?

Thanks

PS. I've seen there english text, but I am not sure if it is required to tranlate)
  • Author
  • Localization

gameside, posted Tue Dec 07, 2021 7:09 pm (68019)


bax001 wrote:
Hi,
Your tool is great, but it is not compatible with all localization files. It doesn't work with following folders: SMS, Journals, Posters, etc. It does something when I try to export to txt file, but I can open it only with hex editor as files are over 1GB. Is there any chance for an update?

Thanks

PS. I've seen there english text, but I am not sure if it is required to tranlate)

Hi, its strange, tool should work with all files, did you test latest version? if yes upload some of problematic files.
  • Author
  • Localization

emre_007, posted Wed Dec 15, 2021 3:44 am (68248)


Can you update the tool to make nintendo switch files as well. Thank you. I also uploaded the language files.
  • Author
  • Localization

gameside, posted Wed Dec 15, 2021 10:15 pm (68275)


emre_007 wrote:
Can you update the tool to make nintendo switch files as well. Thank you. I also uploaded the language files.

looks like in a point of time they added Japanese language to the game, that older version of tool didn't supported it, but now in new update (1.3.5) its supported.
  • Author
  • Localization

ljy0704, posted Fri Dec 31, 2021 12:23 am (68564)


Hi thanks for your tool is really useful to me.
But it doesn't work with SMS
And if you don't mind would be tell how to unpakc Posters or jounral stuffs too?
Thank you
  • Author
  • Localization

0704ljy, posted Fri Mar 25, 2022 2:51 pm (70715)


idk why it keep giving me
-empty string-
  • Author
  • Localization

gameside, posted Tue Mar 29, 2022 11:23 am (70770)


0704ljy wrote:
idk why it keep giving me
-empty string-

in which file? some lines dont have any text on them, at the time I choose to use -empty string- as a place holder for them...
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.