Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
There's a table for the game:
http://fearlessrevolution.com/viewtopic.php?f=4&t=7964&start=15
I think you need to double click the file to open it in some notepad (I tried to drag it into notepad++ but it wouldn't save). Then I double clicked and used the default notepad and it worked.
linux host.
it's a simple zip file.
1 unpack: 7z x <SAVE>.zks
2 edit
3 pack: 7z a -mx=1 foo.zip *
4 rename: mv foo.zip <SAVE>.zks
notes:
1: afaik 7z guesses the format by extension thats why i used .zip when packing and not .zks
2: either delete the zks before repacking or unpack/work in a different folder then where the .zks resides, otherwise you'll have the old zks in the new zks
3: -mx=1 sets the compression level to 1, i guessed that by comparing sizes of the orig zks and the new zip