Ir para o conteúdo principal

Renomear o Filho de Stardew Valley

Upload your save, edit each child's name, download the file. Updates the name and displayName tags inside the Child NPC block — nothing else.

Coloque seu arquivo de save aqui

ou clique para procurar — procure por FarmerName_Id dentro de sua pasta Saves

Seu save nunca sai deste navegador.

Ler, editar e baixar tudo acontece no seu dispositivo. Nada é enviado, enviado para um servidor ou armazenado em qualquer lugar fora do seu navegador.

Como funciona

  1. 1. Encontre seu save em %AppData%\StardewValley\Saves (Windows) ou ~/.config/StardewValley/Saves (Mac/Linux). Cada fazenda tem uma pasta chamada FarmerName_Id.
  2. 2. Coloque o arquivo sem extensão dentro dessa pasta (com o mesmo nome da pasta). Pule SaveGameInfo e qualquer _old backups.
  3. 3. Edit each name. Your kids appear with their current names — type a new one for the kid(s) you want to change.
  4. 4. Baixe + substitua. O arquivo editado retorna com o mesmo nome. Coloque-o na mesma pasta, sobrescrevendo o original. (Faça backup primeiro se quiser ser seguro.)

Perguntas frequentes

Why can't I rename my child in-game?
Stardew Valley locks the kid's name at birth — there's no in-game UI to change it, not even the Shrine of Illusions (which only re-runs your own farmer customization). Editing the save is the only way to change it without rolling back to a backup.
Is this safe? Will the file still work in-game?
Yes. The tool rewrites the <name> and <displayName> tags inside the matching <NPC xsi:type="Child"> block and writes everything else back unchanged, byte for byte. Stardew loads the file normally. Back up first if you want belt-and-braces safety; the original is what you uploaded.
Does my save get uploaded anywhere?
No. The file is read, edited, and downloaded entirely in your browser. Nothing crosses the network. You can verify with browser DevTools → Network tab.
What if I have two kids?
Both will appear with their current names. Edit either or both, then download — the tool applies the changes sequentially to a single output file.
Will the new name show up in NPC dialogue and birthday reminders?
Yes. Stardew reads the name from this tag wherever it appears — speech bubbles, calendar references, and Pierre's birthday reminders all pick it up immediately on the next load.
Does this work on console or mobile?
Consoles, no — PlayStation, Xbox, and Switch don't expose save files. Mobile, yes: Android and iOS use the same save format as PC. On Android the save folder is Android/data/com.chucklefish.stardewvalley/files/Saves (the files may carry a .bin extension — keep it when you replace them). On iOS, open the Files app and go to On My iPhone → Stardew Valley.
What characters are allowed?
Letters, numbers, spaces, and most punctuation — Stardew accepts the full Unicode BMP. Names are capped at 32 characters here (the in-game UI shows ~12 cleanly; longer names work but may visually overflow in dialog widgets). Newlines and other control characters are rejected.