Modifiche

nessun oggetto della modifica
Riga 89: Riga 89:  
#* If the files are still there, here are some common fixes (try one at a time):
 
#* If the files are still there, here are some common fixes (try one at a time):
 
#*# If some of the files have <code>_STARDEWVALLEYSAVETMP</code> in the name, remove that from their name and reload the game.
 
#*# If some of the files have <code>_STARDEWVALLEYSAVETMP</code> in the name, remove that from their name and reload the game.
#*# 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 <samp>YourName_0123456789</samp>.
+
#*# 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 <samp>YourName_0123456789</samp>.
 
#*# Try [[#Undo the last save|undoing the last save]].
 
#*# Try [[#Undo the last save|undoing the last save]].
 
#* If the files are missing but you have SMAPI installed, here's how to recover a backup:
 
#* If the files are missing but you have SMAPI installed, here's how to recover a backup:
Riga 237: Riga 237:     
===Remove an NPC===
 
===Remove an NPC===
You can remove an NPC from your save file (e.g. to fix an NPC permanently stuck in an invalid place). If it still exists in the game data, the NPC will respawn when you reload the save file. This should be a last resort, and is unnecessary when using SMAPI versions 3.0 and up, as SMAPI will attempt to remove this data for you.
+
You can remove an NPC from your save file (''e.g.,'' to fix an NPC permanently stuck in an invalid place). If it still exists in the game data, the NPC will respawn when you reload the save file. This should be a last resort, and is unnecessary when using SMAPI versions 3.0 and up, as SMAPI will attempt to remove this data for you.
    
# [[#Edit a save|Open your save file for editing]]. Make sure you format the file for readability per those instructions.
 
# [[#Edit a save|Open your save file for editing]]. Make sure you format the file for readability per those instructions.
 
# Remove the NPC:
 
# Remove the NPC:
## Search for the NPC's default name between 'name' tags (e.g. to remove Penny: <samp>&lt;name&gt;Penny&lt;/name&gt;</samp>).
+
## Search for the NPC's default name between 'name' tags (''e.g.,'' to remove Penny: <samp>&lt;name&gt;Penny&lt;/name&gt;</samp>).
 
## Remove the entire 'NPC' section containing the line you found, starting from the previous <samp>&lt;NPC&gt;</samp> line up to and including the next <samp>&lt;/NPC&gt;</samp> line.
 
## Remove the entire 'NPC' section containing the line you found, starting from the previous <samp>&lt;NPC&gt;</samp> line up to and including the next <samp>&lt;/NPC&gt;</samp> line.
 
# ''(optional)'' Remove the NPC friendship data:
 
# ''(optional)'' Remove the NPC friendship data:
## Search for the NPC's default name between 'string' tags (e.g. to remove Penny: <samp>&lt;string&gt;Penny&lt;/string&gt;</samp>).
+
## Search for the NPC's default name between 'string' tags (''e.g.,'' to remove Penny: <samp>&lt;string&gt;Penny&lt;/string&gt;</samp>).
 
## Remove the entire 'item' section containing the line you found, starting from the previous <samp>&lt;item&gt;</samp> line up to the next <samp>&lt;/item&gt;</samp> line.
 
## Remove the entire 'item' section containing the line you found, starting from the previous <samp>&lt;item&gt;</samp> line up to the next <samp>&lt;/item&gt;</samp> line.
  
106 474

contributi