Jogos salvos

Fonte: Stardew Valley Wiki
Revisão em 14h40min de 5 de dezembro de 2018 por CodingBeats (discussão | contribs)
Saltar para a navegação Saltar para a pesquisa
Robin building.png
“Ainda tenho muito trabalho a fazer”
— Robin

Tradução incompleta

Este artigo ou seção não foi completamente traduzido para o português. Você está convidado a ajudar na sua construção editando-o
Última edição por CodingBeats em 2018-12-05 14:40:47.

O jogo salva o progresso quando um dia no jogo termina, isto é, quando o fazendeiro vai para a cama, desmaia por exaustão, ou desmaia às 2 da manhã(2 AM). Todo o progresso feito durante um dia é perdido se o jogador sair do jogo sem finalizar o dia.

Formato do jogo salvo

Os jogos salvos são armazenados como arquivos XML no seu computador ou dispositivo móvel. Eles são armazenados separadamente do seu jogo, então você pode reinstalar ou atualizar o jogo de maneira segura sem perdê-los. No PC, eles são compartilhados entre diferentes cópias do jogo (por exemplo: se você comprar o jogo tanto pelo GOG ou pela Steam).

Cada jogo salvo tem uma pasta tipo JonSnow_123456789, com dois arquivos principais dentro dela: JonSnow_123456789 e SaveGameInfo. Ambos arquivos são necessários para carregar o jogo salvo.

Ache os jogos salvos

Nota: no multiplayer o jogo salvo só é armazenado no computador do jogador principal.

Windows

  1. Pressione Windows + R para mostrar a janelinha de 'run'.
  2. Copie e cole esse texto exatamente como está escrito:
    %appdata%\StardewValley\Saves
  3. Clique em 'OK' para abrir a pasta.

Linux

  1. A partir de Files, clique em Go » Enter Location.
  2. Insira esse texto exatamente como está escrito:
    ~/.config/StardewValley/Saves
  3. Dê submit para abrir a pasta.

Mac

  1. A partir do Finder, clique em Go » Go to Folder.
  2. Insira esse texto exatamente como está escrito:
    ~/.config/StardewValley/Saves
  3. Dê submit para abrir a pasta.

Mobile (iOS)

  1. Abra o iTunes no seu computador.
  2. Conecte o seu dispositivo iOS via USB.
  3. Quando o iTunes abrir, clique no ícone do dispositivo na barra de ferramentas superior (Se o ícone não aparecer, tente desconectar e reconectar o cabo USB do dispositivo). A página do dispositivo deve aparecer.
  4. Clique em 'File Sharing' no menu à esquerda.
  5. Clique em Stardew Valley na lista de 'apps' que aparecerá.
  6. O painel de 'Stardew Valley Documents' mostra quais arquivos de jogos salvos já estão no seu dispositivo iOS. (Eles aparecem como pastas, mas você não pode navegar entre as pastas diretamente).

Transferir um jogo salvo

Fazer um backup ou transferir entre dois PCs

  1. Ache os arquivos de seus jogos salvos.
  2. Comprima em ZIP a pasta inteira que se parece com JonSnow_123456789.
  3. Compartilhe ou faça backup desse arquivo zip.

iOS para PC

  1. Ache os jogos salvos no iTunes.
  2. Escolha a pasta de jogo salvo e clique no botão 'save'.
  3. Isso irá salvar a pasta contendo dois arquivos (ambos requiridos para que o jogo salvo funcione).
  4. Copie a pasta inteira para a pasta de jogos salvos no seu computador.

PC para iOS

  1. Se você usa mods, remova qualquer conteúdo customizado antes de transferir para o seu dispositivo móvel.
  2. Ache a pasta de jogos salvos no seu computador.
  3. Ache os jogos salvos no iOS pelo iTunes.
  4. Copie a pasta inteira (aquela que se parece com JonSnow_123456789) para o painel de 'Stardew Valley Documents' no iTunes.
    Nota: Para cada jogo salvo tem-se uma pasta. Você precisa arrastar cada uma dessas pastas para o iTunes, para que cada as pastas individuais de cada jogo salvo estejam no diretório 'raiz' do painel de 'Stardew Valley Documents'. Você não pode arrastar a pasta contendo todos os seus jogos salvos para o iTunes
  5. Clique no botão 'sync' em iTunes para sincronizar o seu dispositivo iOS com o seu computador. O jogo salvo agora deve aparecer no menu de Carregamento no seu dispositivo.

