0 of 0

File information

Last updated

Original upload

Created by

Papaya2

Uploaded by

Papaya2

Virus scan

Safe to use

6 comments

  1. richiyd
    richiyd
    • member
    • 0 kudos
    hola colegas del farmeo, les dejo una solución al problema del archivo de traducción que me funciono. muevan el archivo traductor a la carpeta (i18n) que esta dentro de DeepWoodsMod le das a reemplazar y listo debería funcionar, espero que les sirva bye.
  2. Ermow752
    Ermow752
    • member
    • 0 kudos
    Hello, I have a question, how should I install the mod, the mod is not translated, I put it where there is a file that has the same name in the mod folder, but it does not work
    PD: Sorry for my English
    1. Papaya2
      Papaya2
      • member
      • 0 kudos
      Hola, disculpa la respuesta tardía (no tengo computadora en estos momentos), espero que lo hayas solucionado. Si no es así, recuerda que las traducciones se deben instalar en la carpeta (x86)\Steam\steamapps\common\Stardew Valley\Mods\*nombre del mod*\i18n 
      Si no está jugando mediante Steam busque los archivos correspondientes.
  3. MaxMakesMods
    MaxMakesMods
    • premium
    • 127 kudos
    Gender based translation:

    Hi! I noticed you made two es.json files, one female and one male. You can do that in one file by separating the versions with "^":

    "some_text" = "This is the male text.^This is the female text."

    See here: https://stardewvalleywiki.com/Modding:Dialogue#Special_tokens

    It should work for all lines, but if there are lines that don't get parsed correctly using this method, let me know! That would be a bug I need to fix.

    Thanks!
    1. Papaya2
      Papaya2
      • member
      • 0 kudos
      Hello, I tried to fix it using the above method and it doesn't seem to recognize it.

        "healing-fountain.drink-message": "Te sientes renovado, energizado y de alguna manera afortunado.^Te sientes renovada, energizada y de alguna manera afortunada.",


      https://ibb.co/1bsXm30

      Maybe I did something wrong. I'm new to this, let me know of any errors.
    2. MaxMakesMods
      MaxMakesMods
      • premium
      • 127 kudos
      Thanks for letting me know. I'll look into this and make sure this is fixed with the next update!