Translations

Translating the game

In the game folder there is subfolder named "lang". There you can find standard text files in which all the game texts are kept. If you want to make your own language file just edit one of existing files and save it with the name according to your language. Remember that each text is in one line only!

Translating help file

In the game folder there is subfolder named "help". There you can find html files. If you want to make help file in your language just edit one of existing file and save it with the name according to your language. Also you have to create folder which is named as html file and copy 01.htm, 02.htm, ... files from one of existing subfolders. Remember that you have to change file path in html files (for example: <a href="Polski/09.htm" target="tekst"> to <a href="English/09.htm" target="tekst">)