This War of Mine (language binary file)
-
rengareng
- veteran
- Posts: 129
- Joined: Fri Feb 18, 2011 10:23 am
- Has thanked: 6 times
- Been thanked: 47 times
This War of Mine (language binary file)
Hi all,
I've written a tool to strip all languages except english in this game.
It is good when repacking to reduce size.
It also includes bin to text converter. I also included template of the file. Therefore,
some can easily code repacker.
I used "/n" for line breaks in a sentence.
I hope it would be usefull for you.
Edit: Tool requires 010Editor
I've written a tool to strip all languages except english in this game.
It is good when repacking to reduce size.
It also includes bin to text converter. I also included template of the file. Therefore,
some can easily code repacker.
I used "/n" for line breaks in a sentence.
I hope it would be usefull for you.
Edit: Tool requires 010Editor
You do not have the required permissions to view the files attached to this post.
-
WRS
- ultra-veteran

- Posts: 601
- Joined: Fri Nov 06, 2009 12:13 am
- Has thanked: 74 times
- Been thanked: 134 times
Re: This War of Mine (language binary file)
awesome work
those widestrings look like the endian swaps half way though the format! it threw me off when i was investigating this format
those widestrings look like the endian swaps half way though the format! it threw me off when i was investigating this format
Useful tool links:
Re: This War of Mine (language binary file)
Please,if i want to translate into Asian Languages,need to add fonts?
& problem:
*ERROR Line 13: Template passed end of file at variable 'totalSize'.
Sorry,I am a novice.
& problem:
*ERROR Line 13: Template passed end of file at variable 'totalSize'.
Sorry,I am a novice.
-
rengareng
- veteran
- Posts: 129
- Joined: Fri Feb 18, 2011 10:23 am
- Has thanked: 6 times
- Been thanked: 47 times
Re: This War of Mine (language binary file)
make sure name of bin file is "l01n.bin"geraldhu wrote:Please,if i want to translate into Asian Languages,need to add fonts?
& problem:
*ERROR Line 13: Template passed end of file at variable 'totalSize'.
Sorry,I am a novice.
and first run strip_lng.cmd then extract_lng.cmd.
-
Taner038
- mega-veteran

- Posts: 178
- Joined: Fri Aug 22, 2014 6:14 pm
- Has thanked: 15 times
- Been thanked: 5 times
Re: This War of Mine (language binary file)
Error: A problem occurred writing the file 'I01.bin_stripped' to disk. The file maybe read-only or the disk may be full. (104)rengareng wrote:Hi all,
I've written a tool to strip all languages except english in this game.
It is good when repacking to reduce size.
It also includes bin to text converter. I also included template of the file. Therefore,
some can easily code repacker.
I used "/n" for line breaks in a sentence.
I hope it would be usefull for you.
Edit: Tool requires 010Editor
what should I do
-
rengareng
- veteran
- Posts: 129
- Joined: Fri Feb 18, 2011 10:23 am
- Has thanked: 6 times
- Been thanked: 47 times
Re: This War of Mine (language binary file)
Try running scripts in administrator mode.Taner038 wrote:Error: A problem occurred writing the file 'I01.bin_stripped' to disk. The file maybe read-only or the disk may be full. (104)rengareng wrote:Hi all,
I've written a tool to strip all languages except english in this game.
It is good when repacking to reduce size.
It also includes bin to text converter. I also included template of the file. Therefore,
some can easily code repacker.
I used "/n" for line breaks in a sentence.
I hope it would be usefull for you.
Edit: Tool requires 010Editor
what should I do
