Gespeichertes Spiel

Aus Stardew Valley Wiki
Zur Navigation springen Zur Suche springen
Robin building.png
Ich habe noch eine Menge Arbeit vor mir
— Robin

Unvollständige Übersetzung

Dieser Artikel oder Abschnitt wurde noch nicht vollständig ins Deutsche übersetzt. Du bist herzlich eingeladen, uns dabei durch die Bearbeitung dieses Textes zu unterstützen!
Zuletzt bearbeitet von Margotbean am 28. Apr. 2019 um 23:10:19.

Für Informationen über die Spielspeicherung auf mobilen Endgeräten, siehe Mobile Gespeichertes Spiel.

Das Spiel speichert den Fortschritt am Ende eines Tageszyklus, d.h. wenn der Spieler ins Bett geht, oder vor Erschöpfung oder Müdigkeit zusammenbricht. Der gesamte Fortschritt des Tages geht verloren, wenn der Spieler das Spiel beendet, ohne den Tag zu beenden.

Speicherformat

Die Spielstände werden als XML-Dateien auf dem Computer und mobilen Endgeräten gespeichert. Sie werden separat vom Spiel aufbewahrt, so dass das Spiel sorgenfrei neu installiert oder aktualisiert werden kann. Auf dem Computer werden die Spielstände zwischen den unterschiedlichen Versionen geteilt (z.B. wenn das Spiel sowohl auf GOG und Steam erworben wurde).

Jeder Speicherstand hat Ordner, wie MaxMustermann_123456789, der zwei Haupt-Dateien enthält: MaxMustermann_123456789 und SaveGameInfo. Beide Dateien werden benötigt, um den Spielstand zu laden.

Spielstände wiederfinden

Anmerkung: Bei Mehrspielerpartien befindet sich der Spielstand ausschließlich auf dem Computer des Hosts bzw. Hauptspielers.

Windows

  1. Drücke Windows + R um das "Ausführen"-Fenster zu öffnen.
  2. Füge diesen Text ein:
    %appdata%\StardewValley\Saves
  3. Klick auf "Ok" um den Ordner zu öffnen.

Linux

  1. From Files, click Go » Enter Location.
  2. Enter this exact text:
    ~/.config/StardewValley/Saves
  3. Submit to open the folder.

Mac

  1. From Finder, click Go » Go to Folder.
  2. Enter this exact text:
    ~/.config/StardewValley/Saves
  3. Submit to open the folder.

Mobilgerät (iOS)

  1. Öffne iTunes auf deinem Computer.
  2. Schließe dein iOS-Gerät via USB an deinen Computer an.
  3. Wenn iTunes sich öffnet, klick auf das Geräte-Symbol in der oberen Werkzeugleiste (Wenn das Geräte-Symbol nicht erscheint, dann versuche das USB-Kabel vom Gerät zu trennen und wieder zu verbinden). Die Geräteseite sollte dann auftauchen.
  4. Klick auf "Datenaustausch" (oder "File Sharing" )auf der linken Seite des Menüs.
  5. Klick auf "Stardew Valley" in der auftauchenden "Apps"-Liste.
  6. Die "Stardew Valley Dokument-anzeige" zeigt dir welche Spielstände schon auf deinem iOS-Gerät sind. (Die Spielstände erscheinen als Ordner, jedoch kann man nicht direkt in die Ordner hinein.)

Transfer a save

Back up or transfer between two PCs

  1. Find your save files.
  2. Zip the entire folder that looks like JonSnow_123456789.
  3. Share or back up that zip file.

iOS to PC

  1. Find the saves in iTunes.
  2. Choose the save folder in iTunes and click the 'save' button.
  3. That will save a folder containing two files (both required for the save to work).
  4. Copy the whole folder to your computer's save location.

PC to iOS

  1. If you use mods, remove any custom content before transferring to mobile.
  2. Find the save folder on your computer.
  3. Find the iOS saves in iTunes.
  4. Copy the entire save folder (the one that looks like JonSnow_123456789) into the 'Stardew Valley Documents' panel in iTunes.
    Note: there's one folder for each save. You need to drag each of these folders into iTunes, so that the individual save folders are all in the 'root' of the 'Stardew Valley Documents' panel. You can't drag the folder containing all your save games into iTunes.
  5. Click the 'sync' button in iTunes to synchronize your iOS device with your computer. The save should now appear in the game's Load Game menu on your device.

Troubleshooting

Save disappeared or doesn't load

Here's how to recover your save in most cases. (Note that 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 _STARDEWVALLEYSAVETMP 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. Open the save-backups subfolder.
      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 look like YourName_123456789 and YourName_123456789_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.

Change farm type

You can change farm type by editing your save file:

  1. Open your save file for editing.
  2. Search for <whichFarm>. The number after that open tag is the farm type.
  3. Change the number to the one you want:
    code farm type
    0 standard farm
    1 riverland farm
    2 forest farm
    3 hilltop farm
    4 wilderness farm

That will change the farm map, but everything placed on the farm will stay where it is. You may have things in an invalid position, like trees in a lake. Here are some ways to fix that:

  • Take note of what's out of bounds, then switch back to the old farm type and move them.
  • If you use SMAPI, install the Passable Objects or BJS No Clip mod to reach things that are out of bounds, so you can remove or move them.
  • If you use SMAPI, enter one of these commands in the SMAPI console:
    command effect
    world_clear farm debris remove stones, branches, weeds, and dead crops.
    world_clear farm trees remove non-fruit trees.
    world_clear farm fruit-trees remove fruit trees.
    world_clear farm grass remove tall grass.
    world_clear farm everything remove everything, including placed objects.