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.

[TOOL] Frostpunk LANG Tool (localizations.dat)

Featured Replies

  • Author
  • Localization

ISKA, posted Thu Apr 26, 2018 10:35 am (34389)


Thanks Can you unpack .arc file on Silent hill s. memories
My topics viewtopic.php?f=12&t=7772
I can't unpack in quickbms.Can you help me ?
  • Author
  • Localization

Ekey, posted Thu Apr 26, 2018 12:34 pm (34392)


ISKA wrote:
Thanks Can you unpack .arc file on Silent hill s. memories
My topics https://zenhax.com/viewtopic.php?f=12&t=7772
I can't unpack in quickbms.Can you help me ?

Aluigi explained everything to you. Archives from this game don't contain filenames.

Code:
That means you have to check every single extracted file by hand...
  • Author
  • Localization

hnnewgames, posted Thu Apr 26, 2018 5:15 pm (34398)


Ae manja viu!
  • Author
  • Localization

aluigi, posted Fri Apr 27, 2018 4:06 pm (34415)


@Delutto
Sorry for the curiosity but... why do you use a packer?

The exe will be zipped anyway so there is not a real gain, just negative effects like false positives, rare compatibility problems and an almost unexistent longer loading time.
  • Author
  • Localization

Delutto, posted Fri Apr 27, 2018 5:41 pm (34420)


aluigi wrote:
@Delutto
Sorry for the curiosity but... why do you use a packer?
The exe will be zipped anyway so there is not a real gain, just negative effects like false positives, rare compatibility problems and an almost unexistent longer loading time.

A old habit... you know, dial-up connection times...
Besides, the new Delphi compiler versions sucks, this simple tool has 4MB without PE compression, I just don't like that. I've never had problems with MPRESS, just a notable time to explode the PE in memory and I don't use AV, so I don't get false-positives... :lol:
  • Author
  • Localization

Alhyprn, posted Fri Apr 27, 2018 9:13 pm (34433)


Delutto wrote:
aluigi wrote:
@Delutto
Sorry for the curiosity but... why do you use a packer?
The exe will be zipped anyway so there is not a real gain, just negative effects like false positives, rare compatibility problems and an almost unexistent longer loading time.

A old habit... you know, dial-up connection times...
Besides, the new Delphi compiler versions sucks, this simple tool has 4MB without PE compression, I just don't like that. I've never had problems with MPRESS, just a notable time to explode the PE in memory and I don't use AV, so I don't get false-positives... :lol:


Hello, how can i extract .lang files ? .lang to .txt to .lang e.t.c
Thankyou for program.
  • Author
  • Localization

Delutto, posted Fri Apr 27, 2018 11:49 pm (34437)


Alhyprn wrote:
Hello, how can i extract .lang files ? .lang to .txt to .lang e.t.c

First post have all information.
  • Author
  • Localization

Alhyprn, posted Sat Apr 28, 2018 7:57 am (34447)


Delutto wrote:
Alhyprn wrote:
Hello, how can i extract .lang files ? .lang to .txt to .lang e.t.c

First post have all information.


I extracted localisation.dat but .lang file was output from. How can edit this .lang file ?
  • Author
  • Localization

Laundrin, posted Tue May 01, 2018 12:19 am (34545)


@Delutto
Hello. Thank you for a wonderful tool.
I am using English translation tool because I am not good at English.
I am trying to translate it into Japanese, but I do not know how to convert my own fnt & dds file into binfont.
If you know, give me a hint. Thank you very much.
  • Author
  • Localization

Delutto, posted Tue May 01, 2018 1:06 am (34549)


Laundrin wrote:
@Delutto
Hello. Thank you for a wonderful tool.
I am using English translation tool because I am not good at English.
I am trying to translate it into Japanese, but I do not know how to convert my own fnt & dds file into binfont.
If you know, give me a hint. Thank you very much.
Sorry, I don't know, textures is not my field... ask for help in Graphic file formats.
  • Author
  • Localization

Laundrin, posted Tue May 01, 2018 11:54 am (34563)


Delutto wrote:
Laundrin wrote:
@Delutto
Hello. Thank you for a wonderful tool.
I am using English translation tool because I am not good at English.
I am trying to translate it into Japanese, but I do not know how to convert my own fnt & dds file into binfont.
If you know, give me a hint. Thank you very much.
Sorry, I don't know, textures is not my field... ask for help in Graphic file formats.


Thank you for your reply.
It seems that the same .binfont is used also for "This war of mine" produced by 11 bit studios, so I will investigate it a bit more. Thank you!

viewtopic.php?f=12&t=418
http://forum.xentax.com/viewtopic.php?f=35&t=12286
  • Author
  • Localization

Masahiro, posted Wed May 02, 2018 5:51 am (34589)


