News:

Do you need help?
Simutrans Wiki Manual can help you to play and extend Simutrans. In 9 languages.

Language problems in R2952

Started by wipi35, December 20, 2009, 05:56:44 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

wipi35

After I changed from R2859/Pak128(P757) to R2952/Pak128(P786) there is a strange mixture of German, English and Dutch(= selected) in the various menu's.

DirrrtyDirk

Now, on updating simutrans (not the pakset), did you only update the .exe file or did you download the complete update package with all subfolders (incuding the one with the texts)?
  
***** PAK128 Dev Team - semi-retired*****

wipi35

I did a fresh download and complete install of R2952/GDI and Pak128(786)

wipi35

In addition to this problem: a game that is saved in this version has an incorrect name in the list of savedgames and cannot be loaded anymore.

prissi

I think your bz2-lib is broken. Make sure, you have the correct one installed in the program directory. Unfourtunately there are two dll variants there, which differ in the way they expect their parameters. (That is, why I link my code statically).

wipi35

Quote from: prissi on December 21, 2009, 09:23:00 PM
I think your bz2-lib is broken.
How can I fix this?

Quote from: prissi on December 21, 2009, 09:23:00 PM
Make sure, you have the correct one installed in the program directory.
Where can I find the correct one and how to recognize it?

Quote from: prissi on December 21, 2009, 09:23:00 PM
(That is, why I link my code statically).
How can I do this?

When I install a new nightly I always follow the same procedure: unzip the two downloads in a new, empty folder.
So far without any problem.
BTW, I searched for "bz2" in the simutrans folder without a result.

Frank

set in simutrans/config/simuconf.tab

saveformat = zipped

then no bz2-support

wipi35

Thanks Frank. That solves the savegame problem.
However the mixture of three languages remains.

prissi

Do a clean download again. I am pretty sure the language files in your download got mixed up. Or use the 102.2.1 stable.

wipi35

#9
Quote from: prissi on December 22, 2009, 08:37:18 PM
Do a clean download again. I am pretty sure the language files in your download got mixed up.

I did, using R2960 but unfortunately it doesn't help

jamespetts

That screenshot looks as if the game cannot find any translation text for your language at all - those are all of the base (untranslated) texts.
Download Simutrans-Extended.

Want to help with development? See here for things to do for coding, and here for information on how to make graphics/objects.

Follow Simutrans-Extended on Facebook.

wipi35

In the simutrans/text folder there are 29 folders for the various languages including 29 xx.tab files.
In the simutrans/pak128/text folder there are 29 xx.tab files including the citylist files.
So I can't find any difference between my R2859 version and the recent R2960.

wipi35

After further investigation i found a difference between the nl.tab file of R2859 and R2960. An extra empty line is inserted, by removing this line the bug is solved.
Remains the question why.

DirrrtyDirk

Quote from: wipi35 on December 24, 2009, 06:38:31 PM
Remains the question why.

Why what? ;) Yes, that extra empty line screwed everything up. Programm text needs to be in the odd lines, translation in the even lines only. How that happened...? No idea...
  
***** PAK128 Dev Team - semi-retired*****

Frank

Quote from: wipi35 on December 24, 2009, 06:38:31 PM
After further investigation i found a difference between the nl.tab file of R2859 and R2960. An extra empty line is inserted, by removing this line the bug is solved.
Remains the question why.

wrong item in Translator

wipi35

Quote from: DirrrtyDirk on December 24, 2009, 07:59:48 PM
Why what? ;)
I meant ......why this empty line appears. Not so hard to understand IMHO


Quote from: Frank on December 24, 2009, 08:26:05 PM
wrong item in Translator
Can this be solved by me, as NL-translator or is it something else in the program.

Frank

Quote from: wipi35 on December 27, 2009, 09:48:27 AM
...
Can this be solved by me, as NL-translator or is it something else in the program.


is fixed