Page 1 of 1

0.17.53 campagne/tuto crash

Posted: Tue Jul 02, 2019 3:32 am
by Dae
factorio 0.17.53
Image

personally I find the tutorial very frustrating
the previous game mode allowed to discover the game in fun, taking its time.
with lenses (the radar, the plane etc), there is just waves of monsters completely stupid and with an over-realistic difficulty. obliged to run continuously from one end to the other of the base.

factorio it's not that: /

and, in french, all text in red are note like this
Image

-- Fr--
personnellement je trouve très frustrant le tutoriel
le précédent mode de jeux permettais de découvrir le jeu dans le fun.
avec des objectif (le radar, l'avion etc), là c'((est juste des vague de monstre complètement débile et avec une difficulté sur-réaliste. obligé de courir en permanence d'un bout à l'autre de la base.

factorio ce n'est pas ça :/

Re: 0.17.53 campagne/tuto crash

Posted: Tue Jul 02, 2019 5:21 am
by boskid
Won't fix
Rseding91 wrote:
Mon Jul 01, 2019 9:05 pm
Thanks for the report. We aren't looking to make the campaign work with any mods active.
--
Second part of bug report can be fixed: campaigns/npe/level-01/locale/fr/new-tut-map.cfg contains 15 instances of broken color tag: "[color =" (space inside). Global search shows only "fr" translation is affected

Re: 0.17.53 campagne/tuto crash

Posted: Tue Jul 02, 2019 2:15 pm
by Dae
it's only the faut of mods ?

Re: 0.17.53 campagne/tuto crash

Posted: Wed Jul 03, 2019 2:06 am
by Jap2.0
Dae wrote:
Tue Jul 02, 2019 2:15 pm
it's only the faut of mods ?
It won't work with mods, but the issues with "[color]" are a problem with the translation and can (will) be fixed.

Re: 0.17.53 campagne/tuto crash

Posted: Thu Jul 04, 2019 3:06 pm
by Sephrat
boskid wrote:
Tue Jul 02, 2019 5:21 am
Second part of bug report can be fixed: campaigns/npe/level-01/locale/fr/new-tut-map.cfg contains 15 instances of broken color tag: "[color =" (space inside). Global search shows only "fr" translation is affected
Thanks, I found the same 15 phrases in Crowdin and fixed the translations.
There was also some decimal separators that turned into "," instead of ".", I fixed them when I found them but they're harder to track down with a global search.

@Dae : please continue to report such translation issues, I'll be happy to fix them. :-)

Re: 0.17.53 campagne/tuto crash

Posted: Thu Jul 04, 2019 8:04 pm
by boskid
Sephrat wrote:
Thu Jul 04, 2019 3:06 pm
There was also some decimal separators that turned into "," instead of ".", I fixed them when I found them but they're harder to track down with a global search.
Global search using regular expression:

Code: Select all

\[color(([^\],]*,)?|([^\],]*,){3,})[^\],]*\]
shows there are 3 instances of color tag containing 3 or more commas (all around "combustibles inflammables"), only fr is affected

de: [color=1,0 8,0,]Braucht Strom[/color] (4 times)
fr: [color = 1, 0,62, 0,486]Combustibles inflammables[/color] (3 times)
pt-BR: [color=1,0 8,0,]Consome eletricidade[/color] (2 times)
he: [color/] (56 times), [color] (24 times)