Troubleshooting

Save disappeared or doesn't load

Here's how to recover your save in most cases. (Note the save issues are almost always caused by the game itself, not mods.)

  1. Find your save files.
    • If the files are still there, here are some common fixes (try one at a time):
      1. If some of the files have _STARDEWVALLEYTMP in the name, remove that from their name and reload the game.
      2. If you recently renamed or created the folder (e.g. to restore a backup), make sure the folder name exactly matches the file that looks like YourName_0123456789.
      3. Try undoing the last save.
    • If the files are missing but you have SMAPI installed, here's how to recover a backup:
      1. Find your game folder.
      2. Go to Mods/SaveBackup/backups (or save-backups in SMAPI 2.8).
      3. Unzip the latest backup which has your save, and copy the save folder back into Saves.
  2. If the above fixes didn't help, ask for help; we might be able to recover the save for you.

Note: don't keep backup folders in the saves folder, since the game will try to load them. Either move those into a different folder, or delete them.

Undo the last save

If something went wrong, you can undo the last save.

For a save from Linux/Mac/Windows:

  1. Find your save files.
    You should see two files with an _old suffix in the name; if not, ask for help instead!
  2. Back up your save folder just in case.
  3. Delete SaveGameInfo and the file that looks like YourName_123456789.
  4. Remove the _old suffix from SaveGameInfo_old and the file that looks like YourName_123456789_old.

For a save from iOS:

  1. Find your save files.
    You should see a file with an _SVBAK suffix in the name; if not, ask for help instead!
  2. Back up your save folder just in case.
  3. Delete the files that looks like YourName_123456789 and YourName_1234567890_SVEMERG.
  4. Remove the _SVBAK suffix from the file that looks like YourName_123456789_SVBAK.

Advanced

Edit a save

A save file open in Sublime Text with formatted XML.

You can edit your save to fix some common issues or change your choices. This can permanently break your save; don't forget to create a backup first. You should also avoid automatic save editor tools, since they often break the save.

  1. Install Sublime Text for Linux, Mac, or Windows. (If you already have another text editor which supports XML formatting, feel free to use that instead.)
  2. Install the Package Control extension for Sublime Text.
  3. Use the Package Control extension to install the Indent XML plugin (see documentation).
  4. Open your save file (the file that looks like Name_0123456789) in Sublime Text.
  5. Click Selection > Format > Indent XML.
  6. Make any changes you want and save. (See a guide for common changes.)

Duplicate a save

You can duplicate a save for testing purposes, or to explore different options without starting over.

  1. Find your save files.
  2. Create the new save folder:
    1. Duplicate the target save folder.
    2. Rename the new folder:
      • change the name so you can recognise it in-game;
      • change the number at the end to any number that's not used by another save.
    3. Open the new folder for the next steps.
  3. Prepare the new files:
    1. Delete any file whose name ends with _old or .back.*.
    2. Rename the file that looks like Name_0123456789 to match your new folder name.
  4. Edit the save metadata:
    1. Open the SaveGameInfo file in a text editor like Notepad.
    2. Look for <name> on the first line. Your farmer's name should be right after that. Change it to your new name.
    3. Search for the 2nd mention of your name (ctrl+f to 'find') and change it to your new name.
  5. Edit the save file:
    1. Open the file that looks like Name_0123456789 in a text editor like Notepad.
    2. Look for <name> on the first line. Your farmer's name should be right after that. Change it to your new name.
    3. Search for the 2nd mention of your name (ctrl+f to 'find') and change it to your new name.
    4. Search for the old save ID (the number from the filename). Change it to your new number.

That's it! Launch the game and check the load menu; you'll see both saves now. pt:Jogos salvos