Changes

Jump to navigation Jump to search
→‎Files: split saves into their own section
Line 98: Line 98:  
To edit the <tt>config.json</tt> file, just open it in a text editor. Make sure the game isn't running when you edit it, or your changes might not take effect. See a [http://www.w3schools.com/js/js_json_syntax.asp basic guide to JSON]; basically make sure your values are surrounded by quotes (like <tt>"value"</tt>). You can use this [https://jsonformatter.curiousconcept.com/ JSON validator] to make sure the format is correct.
 
To edit the <tt>config.json</tt> file, just open it in a text editor. Make sure the game isn't running when you edit it, or your changes might not take effect. See a [http://www.w3schools.com/js/js_json_syntax.asp basic guide to JSON]; basically make sure your values are surrounded by quotes (like <tt>"value"</tt>). You can use this [https://jsonformatter.curiousconcept.com/ JSON validator] to make sure the format is correct.
   −
==Files==
+
==Save files==
 +
===Where they are===
 +
The game puts save files here:
 +
 
 +
{| class="wikitable"
 +
|-
 +
! Platform
 +
! Path
 +
|-
 +
| Windows
 +
| <tt>%appdata%\StardewValley\Saves</tt><br /><small>(Paste "<tt>%appdata%</tt>" into the address bar, Windows knows where it is.)</small>
 +
|-
 +
| Linux
 +
| <tt>~/.config/StardewValley/Saves</tt><br /><small>(The folder is hidden by default. From Files, click ''Go » Enter Location'' and enter "~/.config".)</small>
 +
|-
 +
| Mac
 +
| <tt>~/.config/StardewValley/Saves</tt><br /><small>(The folder is hidden by default. From Finder, click ''Go » Go to Folder'' and enter "~/.config".)</small>
 +
|}
 +
 
 +
Each save has a folder like <tt>JonSnow_123456789</tt>, with two main files inside it: <tt>JonSnow_123456789</tt> and <tt>SaveGameInfo</tt>. Both files are needed to load the save.
 +
 
 +
To share or backup your save, zip the entire <tt>JonSnow_123456789</tt> folder.
 +
 
 +
==Other files==
 
===SMAPI log===
 
===SMAPI log===
 
The SMAPI log has useful info for troubleshooting problems. It includes your game and SMAPI version, which mods you have, where the game is installed, any errors that occurred, and what happened.
 
The SMAPI log has useful info for troubleshooting problems. It includes your game and SMAPI version, which mods you have, where the game is installed, any errors that occurred, and what happened.
Line 127: Line 150:  
* Somewhere else: attach the file, or send a [http://pastebin.com/ pastebin] link.</li>
 
* Somewhere else: attach the file, or send a [http://pastebin.com/ pastebin] link.</li>
 
</ol>
 
</ol>
  −
===Save files===
  −
The game puts save files here:
  −
  −
{| class="wikitable"
  −
|-
  −
! Platform
  −
! Path
  −
|-
  −
| Windows
  −
| <tt>%appdata%\StardewValley\Saves</tt><br /><small>(Paste "<tt>%appdata%</tt>" into the address bar, Windows knows where it is.)</small>
  −
|-
  −
| Linux
  −
| <tt>~/.config/StardewValley/Saves</tt><br /><small>(The folder is hidden by default. From Files, click ''Go » Enter Location'' and enter "~/.config".)</small>
  −
|-
  −
| Mac
  −
| <tt>~/.config/StardewValley/Saves</tt><br /><small>(The folder is hidden by default. From Finder, click ''Go » Go to Folder'' and enter "~/.config".)</small>
  −
|}
  −
  −
Each save has a folder like <tt>JonSnow_123456789</tt>, with two main files inside it: <tt>JonSnow_123456789</tt> and <tt>SaveGameInfo</tt>. Both files are needed to load the save.
  −
  −
To share or backup your save, zip the entire <tt>JonSnow_123456789</tt> folder.
      
===Game folder===
 
===Game folder===
translators
8,437

edits

Navigation menu