Changes

Jump to navigation Jump to search
update for latest 1.4 changes
Line 8: Line 8:  
'''This page is for modders. Players: see [[Modding:Mod compatibility]] instead.'''
 
'''This page is for modders. Players: see [[Modding:Mod compatibility]] instead.'''
   −
This page explains how to update your mods for compatibility with Stardew Valley 1.4, which will release in 2019. See also [[Modding:Migrate to SMAPI 3.0]].
+
This page explains how to update your mods for compatibility with Stardew Valley 1.4, which will release in late 2019. See also [[Modding:Migrate to SMAPI 3.0]].
    
__TOC__
 
__TOC__
Line 87: Line 87:     
* See [[User:Pathoschild/Modding wishlist#Done in Stardew Valley 1.4|Modding wishlist#Done in Stardew Valley 1.4]].
 
* See [[User:Pathoschild/Modding wishlist#Done in Stardew Valley 1.4|Modding wishlist#Done in Stardew Valley 1.4]].
* Added ██████████.
   
* Added ██████████.
 
* Added ██████████.
 
* Added a <tt>GameLocation</tt> method to patch the location's map from another map file, and a method to force reload the map.
 
* Added a <tt>GameLocation</tt> method to patch the location's map from another map file, and a method to force reload the map.
Line 94: Line 93:  
* Added light context (similar to previous).
 
* Added light context (similar to previous).
 
* Added two new stats to <tt>Game1.stats</tt>: <tt>exMemoriesWiped</tt> and <tt>childrenTurnedToDoves</tt>.
 
* Added two new stats to <tt>Game1.stats</tt>: <tt>exMemoriesWiped</tt> and <tt>childrenTurnedToDoves</tt>.
* Added debug commands: <tt>addQuartz</tt>, <tt>addhour</tt>, <tt>addminute</tt>, <tt>allMailRead</tt>, <tt>animationPreviewTool</tt>/<tt>apt</tt>, <tt>broadcastMail</tt>, <tt>buff</tt> + <tt>clearBuffs</tt>, <tt>changeWallet</tt> + <tt>mergeWallets</tt> + <tt>separateWallets</tt>, <tt>clear</tt>, <tt>██████████</tt>, <tt>collectquest</tt>, <tt>██████████</tt>, <tt>createDebris</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>festival</tt>, <tt>frameByFrame</tt> / <tt>fbf</tt>, <tt>growWildTrees</tt>, <tt>inputSim</tt> / <tt>inputsim</tt> / <tt>is</tt>, <tt>kick</tt>, <tt>██████████</tt> / <tt>██████████</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>junimogoodbye</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>pauseTime</tt>, <tt>██████████</tt> / <tt>██████████</tt>, <tt>sleep</tt> / <tt>newDay</tt> / <tt>nd</tt>, <tt>██████████</tt> + <tt>██████████</tt>, <tt>██████████</tt>, <tt>██████████</tt> / <tt>██████████</tt>, <tt>testWordWrap</tt>, <tt>trashCan</tt>, <tt>warpToCharacter</tt> / <tt>wtc</tt>, and <tt>warpToPlayer</tt> / <tt>warptoplayer</tt> / <tt>wtp</tt>. Removed <tt>emote</tt> and <tt>fillWithPlacedObject</tt>.
   
* Added option for invisible NPCs gone from the game temporarily (<tt>NPC.IsInvisible</tt> and <tt>NPC.daysUntilNotInvisible</tt>).
 
* Added option for invisible NPCs gone from the game temporarily (<tt>NPC.IsInvisible</tt> and <tt>NPC.daysUntilNotInvisible</tt>).
 +
* Added <tt>WindowLight</tt> map properties.
 
* Added option for temporarily invisible/passable placed items (<tt>Object.isTemporarilyInvisible</tt>).
 
* Added option for temporarily invisible/passable placed items (<tt>Object.isTemporarilyInvisible</tt>).
 
* Added <tt>farmer.isUnclaimedFarmhand</tt> to distinguish a farmhand that hasn't been customised by a player yet.
 
* Added <tt>farmer.isUnclaimedFarmhand</tt> to distinguish a farmhand that hasn't been customised by a player yet.
 
* Added <tt>kent</tt> option for the <tt>$d</tt> dialogue command.
 
* Added <tt>kent</tt> option for the <tt>$d</tt> dialogue command.
 +
* Added <tt>%██████████</tt> dialogue token, which ██████████.
 
* Added <tt>%endearment</tt> and <tt>%endearmentlower</tt> dialogue tokens which returns a random choice from Pookie, Love, Hot Stuff, Cuddlebug, Hunky (male) or Peach (female), Cutie, Ducky, Handsome (male) or Darling (female), Sweetie, Dear, Honey, Hun, Sweetheart, or the player name.
 
* Added <tt>%endearment</tt> and <tt>%endearmentlower</tt> dialogue tokens which returns a random choice from Pookie, Love, Hot Stuff, Cuddlebug, Hunky (male) or Peach (female), Cutie, Ducky, Handsome (male) or Darling (female), Sweetie, Dear, Honey, Hun, Sweetheart, or the player name.
 
* Projectiles can now have a max travel distance.
 
* Projectiles can now have a max travel distance.
 +
 +
===Debug command changes===
 +
This section is mainly intended for wiki maintainers; see [[Modding:Debug commands]] for the general documentation.
 +
 +
* Added ██████████.
 +
* All debug command names are now case-insensitive.
 +
* Many commands now allow partial matches (e.g. "Abig" will match "Abigail").
 +
* Added commands:
 +
** <tt>addHour</tt>
 +
** <tt>addMinute</tt>
 +
** <tt>addQuartz</tt>
 +
** <tt>allMailRead</tt>
 +
** <tt>animationPreviewTool</tt>/<tt>apt</tt>
 +
** <tt>broadcastMail</tt>
 +
** <tt>buff</tt>
 +
** <tt>clearBuffs</tt>
 +
** <tt>changeWallet</tt>
 +
** <tt>mergeWallets</tt>
 +
** <tt>clear</tt>
 +
** <tt>██████████</tt>
 +
** <tt>collectquest</tt>
 +
** <tt>██████████</tt>
 +
** <tt>createDebris</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>eventById</tt> / <tt>ebi</tt>
 +
** <tt>festival</tt>
 +
** <tt>frameByFrame</tt> / <tt>fbf</tt>
 +
** <tt>fuzzyItemNamed</tt> / <tt>fin</tt> / <tt>f</tt>
 +
** <tt>growWildTrees</tt>
 +
** <tt>inputSim</tt> / <tt>is</tt>
 +
** <tt>mineGame</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt>
 +
** <tt>junimoGoodbye</tt>
 +
** <tt>██████████</tt>
 +
** <tt>logBandwidth</tt>
 +
** <tt>██████████</tt>
 +
** <tt>pauseTime</tt>
 +
** <tt>██████████</tt> / <tt>██████████</tt>
 +
** <tt>sleep</tt> / <tt>newDay</tt> / <tt>nd</tt>
 +
** <tt>pauseAnimals</tt>
 +
** <tt>unpauseAnimals</tt>
 +
** <tt>resetWorldState</tt>
 +
** <tt>separateWallets</tt>
 +
** <tt>showMail</tt>
 +
** <tt>██████████</tt>
 +
** <tt>██████████</tt> / <tt>██████████</tt>
 +
** <tt>testWordWrap</tt>
 +
** <tt>trashCan</tt>
 +
** <tt>warpToCharacter</tt> / <tt>wtc</tt>
 +
** <tt>warpToPlayer</tt> / <tt>wtp</tt>
 +
* Several commands now allow partial match for item, location, or NPC names:
 +
** <tt>clone</tt>
 +
** <tt>db</tt>
 +
** <tt>dialogue</tt>
 +
** <tt>engaged</tt>
 +
** <tt>faceDirection</tt>
 +
** <tt>facePlayer</tt>
 +
** <tt>friendship</tt>
 +
** <tt>hurry</tt>
 +
** <tt>junimoNote</tt>
 +
** <tt>loadDialogue</tt>
 +
** <tt>marry</tt>
 +
** <tt>sb</tt>
 +
** <tt>speech</tt>
 +
** <tt>warp</tt>
 +
** <tt>warpCharacter</tt>
 +
** <tt>warpCharacterTo</tt>
 +
** <tt>whereIs</tt>
 +
* Removed <tt>emote</tt> and <tt>fillWithPlacedObject</tt>.
 +
* <tt>f</tt> now aliases to <tt>fuzzyItemNamed</tt> instead of <tt>floor</tt>.
    
==Content Patcher==
 
==Content Patcher==
Line 107: Line 183:     
* The <tt>DivorceBook</tt> and <tt>MayorFridge</tt> tile actions now only work in Lewis' house.
 
* The <tt>DivorceBook</tt> and <tt>MayorFridge</tt> tile actions now only work in Lewis' house.
 +
* See [[#Update impact|''update impact'']] below.
    
===Other notable changes===
 
===Other notable changes===
Line 117: Line 194:  
* Added ██████████.
 
* Added ██████████.
 
* Added schedule commands: <tt>MAIL</tt>, <tt>no_schedule</tt>.
 
* Added schedule commands: <tt>MAIL</tt>, <tt>no_schedule</tt>.
* Event command changes:
+
* Event changes:
 +
** Added event preconditions: <tt>O npc_name</tt> (is married to NPC); <tt>L</tt> (has upgraded farmhouse); <tt>U day_count</tt> (no festivals within the specified number of days from the event).
 
** Added commands: <tt>bgColor</tt>, <tt>██████████</tt>, <tt>makeInvisible</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>money</tt>, <tt>██████████</tt> <tt>██████████</tt>, <tt>██████████</tt>. Added new event reward <tt>██████████</tt>.
 
** Added commands: <tt>bgColor</tt>, <tt>██████████</tt>, <tt>makeInvisible</tt>, <tt>██████████</tt>, <tt>██████████</tt>, <tt>money</tt>, <tt>██████████</tt> <tt>██████████</tt>, <tt>██████████</tt>. Added new event reward <tt>██████████</tt>.
 
** <tt>itemAboveHead</tt> now also accepts <tt>██████████</tt> and <tt>██████████</tt> arguments argument.
 
** <tt>itemAboveHead</tt> now also accepts <tt>██████████</tt> and <tt>██████████</tt> arguments argument.
Line 142: Line 220:  
! XNB
 
! XNB
 
! Content Patcher
 
! Content Patcher
 +
|-
 +
| <tt>Buildings/houses</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 
|-
 
|-
 
| <tt>Buildings/Log Cabin</tt>
 
| <tt>Buildings/Log Cabin</tt>
Line 159: Line 242:  
|-
 
|-
 
| <tt>Characters/Abigail</tt>
 
| <tt>Characters/Abigail</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Alex</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
Line 164: Line 252:  
|-
 
|-
 
| <tt>Characters/Caroline</tt>
 
| <tt>Characters/Caroline</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Clint</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Demetrius</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
Line 189: Line 287:  
|-
 
|-
 
| <tt>Characters/Gus</tt>
 
| <tt>Characters/Gus</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Haley</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
Line 197: Line 300:  
| '''✘ broken'''
 
| '''✘ broken'''
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Jas</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Jodi</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
|
 
|-
 
|-
 
| <tt>Characters/Kent</tt>
 
| <tt>Characters/Kent</tt>
Line 214: Line 327:  
|-
 
|-
 
| <tt>Characters/Lewis</tt>
 
| <tt>Characters/Lewis</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
|
 +
|-
 +
| <tt>Characters/Linus</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
Line 235: Line 353:  
| <tt>Characters/Penny</tt>
 
| <tt>Characters/Penny</tt>
 
| ██████████
 
| ██████████
| ✘ will remove changes
+
| '''broken'''
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Pierre</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
|
 +
|-
 +
| <tt>Characters/Robin</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
|
 
|-
 
|-
 
| <tt>Characters/Sam</tt>
 
| <tt>Characters/Sam</tt>
Line 255: Line 383:  
| <tt>Characters/Shane</tt>
 
| <tt>Characters/Shane</tt>
 
| ██████████
 
| ██████████
| ✘ will remove changes
+
| '''broken'''
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 
|-
 
|-
Line 281: Line 409:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✓ mostly unaffected
 
|-
 
|-
 
| <tt>Characters/Dialogue/Haley</tt>
 
| <tt>Characters/Dialogue/Haley</tt>
Line 309: Line 437:  
|-
 
|-
 
| <tt>Characters/Dialogue/Leah</tt>
 
| <tt>Characters/Dialogue/Leah</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Dialogue/Lewis</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
Line 321: Line 454:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Characters/Dialogue/MarriageDialogueAbigail</tt>
 +
| ██████████
 +
| ✘ will remove changes
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 
|-
 
|-
Line 342: Line 480:  
| '''✘ broken'''
 
| '''✘ broken'''
 
|  
 
|  
 +
|-
 +
| <tt>Characters/Dialogue/Pam</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 
|-
 
|-
 
| <tt>Characters/Dialogue/Penny</tt>
 
| <tt>Characters/Dialogue/Penny</tt>
Line 402: Line 545:  
| '''✘ broken'''
 
| '''✘ broken'''
 
|  
 
|  
 +
|-
 +
| <tt>Characters/schedules/Abigail</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Alex</tt>
 
| <tt>Characters/schedules/Alex</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
| ✓ mostly unaffected
+
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Caroline</tt>
 
| <tt>Characters/schedules/Caroline</tt>
 
| ██████████
 
| ██████████
| ✘ will remove changes
+
| '''✘ will remove changes'''
| ✓ mostly unaffected
+
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Clint</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Demetris</tt>
 
| <tt>Characters/schedules/Demetris</tt>
 
| ██████████
 
| ██████████
| ✘ will remove changes
+
| '''✘ will remove changes'''
| ✓ mostly unaffected
+
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Elliott</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Emily</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/George</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Gus</tt>
 
| <tt>Characters/schedules/Gus</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Haley</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Harvey</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Jas</tt>
 
| <tt>Characters/schedules/Jas</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Jodi</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Kent</tt>
 
| <tt>Characters/schedules/Kent</tt>
 
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
| ✓ mostly unaffected
+
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Leah</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Lewis</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Linus</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Marnie</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Maru</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Pam</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Penny</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Pierre</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Robin</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Sam</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 +
|-
 +
| <tt>Characters/schedules/Sebastian</tt>
 +
| ██████████
 +
| '''✘ will remove changes'''
 +
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/Shane</tt>
 
| <tt>Characters/schedules/Shane</tt>
Line 441: Line 679:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Characters/schedules/beforePathfinding/*</tt><br /><tt>Characters/schedules/newSchedules/*</tt><br /><tt>Characters/schedules/spring/*</tt>
 
| <tt>Characters/schedules/beforePathfinding/*</tt><br /><tt>Characters/schedules/newSchedules/*</tt><br /><tt>Characters/schedules/spring/*</tt>
 
| deleted
 
| deleted
 
|  
 
|  
 +
|
 +
|-
 +
| <tt>Data/animationDescriptions</tt>
 +
| ██████████
 +
| '''✘ broken'''
 
|  
 
|  
 
|-
 
|-
Line 526: Line 769:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Data/NPCGiftTastes</tt>
 +
| ██████████
 +
| ✘ will remove changes
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 
|-
 
|-
Line 541: Line 789:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Data/weapons</tt>
 
| <tt>Data/weapons</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Data/Events/AnimalShop</tt>
 
| ██████████
 
| ██████████
 
| ✘ will remove changes
 
| ✘ will remove changes
Line 566: Line 819:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
|  
+
| ✓ mostly unaffected
 
|-
 
|-
 
| <tt>Data/Events/FarmHouse</tt>
 
| <tt>Data/Events/FarmHouse</tt>
Line 624: Line 877:  
|-
 
|-
 
| <tt>Data/Events/SeedShop</tt>
 
| <tt>Data/Events/SeedShop</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Data/Events/Sewer</tt>
 
| ██████████
 
| ██████████
 
| ✘ will remove changes
 
| ✘ will remove changes
Line 667: Line 925:  
| ✘ will remove changes
 
| ✘ will remove changes
 
| ✘ will remove changes
 
| ✘ will remove changes
 +
|-
 +
| <tt>LooseSprites/Fence1</tt><br /><tt>LooseSprites/Fence2</tt><br /><tt>LooseSprites/Fence3</tt><br /><tt>LooseSprites/Fence5</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| '''✘ likely broken'''
 
|-
 
|-
 
| <tt>LooseSprites/JunimoNote</tt>
 
| <tt>LooseSprites/JunimoNote</tt>
Line 734: Line 997:  
|-
 
|-
 
| <tt>Maps/Deserts</tt>
 
| <tt>Maps/Deserts</tt>
 +
| ██████████, unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/ElliottHouse</tt>
 
| unknown changes
 
| unknown changes
 
| ?
 
| ?
Line 741: Line 1,009:  
| ██████████
 
| ██████████
 
| '''✘ broken'''
 
| '''✘ broken'''
| ✘ may remove cosmetic changes
+
| ✘ may remove changes
 
|-
 
|-
 
| <tt>Maps/Farm</tt>
 
| <tt>Maps/Farm</tt>
Line 809: Line 1,077:  
|-
 
|-
 
| <tt>Maps/Hospital</tt>
 
| <tt>Maps/Hospital</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/JoshHouse</tt>
 
| unknown changes
 
| unknown changes
 
| ?
 
| ?
Line 839: Line 1,112:  
|-
 
|-
 
| <tt>Maps/Saloon</tt>
 
| <tt>Maps/Saloon</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/SamHouse</tt>
 
| unknown changes
 
| unknown changes
 
| ?
 
| ?
Line 844: Line 1,122:  
|-
 
|-
 
| <tt>Maps/SeedShop</tt>
 
| <tt>Maps/SeedShop</tt>
| ██████████
+
| ██████████, unknown changes
 
| '''✘ broken'''
 
| '''✘ broken'''
 
| ?
 
| ?
Line 859: Line 1,137:  
|-
 
|-
 
| <tt>Maps/spouseRooms</tt>
 
| <tt>Maps/spouseRooms</tt>
| ██████████
+
| ██████████, unknown changes
 
| ?
 
| ?
 
| ?
 
| ?
Line 874: Line 1,152:  
|-
 
|-
 
| <tt>Maps/Town</tt>
 
| <tt>Maps/Town</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Town-Christmas</tt>
 
| unknown changes
 
| unknown changes
 
| ?
 
| ?
Line 884: Line 1,167:  
|-
 
|-
 
| <tt>Maps/Town-Fair</tt>
 
| <tt>Maps/Town-Fair</tt>
| unknown changes
+
| ██████████, unknown changes
 
| ?
 
| ?
 
| ?
 
| ?
Line 897: Line 1,180:  
| '''✘ broken'''
 
| '''✘ broken'''
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Trailer</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Trailer_big</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Mines/7</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Mines/14</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 
|-
 
|-
 
| <tt>Maps/Mines/19</tt>
 
| <tt>Maps/Mines/19</tt>
Line 912: Line 1,215:  
| ?
 
| ?
 
| ?
 
| ?
 +
|-
 +
| <tt>Maps/Mines/31</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Mines/34</tt>
 +
| unknown changes
 +
| ?
 +
| ?
 +
|-
 +
| <tt>Maps/Mines/mine</tt><br /><tt>Mines/mine</tt><br /><tt>mine</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_dark</tt><br /><tt>Mines/mine_dark</tt><br /><tt>mine_dark</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_desert</tt><br /><tt>Mines/mine_desert</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_desert_dark</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_lava</tt><br /><tt>mine_lava</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_lava_dark</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_frost_dark</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/Mines/mine_slime</tt>
 +
| ██████████
 +
| ✘ will remove changes
 +
| ✓ mostly unaffected
 +
|-
 +
| <tt>Maps/walls_and_floors</tt><br /><tt>walls_and_floors</tt>
 +
| ██████████
 +
| '''✘ broken'''
 +
| ✓ mostly unaffected
 
|-
 
|-
 
| <tt>Minigames/MineCart</tt>
 
| <tt>Minigames/MineCart</tt>
Line 1,025: Line 1,383:  
| <tt>TerrainFeatures/Flooring</tt>
 
| <tt>TerrainFeatures/Flooring</tt>
 
| ██████████
 
| ██████████
| ✓ mostly unaffected
+
| ✘ will remove changes
 
| ✓ mostly unaffected
 
| ✓ mostly unaffected
 
|-
 
|-
translators
8,404

edits

Navigation menu