Open pguyot opened 4 years ago
Additionally, some strings seem incomplete. For example 147 in German:
147 de Oh viiiieeelen lieben
147 en Oh Thank you SOOOO much! Would you pleasereturn a letter for me? Thank you!
147 fr Oh merci beaucoup!!! Pouvez-vousretourner cette lettre pour moi? Merci!
Working on fixing typos in French, I noticed that several strings are simply missing from the game, in German and in French.
Missing strings in German are strings with the following id (id being 0-based index in stringsLut_de, parameter _i to Text::load):
Missing string in French is string with id 150.
For example, strings.h currently reads:
In decompressed chunk 0, string at index 2 starts at 63 and ends immediatly (character 63 being a null byte).
As a consequence (in French), I was surprised to find out much later in the game that there was a fish in the inventory: the French text is simply missing, and the NPC never mentioned they were giving Reuben a fish.