Delutto
Hello. Thank you for a wonderful tool.
Im trying japanese translate with Laudrin

Im trying script BMS for This war of mine.
I cant make Japanese DDS font to binfont

at first,I try binfont in frostpunk to DDS
but Cant get DDS file
That error printed in command prompt

script
Code:
# This War of Mine
# DDS to BINFONT converter
# version 1.0
# by MerlinSVK    Nov 2014
# script for QuickBMS    http://aluigi.org/papers.htm#quickbms

open FDDE DDS 0
open FDDE HEAD 1
open FDDE TAIL 2

get NAME basename
string NAME = ".binfont_NEW"

get DSIZE asize 0
get HSIZE asize 1
get TSIZE asize 2

math DSIZE -= 0x80            # subtract the DDS header

log MEMORY_FILE 0 HSIZE 1      # copy header into memory_file
append
log MEMORY_FILE 0x80 DSIZE 0   # append texture data
log MEMORY_FILE 0 TSIZE 2      # append tail
append

get BINSZ asize MEMORY_FILE
log NAME 0 BINSZ MEMORY_FILE


result
Code:
QuickBMS generic files extractor and reimporter 0.8.4
by Luigi Auriemma
e-mail: [email protected]
web:    aluigi.org
        (Mar  9 2018 - 15:18:52)

                   quickbms.aluigi.org  Homepage
                            zenhax.com  ZenHAX Forum
                               @zenhax  Twitter & Scripts

- GUI mode activated, remember that the tool works also from command-line
  where are available various options like folder scanning, filters and so on

- select the BMS script to use
- select the input archives/files to extract, type * or "" for whole folder and subfolders
- select the output folder where extracting the files
- open input file C:\Users\Masahiro\Desktop\common\fonts\notosanscjksc-medium.otf.binfont
- open script C:\Users\Masahiro\Desktop\binfont2dds.txt
- set output folder C:\Users\Masahiro\Desktop

  offset   filesize   filename
--------------------------------------

- signature of 4 bytes at offset 0x00000000 doesn't match the one
  expected by the script:

  this one: "5"
  8a 0f 15 35                                       ...5

  expected: "
#"
  e3 0a f2 23                                       ...#

- 0 files found in 0 seconds
  coverage file 0     0%   4          247273196  . offset 00000004

Press ENTER or close the window to quit


How can I change this signature?
and how can i get binfont from dds font?
  • Author
  • Localization

Delutto, posted Wed May 02, 2018 7:15 am (34591)


Masahiro wrote:
Delutto
Hello. Thank you for a wonderful tool.
Im trying japanese translate with Laudrin

Im trying script BMS for This war of mine.
I cant make Japanese DDS font to binfont

at first,I try binfont in frostpunk to DDS
but Cant get DDS file
That error printed in command prompt

How can I change this signature?
and how can i get binfont from dds font?

I'll check this out today.
  • Author
  • Localization

Keeland, posted Wed May 02, 2018 9:02 am (34593)


Hello lang file to dat import os possible ?
  • Author
  • Localization

Delutto, posted Wed May 02, 2018 10:44 am (34597)


Keeland wrote:
Hello lang file to dat import os possible ?
Forstpunk DAT Tool
  • Author
  • Localization

Keeland, posted Wed May 02, 2018 10:54 am (34598)


Huh sorry man not workd whit me :/ i edit the texf files but the game is still english
  • Author
  • Localization

Delutto, posted Wed May 02, 2018 1:43 pm (34605)


Keeland wrote:
Huh sorry man not workd whit me :/ i edit the texf files but the game is still english
Set game to "English" on SETTINGS Menu.
  • Author
  • Localization

sfaas, posted Thu May 03, 2018 11:27 am (34634)


hello Delutto
how to change font file?
  • Author
  • Localization

slash111, posted Thu Dec 06, 2018 3:13 pm (41048)


Delutto wrote:
Image
Steam Page

Frostpunk LANG Tool
By Delutto
See Readme.txt for instructions.Frostpunk_LANG_Tool_By_Delutto.7z

Note: To extract the *.DAT files and get the *.lang files, see here.


Hi Delutto. How i can extract the .DAT files into .lang files? The link see here doesn't work!
  • Author
  • Localization

GeneralC4, posted Sat Jan 22, 2022 4:49 pm (69277)


Hello Delutto
To translate the game Frostpunk into Arabic, the texts were extracted using Frostpunk DAT Tool and Frostpunk LANG Tool, but I could not return them to localizations.DAT to try translation and correct errors and the file name was changed from English to Arabic for translation

Image
  • Author
  • Localization

aluigi, posted Mon Jan 24, 2022 3:18 pm (69340)


@GeneralC4
I moved your post in the original (old) topic, hopefully for getting more visibility.
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.