Difference between revisions of "Modding:Using XNB mods"

From Stardew Valley Wiki
Jump to navigation Jump to search
(PT link)
 
(80 intermediate revisions by 22 users not shown)
Line 3: Line 3:
 
<div style="border: 1px solid red; background: #FCC; padding: 1em;">'''XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see [[#Alternatives using Content Patcher|alternatives using Content Patcher]].'''</div>
 
<div style="border: 1px solid red; background: #FCC; padding: 1em;">'''XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see [[#Alternatives using Content Patcher|alternatives using Content Patcher]].'''</div>
  
An '''XNB mod''' replaces some of your game's <tt>.xnb</tt> files to change the game (unlike newer mods that go in your <tt>Mods</tt> folder).
+
An '''XNB mod''' replaces some of your game's <samp>.xnb</samp> files to change the game (unlike newer mods that go in your <samp>Mods</samp> folder).
  
 
==FAQs==
 
==FAQs==
 
===What are XNB mods?===
 
===What are XNB mods?===
XNB mods work by replacing your game's data files (which have a <tt>.xnb</tt> extension). For example, let's say you want to change Abigail's portraits; you can replace <tt>Content/Portraits/Abigail.xnb</tt> with a modded version to do it. (See [[Modding:Editing XNB files|editing XNB files]] for more info on the XNB format.)
+
XNB mods work by replacing your game's data files (which have a <samp>.xnb</samp> extension). For example, let's say you want to change Abigail's portraits; you can replace <samp>Content/Portraits/Abigail.xnb</samp> with a modded version to do it. (See [[Modding:Editing XNB files|editing XNB files]] for more info on the XNB format.)
  
 
===Why are they discouraged?===
 
===Why are they discouraged?===
Line 22: Line 22:
 
| ease of installation
 
| ease of installation
 
| ✘ different for every mod
 
| ✘ different for every mod
|colspan="2"| ✓ drop into <tt>Mods</tt>
+
|colspan="2"| ✓ drop into <samp>Mods</samp>
 
|-  
 
|-  
 
| ease of uninstallation
 
| ease of uninstallation
 
| ✘ manually restore original files
 
| ✘ manually restore original files
|colspan="2"| ✓ remove from <tt>Mods</tt>
+
|colspan="2"| ✓ remove from <samp>Mods</samp>
 
|-
 
|-
 
| update checks
 
| update checks
Line 34: Line 34:
 
| compatibility checks
 
| compatibility checks
 
| ✘ none
 
| ✘ none
|colspan="2"| ✓ incompatible mods are disabled before they cause problem<br />✓ [[Modding:Mod compatibility|compatibility list]] is regularly updated with updates and workarounds
+
|colspan="2"| ✓ incompatible mods are disabled before they cause problems<br />✓ [[Modding:Mod compatibility|compatibility list]] is regularly updated with updates and workarounds
 
|-
 
|-
 
| mod compatibility
 
| mod compatibility
Line 48: Line 48:
 
| game compatibility
 
| game compatibility
 
| ✘ broken by most game updates
 
| ✘ broken by most game updates
|colspan="2"| ✓ SMAPI automatically rewrites many mods for compatibility<br />✓ open-source mods are updated quickly
+
|colspan="2"| ✓ SMAPI automatically rewrites many mods for compatibility<br />✓ [[Modding:Open source|open-source]] mods are updated quickly
 
|}
 
|}
  
Line 55: Line 55:
  
 
===Can they corrupt my save?===
 
===Can they corrupt my save?===
Yes, but it's uncommon. Make sure you back up [[Saves#Find_your_save_files|your save files]] occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by [[Saves#Undo the last save|undoing the last save]].
+
Yes, but it's uncommon. Make sure you back up [[Saves#Finding_save_files|your save files]] occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by [[Saves#Undo the last save|undoing the last save]].
  
 
===Do they disable Steam achievements?===
 
===Do they disable Steam achievements?===
Line 64: Line 64:
  
 
'''Modders:'''
 
'''Modders:'''
* When migrating XNB mods, only use <tt>Action: Load</tt> if you actually need to replace the whole file (e.g. portrait mods). Don't use <tt>Action: Load</tt> for dialogue mods or to change a small part of a file!
+
* When migrating XNB mods, only use <samp>Action: Load</samp> if you actually need to replace the whole file (''e.g.,'' portrait mods). Don't use <samp>Action: Load</samp> for dialogue mods or to change a small part of a file!
* See ''[https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577 Migrating XNB mods to Content Patcher packs]'' in the Chucklefish forums for more info about creating conversions.
+
* See ''[https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/ Migrating XNB mods to Content Patcher packs]'' on the official forums for more info about creating conversions.
  
 
{| class="wikitable plainlinks sortable"
 
{| class="wikitable plainlinks sortable"
 
|-
 
|-
! Mod Name
+
! style="position: sticky; top: 0;"|Mod Name
! Original Author
+
! style="position: sticky; top: 0;"|Original Author
! Content Patcher Equivalent
+
! style="position: sticky; top: 0;"|Content Patcher Equivalent
! Links
+
! style="position: sticky; top: 0;"|Links
 
|-
 
|-
{{/xnb
 
  |original name  = 2CUTE FarmCave
 
  |original author = taintedwheat
 
  |original url    = https://community.playstarbound.com/threads/2cute-farmcave-w-legend-of-zelda-like-fairy-hotspring-also-an-underground-library-update-7-19.117897/
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 
  |update author  = Opalie
 
  |update version  = 2.0.1-unofficial.1-opalie
 
}}
 
 
{{/xnb
 
{{/xnb
 
   |original name  = 15x15 Greenhouse
 
   |original name  = 15x15 Greenhouse
Line 100: Line 91:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.0-unofficial.1-Marigolden
 
   |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = 2CUTE FarmCave
 +
  |original author = taintedwheat
 +
  |original url    = https://community.playstarbound.com/threads/2cute-farmcave-w-legend-of-zelda-like-fairy-hotspring-also-an-underground-library-update-7-19.117897/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3.142524/page-64#post-3331098
 +
  |update author  = Opalie
 +
  |update version  = 2.0.1-unofficial.1-opalie
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 108: Line 108:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-21#post-3284310
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-21#post-3284310
 
   |update author  = Allayna
 
   |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = 3D-Slime Hutch
 +
  |original author = anjarpsx
 +
  |original url    = {{nexus mod|737}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-91#post-3325452
 +
  |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 145: Line 154:
 
   |update author  = minervamaga
 
   |update author  = minervamaga
 
   |update version  = 1.4.1-unofficial.minervamaga
 
   |update version  = 1.4.1-unofficial.minervamaga
 +
}}
 +
{{/xnb
 +
  |original name  = Newly Added Sebastian Cutscene
 +
  |original author = GiosaurusStardew
 +
  |original url    = {{nexus mod|1172}}
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-14019
 +
  |update author  = LenneDalben
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 172: Line 190:
 
   |update author  = minervamaga
 
   |update author  = minervamaga
 
   |update version  = 4.0.0
 
   |update version  = 4.0.0
 +
}}
 +
{{/xnb
 +
  |original name  = Abigail Centaur Horse Replacement
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|281}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-2#post-42820
 +
  |update author  = Kreeate
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 226: Line 253:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Agumon - Dinosaur Replacer
 +
  |original author = Dragonyck
 +
  |original url    = {{nexus mod|2164}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|8976}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 361: Line 397:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Alternative Evelyn
 +
  |original author = StaticOpium
 +
  |original url    = {{nexus mod|688}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-66222
 +
  |update author  = NeutronPong
 +
  |update version  = 1.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 394: Line 439:
 
   |original url    = {{nexus mod|377}}
 
   |original url    = {{nexus mod|377}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-85#post-3322545
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322545
 
   |update author  = coldazrael, SuperElement & Allayna
 
   |update author  = coldazrael, SuperElement & Allayna
 
   |update version  = 3.0
 
   |update version  = 3.0
Line 426: Line 471:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Anime Villagers (Portraits)
+
  |original name  = Animal Onesies for Toddlers
   |original author = LumpySpace
+
  |original author = pizza margherita
   |original url    = https://community.playstarbound.com/threads/anime-villagers-30-30-portraits-done.110415/
+
  |original url    = https://community.playstarbound.com/threads/animal-onesies-for-toddlers-junimo-onesies-are-up.111041/
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-36805
 +
  |update author  = DamnedxAngel
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Anime Villagers (Portraits)
 +
   |original author = LumpySpace
 +
   |original url    = https://community.playstarbound.com/threads/anime-villagers-30-30-portraits-done.110415/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304778
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304778
 
   |update author  = coldazrael & Fyn
 
   |update author  = coldazrael & Fyn
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Anthro Children- Cats
 +
  |original author = ninjakaami
 +
  |original url    = {{nexus mod|503}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-105#post-3335926
 +
  |update author  = SpringsSong
 +
  |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 487: Line 550:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Baechu's Portraits
 +
  |original author = Baechu
 +
  |original url    = {{nexus mod|3218}}
 +
  |update name    = unofficial update
 +
  |update url      = {{nexus mod|8942}}
 +
  |update author  = orientalmelon
 +
  |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Baechu's Portraits Seasonal SVO
 +
  |original author = Baechu
 +
  |original url    = {{nexus mod|3218}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-84#post-55753
 +
  |update author  = bunwangji
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 529: Line 610:
 
   |original url    = {{nexus mod|299}}
 
   |original url    = {{nexus mod|299}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-4.156000/page-25#post-3354247
+
   |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-51298
   |update author  = minervamaga
+
   |update author  = mouse
   |update version  = 4.0.1-unofficial.3-minervamaga
+
   |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 601: Line 682:
 
   |original url    = {{nexus mod|2569}}
 
   |original url    = {{nexus mod|2569}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-80#post-3315785
+
   |update url      = https://community.playstarbound.com/threads/updating-mods-for-stardew-valley-1-3-closed.142524/page-78#post-3343907
   |update author  = Moragaine
+
   |update author  = Pathoschild
   |update version  = 1.03
+
   |update version  = 1.05
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 621: Line 702:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3258840
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3258840
 
   |update author  = ShneekeyTheLost
 
   |update author  = ShneekeyTheLost
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Crop Visibility
 +
  |original author = Kona
 +
  |original url    = {{nexus mod|7459}}
 +
  |update name    = Better Crop Visibility
 +
  |update url      = {{nexus mod|8839}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Dying Grandpa
 +
  |original author = MattytheMouse
 +
  |original url    = {{nexus mod|418}}
 +
  |update name    = Better Dying Grandpa Redux - CP
 +
  |update url      = {{nexus mod|8075}}
 +
  |update author  = Faedelity
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 631: Line 730:
 
   |update author  = MouseyPounds
 
   |update author  = MouseyPounds
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Better Harvey Character Sprite
 +
  |original author = Plutey/Androxilogin
 +
  |original url    = {{nexus mod|363}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-52324
 +
  |update author  = Kreeate
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 637: Line 745:
 
   |original url    = {{nexus mod|1421}}
 
   |original url    = {{nexus mod|1421}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-4#post-3267340
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347640
   |update author  = jhunichi
+
   |update author  = Jnuchi & imany
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Better Pigs & Recolours (v1.0)
 +
  |original author = Zhuria
 +
  |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-56060
 +
  |update author  = Farilar
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Better Pigs & Recolours
+
   |original name  = Better Pigs & Recolours (v2.1)
 
   |original author = Zhuria
 
   |original author = Zhuria
 
   |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
 
   |original url    = https://community.playstarbound.com/threads/better-pigs-recolours.109883/
Line 703: Line 820:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Biker Jacket Sebastian
 +
  |original author = TheMainFlamingoose
 +
  |original url    = {{nexus mod|2291}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-40583
 +
  |update author  = Techy-Jaden
 +
  |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 720: Line 846:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278384
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278384
 
   |update author  = Pak_RT & paradigmnomad
 
   |update author  = Pak_RT & paradigmnomad
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Black Cat
 +
  |original author = casildak
 +
  |original url    = {{nexus mod|286}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 +
  |update author  = winterykite
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 783: Line 918:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-82#post-3318386
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-82#post-3318386
 
   |update author  = Allayna (Corrected by SheiFoxy)
 
   |update author  = Allayna (Corrected by SheiFoxy)
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Blue Community Center
 +
  |original author = Sabrina Pegasigh
 +
  |original url    = {{nexus mod|1279}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366621
 +
  |update author  = ExnoticE
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 886: Line 1,030:
 
{{/xnb
 
{{/xnb
 
   |original name  = Carbuncle Cats
 
   |original name  = Carbuncle Cats
   |original author = Vinchon
+
   |original author = Cal
 
   |original url    = {{nexus mod|303}}
 
   |original url    = {{nexus mod|303}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
Line 954: Line 1,098:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-2#post-3261364
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-2#post-3261364
 
   |update author  = arkoiris
 
   |update author  = arkoiris
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Catsine's Victorian Beehouses
 +
  |original author = Ernest/Catsine
 +
  |original url    = {{nexus mod|3297}}
 +
  |update name    = unofficial mod
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345858
 +
  |update author  = xbukimina
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,009: Line 1,162:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
}}
 
{{/xnb
 
  |original name  = Chic Cute Kitchen
 
  |original author = Mi/Campanulamis
 
  |original url    = {{nexus mod|1018}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-14#post-3279168
 
  |update author  = Kuriiyo
 
  |update version  = 1.3
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,036: Line 1,180:
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Chickens to Parrots v2
 +
  |original author = gizomo
 +
  |original url    = https://community.playstarbound.com/threads/turns-all-your-chickens-into-parrots.135204/
 +
  |update name    = Tropical Birds
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-98#post-73844
 +
  |update author  = Allayna
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,063: Line 1,216:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Cleaner Barns and Coops
 +
  |original author = Fuse
 +
  |original url    = {{nexus mod|926}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-119#post-3351045
 +
  |update author  = stevanihalim
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,081: Line 1,243:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Coii's Hair Sets Pack
 +
  |original author = Coii
 +
  |original url    = {{nexus mod|2869}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-69#post-47618
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.4.0-unofficial.3
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,092: Line 1,263:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Community Center Bundle Overhauls
+
  |original name  = Colorful Crystal Paths
   |original author = 7Yrs
+
  |original author = FoxyFullmoon
   |original url    = {{nexus mod|1062}}
+
  |original url    = {{nexus mod|549}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345549
 +
  |update author  = k10_ftw/krissymarie
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Community Center Bundle Overhauls
 +
   |original author = 7Yrs
 +
   |original url    = {{nexus mod|1062}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358330
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358330
Line 1,101: Line 1,281:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Colorful Crystal Paths
+
   |original name  = Compact Bathroom for your Farmhouse
   |original author = FoxyFullmoon
+
   |original author = Prismuth
   |original url    = {{nexus mod|549}}
+
   |original url    = {{nexus mod|1626}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345549
+
   |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-46#post-29354
   |update author  = krissymarie
+
   |update author  = Rmdhn
   |update version  = 1.0
+
   |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,179: Line 1,359:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-56#post-3304011
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-56#post-3304011
 
   |update author  = kngermanotta
 
   |update author  = kngermanotta
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Cute Pink Albino Bunny Recolor
 +
  |original author = Jirachi
 +
  |original url    = {{nexus mod|1117}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-101#post-3332744
 +
  |update author  = netish
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,194: Line 1,383:
 
   |original author = IdentityPollution
 
   |original author = IdentityPollution
 
   |original url    = {{nexus mod|348}}
 
   |original url    = {{nexus mod|348}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|348}}
 +
  |update author  = SoulOfSorin
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = dabsihao's bb GenderSwap
 +
  |original author = dabsihao
 +
  |original url    = https://bbs.3dmgame.com/thread-5052775-1-1.html
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-30#post-3291433
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-28714
   |update author  = mellowmallow
+
   |update author  = Flyff
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,297: Line 1,495:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.1.0-unofficial.1-Marigolden
 
   |update version  = 1.1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Deluxe Barn Fix and more Space
 +
  |original author = dizarus
 +
  |original url    = {{nexus mod|305}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357649
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Derpy Pugs
 +
  |original author = Slimberton
 +
  |original url    = {{nexus mod|278}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-127#post-3360538
 +
  |update author  = jenf
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,407: Line 1,623:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Early Open Shops v1.2
+
   |original name  = Dust Spirit Recolor- Susuwatari
   |original author = mmanlapat
+
   |original author = FinalMantasyX
   |original url    = {{nexus mod|1091}}
+
   |original url    = https://community.playstarbound.com/threads/dust-spirit-recolor-susuwatari-soot-spirits-from-spirited-away.107820/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-12#post-3278636
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-52216
   |update author  = Shalassa
+
   |update author  = Shaymin
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Easy Fishing 
+
   |original name  = DW3 Agumon Dinosaur Replacer
   |original author = mmanlapat
+
   |original author = boofdawg
   |original url    = {{nexus mod|1114}}
+
   |original url    = {{nexus mod|3276}}
   |update name    = Lazy Fish
+
   |update name    = official update
   |update url      = {{nexus mod|1971}}
+
   |update url      = {{nexus mod|8976}}
   |update author  = ShneekeyTheLost
+
   |update author  = UlyanaLeyana
   |update version  = 1.1 or 1.2
+
   |update version  = 1.0.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Eemie Animal Collection
+
  |original name  = Dwarf Jawa
 +
  |original author = GreaterPorpoise
 +
  |original url    = https://community.playstarbound.com/threads/dwarf-jawa-sprite-portrait.110399/
 +
  |update name    = unofficial update
 +
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-18001
 +
  |update author  = mouse
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Early Open Shops v1.2
 +
  |original author = mmanlapat
 +
  |original url    = {{nexus mod|1091}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358433
 +
  |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Easy Bundles
 +
  |original author = Siddybear
 +
  |original url    = https://community.playstarbound.com/threads/super-easy-fishing-and-easy-bundles.109057/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-126#post-3358785
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Easy Fishing 
 +
  |original author = mmanlapat
 +
  |original url    = {{nexus mod|1114}}
 +
  |update name    = Lazy Fish
 +
  |update url      = {{nexus mod|1971}}
 +
  |update author  = ShneekeyTheLost
 +
  |update version  = 1.1 or 1.2
 +
}}
 +
{{/xnb
 +
   |original name  = Eemie Animal Collection
 
   |original author = Eemie
 
   |original author = Eemie
 
   |original url    = {{nexus author|34984615}}
 
   |original url    = {{nexus author|34984615}}
Line 1,538: Line 1,790:
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3261025
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3261025
   |update author  = .lavender.
+
   |update author  = .Lavender.
 
   |update version  = 1.1
 
   |update version  = 1.1
 
}}
 
}}
Line 1,774: Line 2,026:
 
   |update author  = flameofthenight
 
   |update author  = flameofthenight
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Extended Slime Hutch
 +
  |original author = QuantumConcious
 +
  |original url    = https://community.playstarbound.com/threads/extendedslimehutch-with-safe-zone-and-storage-area-updated-19-4-interior-only.112455/page-2#post-2877091
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3349511
 +
  |update author  = Jhoulana
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 1,791: Line 2,052:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3274106
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-6#post-3274106
 
   |update author  = kaitekat
 
   |update author  = kaitekat
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Farmer's Water Pipe
 +
  |original author = Nectrus
 +
  |original url    = {{nexus mod|1195}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-127#post-3360590
 +
  |update author  = nocato
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 1,888: Line 2,158:
 
   |original url    = {{nexus mod|339}}
 
   |original url    = {{nexus mod|339}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-33057653302020
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305765
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.1
 
   |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Flo - New Custom NPC
+
  |original name  = Flame Horses - 5 Colors
 +
  |original author = CreepyKat
 +
  |original url    = {{nexus mod|1017}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-71#post-49210
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 1.0.0
 +
}}
 +
{{/xnb
 +
   |original name  = Flo - New Custom NPC (Florence)
 
   |original author = randomAnon123
 
   |original author = randomAnon123
 
   |original url    = {{nexus mod|591}}
 
   |original url    = {{nexus mod|591}}
Line 1,924: Line 2,203:
 
   |original url    = {{nexus mod|1289}}
 
   |original url    = {{nexus mod|1289}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-32722928
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272292
 
   |update author  = Shalassa
 
   |update author  = Shalassa
 
   |update version  = 1.0
 
   |update version  = 1.0
Line 1,969: Line 2,248:
 
   |original url    = {{nexus mod|1305}}
 
   |original url    = {{nexus mod|1305}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321936
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-125#post-3358525
   |update author  = coldazrael
+
   |update author  = Allayna
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,053: Line 2,332:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Gift of Gab - Marriage Candidate Edition
 +
  |original author = SunnyBird
 +
  |original url    = {{nexus mod|3074}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
 +
  |update author  = uwuchiha
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,119: Line 2,407:
 
{{/xnb
 
{{/xnb
 
   |original name  = gotama portraits
 
   |original name  = gotama portraits
   |original author = gomatamanyann
+
   |original author = gotama
 
   |original url    = {{nexus mod|975}}
 
   |original url    = {{nexus mod|975}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
Line 2,125: Line 2,413:
 
   |update author  = Rubecula
 
   |update author  = Rubecula
 
   |update version  = 1.2
 
   |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = gotama's Portraits MOD 2
 +
  |original author = gotama
 +
  |original url    = {{nexus mod|1221}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-100#post-3332737
 +
  |update author  = netish
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,233: Line 2,530:
 
   |update author  = Dede_Bug
 
   |update author  = Dede_Bug
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Haley as Vampire Revamp
 +
  |original author = SextingWithSirens
 +
  |original url    = {{nexus mod|1572}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-98#post-73276
 +
  |update author  = Allayna
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,253: Line 2,559:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Haley as Vampire Revamp
+
   |original name  = Haley Skirt Recolour
   |original author = SextingWithSirens
+
   |original author = Nyxcat
   |original url    = {{nexus mod|1572}}
+
   |original url    = {{nexus mod|1039}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-115#post-3345549
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3346589
   |update author  = krissymarie
+
   |update author  = Dede_Bug
 
   |update version  = 1.1
 
   |update version  = 1.1
 
}}
 
}}
Line 2,278: Line 2,584:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Hardmode
 +
  |original author = RamenYum
 +
  |original url    = {{nexus mod|714}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-116#post-3346590
 +
  |update author  = Dede_Bug
 +
  |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,289: Line 2,604:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Harvey Personality Mod (Dialogue Only)
+
   |original name  = Harvey Personality Mod (full)
 
   |original author = woosh0
 
   |original author = woosh0
 
   |original url    = {{nexus mod|983}}
 
   |original url    = {{nexus mod|983}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
   |update author  = flameofthenight
+
   |update author  = uwuchiha
   |update version  = 1.0
+
   |update version  = 2.2
}}
 
{{/xnb
 
  |original name  = Harvey Personality Mod (the Rest of Parts)
 
  |original author = woosh0
 
  |original url    = {{nexus mod|983}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-84#post-3322042
 
  |update author  = coldazrael
 
  |update version  = 1.0
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,424: Line 2,730:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Hope's Secret Springs Cave
+
   |original name  = Hope's Farmer Customization Mods (hairstyles)
 
   |original author = HopeWasHere
 
   |original author = HopeWasHere
   |original url    = {{nexus mod|1155}}
+
  |original url    = {{nexus mod|1008}}
 +
  |update name    = Hope's Hair Pack
 +
  |update url      = https://community.playstarbound.com/threads/hopes-hair-pack.161149/
 +
  |update author  = just-sora
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Hope's Secret Springs Cave
 +
  |original author = HopeWasHere
 +
   |original url    = {{nexus mod|1155}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
Line 2,436: Line 2,751:
 
   |original author = Girafarig
 
   |original author = Girafarig
 
   |original url    = {{nexus mod|791}}
 
   |original url    = {{nexus mod|791}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-25#post-3286927
+
   |update url      = https://www.nexusmods.com/stardewvalley/mods/2564
  |update author  = paradigmnomad & ShSammy
 
  |update version  = 1.0.1
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,466: Line 2,779:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-11#post-3277868
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-11#post-3277868
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Horse to Vespa Scooter + Garage
 +
  |original author = Pi.Curious
 +
  |original url    = https://community.playstarbound.com/threads/horse-to-vespa-scooter-garage-joja-scooter-added.110212/
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-75931
 +
  |update author  = phomaique
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,681: Line 3,003:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305998
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Kal's Marriage Candidates Portraits
 +
  |original author = kal621owo621_Snakebite
 +
  |original url    = {{nexus mod|2346}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-28714
 +
  |update author  = Flyff
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,772: Line 3,103:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 0.9.2-unofficial.1-Marigolden
 
   |update version  = 0.9.2-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Korea Retro
 +
  |original author = standlaid1
 +
  |original url    = {{nexus mod|5287}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-48#post-29801
 +
  |update author  = Allayna
 +
  |update version  = 1.0.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,801: Line 3,141:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Lewd Bachelorettes
+
  |original name  = let 's cafe
 +
  |original author = momoki
 +
  |original url    = {{nexus mod|10546}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-70199
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Lewd Bachelorettes (Buxom)
 
   |original author = AirplaneRandy
 
   |original author = AirplaneRandy
 
   |original url    = https://community.playstarbound.com/threads/lewd-bachelorettes-portrait-mod-buxom-haley-added.108210/
 
   |original url    = https://community.playstarbound.com/threads/lewd-bachelorettes-portrait-mod-buxom-haley-added.108210/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-26#post-3287084
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-131#post-3369629
   |update author  = paradigmnomad
+
   |update author  = UberMann
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,817: Line 3,166:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.0-unofficial.1-Marigolden
 
   |update version  = 1.0-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Linus is a potato From minecraft
 +
  |original author = laser5mw
 +
  |original url    = {{nexus mod|491}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-73588
 +
  |update author  = phomaique
 +
  |update version  = 1.0-unofficial.1-phomaique
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 2,897: Line 3,255:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3277227
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3277227
 
   |update author  = D.Grey
 
   |update author  = D.Grey
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Make Krobus Gaster
 +
  |original author = DiStri
 +
  |original url    = {{nexus mod|1201}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-2#post-39785
 +
  |update author  = Techy-Jaden
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 2,907: Line 3,274:
 
   |update author  = junali
 
   |update author  = junali
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Make Love With Shane (Works with Co-op Mode)
 +
  |original author = Kagurahime
 +
  |original url    = {{nexus mod|917}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-129#post-3362721
 +
  |update author  = SamelaG
 +
  |update version  = 1.0.2
 +
}}
 +
{{/xnb
 +
  |original name  = Marnie Edit
 +
  |original author = pipmimi
 +
  |original url    = {{nexus mod|2455}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3347432
 +
  |update author  = Ches713
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,026: Line 3,411:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Mew - Cat Replacer
+
  |original name  = Metal Worm Bin
   |original author = 00Strange00
+
  |original author = vkunicorn
   |original url    = {{nexus mod|477}}
+
  |original url    = {{nexus mod|2675}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-75923
 +
  |update author  = phomaique
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Mew - Cat Replacer
 +
   |original author = 00Strange00
 +
   |original url    = {{nexus mod|477}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
Line 3,093: Line 3,487:
 
   |original url    = {{nexus mod|1036}}
 
   |original url    = {{nexus mod|1036}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-24#post-3285521
+
  |update url      = http://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-51298
   |update author  = MouseyPounds
+
  |update author  = mouse
 +
  |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Mi's Classy Victorian interior set inspired by eemie
 +
  |original author = Mi/Campanulamis
 +
  |original url    = {{nexus mod|1074}}
 +
  |update name    = unofficial update
 +
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-8#post-3275117
 +
   |update author  = hwayunhae
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Mi's Elegant Victorian interior
 +
  |original author = Mi/Campanulamis
 +
  |original url    = {{nexus mod|1074}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-51572
 +
  |update author  = mouse
 +
  |update version  = 1.3
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,107: Line 3,519:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Mi's Classy Victorian interior set inspired by eemie
+
   |original name  = Mi's Framed Butterfly and Insect Displays
 
   |original author = Mi/Campanulamis
 
   |original author = Mi/Campanulamis
   |original url    = {{nexus mod|1074}}
+
   |original url    = {{nexus mod|1065}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-126#post-3358847
 +
  |update author  = Allayna
 +
  |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Modern kitchen
 +
  |original author = Static Opium
 +
  |original url    = {{nexus mod|665}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-8#post-3275117
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-7669
   |update author  = hwayunhae
+
   |update author  = Sofi52
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,131: Line 3,552:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3305886
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Moon Meteor 달 운석 리텍스쳐
 +
  |original author =  이얏호 ssm4031
 +
  |original url    = https://blog.naver.com/ssm4031/221501552288
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-70203
 +
  |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,168: Line 3,598:
 
   |update author  = Arkanto
 
   |update author  = Arkanto
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Morst-CERBERUS and SUPI
 +
  |original author = QuQii/songaoyuan
 +
  |original url    = {{nexus mod|9904}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-5#post-56273
 +
  |update author  = marshallharck
 +
  |update version  = 1.5.4
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,377: Line 3,816:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Nintendo Furniture - Furniture Only
+
  |original name  = Nightmare's Tools Retextured
   |original author = MrFox420
+
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|296}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|7649}}
 +
  |update author  = RedxMoonxRose
 +
  |update version  = 1.3
 +
}}
 +
{{/xnb
 +
  |original name  = Nightmare's Weapon Retextures
 +
  |original author = zcsnightmare
 +
  |original url    = {{nexus mod|287}}
 +
  |update name    = official update
 +
  |update url      = {{nexus mod|7650}}
 +
  |update author  = RedxMoonxRose
 +
  |update version  = 1.2
 +
}}
 +
{{/xnb
 +
   |original name  = Nintendo Furniture - Furniture Only
 +
   |original author = MrFox420
 
   |original url    = {{nexus mod|1973}}
 
   |original url    = {{nexus mod|1973}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
Line 3,437: Line 3,894:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-23#post-3285285
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-23#post-3285285
 
   |update author  = Oak
 
   |update author  = Oak
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Norisu's Fire Chickens Mod
 +
  |original author = norisu
 +
  |original url    = {{nexus mod|1156}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-109#post-3338955
 +
  |update author  = Bondzgurl
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,453: Line 3,919:
 
   |original url    = https://community.playstarbound.com/threads/mods-portraits-harvey-sam-sebastian-elliott-alex-by-nongdarn.111237/
 
   |original url    = https://community.playstarbound.com/threads/mods-portraits-harvey-sam-sebastian-elliott-alex-by-nongdarn.111237/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-47#post-3300583
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-101#post-3332738
 
   |update author  = netish
 
   |update author  = netish
   |update version  = 1.0
+
   |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,483: Line 3,949:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Original Portraits ULTIMATE FIX
 +
  |original author = Popori
 +
  |original url    = {{nexus mod|801}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-128#post-3361673
 +
  |update author  = springacres
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,543: Line 4,018:
 
   |original url    = {{nexus mod|1372}}
 
   |original url    = {{nexus mod|1372}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275828
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3366935
   |update author  = flameofthenight
+
   |update author  = uwuchiha
   |update version  = 1.0
+
   |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,557: Line 4,032:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Penny Relationship (Villager Part Only)
+
   |original name  = Penny Relationship and Dialogue Overhaul
 
   |original author = NicolasNSane
 
   |original author = NicolasNSane
 
   |original url    = {{nexus mod|1568}}
 
   |original url    = {{nexus mod|1568}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-5#post-3272993
+
   |update url      = {{nexus mod|4761}}
   |update author  = flameofthenight
+
   |update author  = NicolaiB92
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,618: Line 4,093:
 
   |update author  = pepoluan
 
   |update author  = pepoluan
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Piebald horse
 +
  |original author = MysticJumbles
 +
  |original url    = {{nexus mod|2467}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3365079
 +
  |update author  = cat9412
 +
  |update version  = 2.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,645: Line 4,129:
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.3-unofficial.1-Marigolden
 
   |update version  = 1.3-unofficial.1-Marigolden
 +
}}
 +
{{/xnb
 +
  |original name  = Plump Abigail
 +
  |original author = Dizor
 +
  |original url    = {{nexus mod|104}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3364975
 +
  |update author  = cat9412
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,672: Line 4,165:
 
   |update author  = Allayna & Amx
 
   |update author  = Allayna & Amx
 
   |update version  = 1.2
 
   |update version  = 1.2
 +
}}
 +
{{/xnb
 +
  |original name  = Portraits 42 people
 +
  |original author = Fastoso
 +
  |original url    = {{nexus mod|616}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348345
 +
  |update author  = helenaneedshugs
 +
  |update version  = 1.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,686: Line 4,188:
 
   |original author = Ankokou
 
   |original author = Ankokou
 
   |original url    = {{nexus mod|940}}
 
   |original url    = {{nexus mod|940}}
   |update name    = unofficial update
+
   |update name    = official update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-57#post-3304133
+
   |update url      = https://www.nexusmods.com/stardewvalley/mods/4005
   |update author  = kalikars & junali
+
   |update author  = tlitookilakin
 
   |update version  = 1.0.0
 
   |update version  = 1.0.0
 
}}
 
}}
Line 3,728: Line 4,230:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Realistic Animal Replacements
+
  |original name  = Rainbow Galaxy Sword
   |original author = Crucifigo
+
  |original author = Sirenity
   |original url    = https://community.playstarbound.com/threads/new-free-to-edit-wips-crucifigos-livestock-semi-realistic-animal-replacers.109480/
+
  |original url    = {{nexus mod|1204}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-3#post-44301
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Ran's Fancy Farmer
 +
  |original author = Ran
 +
  |original url    = {{nexus mod|2718}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/unofficial-mod-updates.2096/page-73#post-50242
 +
  |update author  = wally32
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
   |original name  = Realistic Animal Replacements
 +
   |original author = Crucifigo
 +
   |original url    = https://community.playstarbound.com/threads/new-free-to-edit-wips-crucifigos-livestock-semi-realistic-animal-replacers.109480/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259729
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3259729
 
   |update author  = paradigmnomad
 
   |update author  = paradigmnomad
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Realistic Cellar Size
 +
  |original author = Cylesburk
 +
  |original url    = {{nexus mod|1474}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-129#post-3363816
 +
  |update author  = grapefruitcult
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,761: Line 4,290:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-10#post-3276212
 
   |update author  = waftwaffle
 
   |update author  = waftwaffle
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Recolored stone paths
 +
  |original author = taintedwheat
 +
  |original url    = https://community.playstarbound.com/threads/recolored-stone-paths.117439/#post-2946389
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-3#post-44222
 +
  |update author  = Kreeate
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 3,781: Line 4,319:
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
 
 
{{/xnb
 
{{/xnb
 
   |original name  = Redone Dialogue
 
   |original name  = Redone Dialogue
Line 3,817: Line 4,354:
 
   |update author  = minervamaga
 
   |update author  = minervamaga
 
   |update version  = 1.1.1-unofficial.1-minervamaga
 
   |update version  = 1.1.1-unofficial.1-minervamaga
 +
}}
 +
{{/xnb
 +
  |original name  = Revised Alex Cutscene
 +
  |original author = IronZelly
 +
  |original url    = https://community.playstarbound.com/threads/revised-alex-8-heart-cutscene.130207/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357242
 +
  |update author  = Allayna
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,859: Line 4,405:
 
   |original url    = https://community.playstarbound.com/threads/bath-house-retexture.140922/
 
   |original url    = https://community.playstarbound.com/threads/bath-house-retexture.140922/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https:
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-117#post-3348341
 
   |update author  = Marigolden
 
   |update author  = Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
 
   |update version  = 1.1-unofficial.1-Marigolden
Line 3,907: Line 4,453:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Safety Net Slime Hutch
 +
  |original author = Plutey
 +
  |original url    = {{nexus mod|621}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-118#post-3349511
 +
  |update author  = Jhoulana
 +
  |update version  = 1.2
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,916: Line 4,471:
 
   |update author  = Allayna
 
   |update author  = Allayna
 
   |update version  = 1.1
 
   |update version  = 1.1
 +
}}
 +
{{/xnb
 +
  |original name  = Sakamoto san - Cat Replacer
 +
  |original author = RedHunter
 +
  |original url    = {{nexus mod|62}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-120#post-3352201
 +
  |update author  = ravenrakkuas
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 3,961: Line 4,525:
 
   |update author  = Seyph
 
   |update author  = Seyph
 
   |update version  = 1.0.1
 
   |update version  = 1.0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Sam/Sebastian Romance Mod Sambastian
 +
  |original author = Pixelated Farmhouse
 +
  |original url    = https://pixelatedfarmhouse.tumblr.com/post/190537323066/samsebastian-romance-mod
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-71693
 +
  |update author  = Allayna
 +
  |update version  = 1.4
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,125: Line 4,698:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Skater Sam
+
  |original name  = Siberian Husky Pet
 +
  |original author = Joules
 +
  |original url    = {{nexus mod|1855}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/post-40583
 +
  |update author  = Techy-Jaden
 +
  |update version  = 1.0.0
 +
}}
 +
{{/xnb
 +
   |original name  = Skater Sam
 
   |original author = hot-fish
 
   |original author = hot-fish
 
   |original url    = {{nexus mod|2368}}
 
   |original url    = {{nexus mod|2368}}
Line 4,179: Line 4,761:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Slime Animals
+
   |original name  = Slime-Animals
 
   |original author = Sabishi1985
 
   |original author = Sabishi1985
 
   |original url    = https://community.playstarbound.com/threads/slime-animals-last-update-09-10-2016.110931/
 
   |original url    = https://community.playstarbound.com/threads/slime-animals-last-update-09-10-2016.110931/
   |update name    = unofficial update
+
   |update name    = Slime Rancher
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/#post-3258724
+
   |update url      = {{nexus mod|12654}}
   |update author  = paradigmnomad
+
   |update author  = Eldritchdraaks
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,327: Line 4,909:
 
   |original url    = {{nexus mod|1875}}
 
   |original url    = {{nexus mod|1875}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-85#post-3322693
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-72444
   |update author  = coldazrael
+
   |update author  = Allayna
 
   |update version  = 1.0
 
   |update version  = 1.0
}}
 
{{/xnb
 
  |original name  = Starblue Valley
 
  |original author = StrangelyLiteral aka Lita
 
  |original url    = {{nexus mod|1869}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-105#post-3335730
 
  |update author  = hatmouse
 
  |update version  = 1.2.1-unofficial.8-mouse
 
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,653: Line 5,226:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-71#post-3308320
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-71#post-3308320
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Turn Abigail into chicken
 +
  |original author = zeroford
 +
  |original url    = {{nexus mod|3722}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-6#post-73593
 +
  |update author  = phomaique
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,680: Line 5,262:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-60#post-3304585
 
   |update author  = Aquilegia
 
   |update author  = Aquilegia
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Vaporeon Normal and Vaporeon Shiny Cat and Dog Replacement
 +
  |original author = linasouls9
 +
  |original url    = {{nexus mod|3069}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 +
  |update author  = winterykite
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,690: Line 5,281:
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 
   |update version  = 3.5
 
   |update version  = 3.5
 +
}}
 +
{{/xnb
 +
  |original name  = Velverette's Anime Portrait and Sprite Mod
 +
  |original author = Velverette
 +
  |original url    = {{nexus mod|645}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338445
 +
  |update author  = pepoluan
 +
  |update version  = 0.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,719: Line 5,319:
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Vulpix as Cat (Alolan)
+
   |original name  = Vivi from FF9 as Dwarf
   |original author = Alola Vulpix Is Life
+
   |original author = clementckm92
   |original url    = {{nexus mod|2302}}
+
   |original url    = https://community.playstarbound.com/resources/vivi-from-ff9-as-dwarf.4436/
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
+
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-120#post-3352358
   |update author  = Allayna
+
   |update author  = ravenrakkuas
   |update version  = 2.0
+
   |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
   |original name  = Wee Highland Coos
+
  |original name  = Vixxi's Mounts (Wolf)
   |original author = telekineticyeti
+
  |original author = Vixxi
   |original url    = {{nexus mod|60}}
+
  |original url    = https://community.playstarbound.com/threads/vixxis-mounts-wolves-fox-and-horses-current-mount-wip-tiger.109290/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-119#post-3350511
 +
  |update author  = SpringsSong
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Void Dog
 +
  |original author = JertsukkaTheMan
 +
  |original url    = {{nexus mod|1854}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 +
  |update author  = winterykite
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Vulpix as Cat (Alolan)
 +
  |original author = Alola Vulpix Is Life
 +
  |original url    = {{nexus mod|2302}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 +
  |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Vulpix Pokemon as Cat
 +
  |original author = Halfwheat
 +
  |original url    = {{nexus mod|1784}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-124#post-3357348
 +
  |update author  = Allayna
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
  |original name  = Warm Cozy Fireplace
 +
  |original author = Mioudew
 +
  |original url    = {{nexus mod|1024}}
 +
  |update name    = unofficial update
 +
  |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/page-4#post-51317
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.0
 +
}}
 +
{{/xnb
 +
   |original name  = Wee Highland Coos
 +
   |original author = telekineticyeti
 +
   |original url    = {{nexus mod|60}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-64#post-3306010
Line 4,743: Line 5,388:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-59#post-3304457
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-59#post-3304457
 
   |update author  = coldazrael
 
   |update author  = coldazrael
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = White-Grey Bee House
 +
  |original author = Naru The Weirdo
 +
  |original url    = {{nexus mod|3133}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-130#post-3364975
 +
  |update author  = cat9412
 +
  |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = WhiteBorder (only white border)
 +
  |original author = xblaid
 +
  |original url    = {{nexus mod|1925}}
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-103#post-3334602
 +
  |update author  = hatmouse
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 4,759: Line 5,422:
 
   |original url    = {{nexus mod|1293}}
 
   |original url    = {{nexus mod|1293}}
 
   |update name    = unofficial update
 
   |update name    = unofficial update
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-9#post-3275665
+
   |update url      = https://forums.stardewvalley.net/threads/migrating-xnb-mods-to-content-patcher-packs.564/#post-26394
 
   |update author  = Pathoschild
 
   |update author  = Pathoschild
   |update version  = 1.1.1-unofficial.1-pathoschild
+
   |update version  = 1.1.1-unofficial.3-pathoschild
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,933: Line 5,596:
 
   |update author  = staarfruit
 
   |update author  = staarfruit
 
   |update version  = 1.0
 
   |update version  = 1.0
 +
}}
 +
{{/xnb
 +
  |original name  = Yet Another Crystal Path Recolor
 +
  |original author = Lavendarjosh
 +
  |original url    = {{nexus mod|1717}}
 +
  |update name    = Yet Another Crystal Path Recolor (CP)
 +
  |update url      = {{nexus mod|8721}}
 +
  |update author  = UlyanaLeyana
 +
  |update version  = 2.1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,941: Line 5,613:
 
   |update url      = {{nexus mod|1853}}
 
   |update url      = {{nexus mod|1853}}
 
   |update author  = Marilyst
 
   |update author  = Marilyst
   |update version  = 1.0
+
   |update version  = 1.3.1
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,969: Line 5,641:
 
   |update author  = Ensifera
 
   |update author  = Ensifera
 
   |update version  = 0.1
 
   |update version  = 0.1
 +
}}
 +
{{/xnb
 +
  |original name  = Zhuria's Horse Edits
 +
  |original author = Zhuria
 +
  |original url    = https://community.playstarbound.com/threads/zhurias-horse-edits-recolours.108022/
 +
  |update name    = unofficial update
 +
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-22#post-3284987
 +
  |update author  = Allayna
 +
  |update version  = 1.0
 
}}
 
}}
 
{{/xnb
 
{{/xnb
Line 4,995: Line 5,676:
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-61#post-3305000
 
   |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-61#post-3305000
 
   |update author  = Chill-T
 
   |update author  = Chill-T
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Black Cat
 
  |original author = casildak
 
  |original url    = {{nexus mod|286}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Vaporeon Normal and Vaporeon Shiny Cat and Dog Replacement
 
  |original author = linasouls9
 
  |original url    = {{nexus mod|3069}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Velverette's Anime Portrait and Sprite Mod
 
  |original author = Velverette
 
  |original url    = {{nexus mod|645}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-108#post-3338445
 
  |update author  = pepoluan
 
  |update version  = 0.1.0
 
}}
 
{{/xnb
 
  |original name  = Void Dog
 
  |original author = JertsukkaTheMan
 
  |original url    = {{nexus mod|1854}}
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-83#post-3321024
 
  |update author  = winterykite
 
  |update version  = 1.0
 
}}
 
{{/xnb
 
  |original name  = Zhuria's Horse Edits
 
  |original author = Zhuria
 
  |original url    = https://community.playstarbound.com/threads/zhurias-horse-edits-recolours.108022/
 
  |update name    = unofficial update
 
  |update url      = https://community.playstarbound.com/threads/migrating-xnb-mods-to-content-patcher-packs.141577/page-22#post-3284987
 
  |update author  = Allayna
 
 
   |update version  = 1.0
 
   |update version  = 1.0
 
}}
 
}}
Line 5,046: Line 5,682:
 
==Using XNB mods==
 
==Using XNB mods==
 
===Find mods===
 
===Find mods===
If you're looking for mods, the [http://www.nexusmods.com/stardewvalley/mods/topalltime/ most popular] are a good place to start.
 
 
You can find mods in a few places:
 
{| class="wikitable"
 
|-
 
! site
 
! description
 
|-
 
| '''[http://nexusmods.com/stardewvalley/ Nexus Mods]'''
 
| Most mods are released here.<br /><small>(Registering an account is free, just don't choose a package when you register.)</small>
 
|-
 
| [http://community.playstarbound.com/resources/categories/stardew-valley.22/ Chucklefish mods]
 
| Some mods are released here (most are also on Nexus).
 
|-
 
| [http://community.playstarbound.com/forums/mods.215/ Stardew Valley forums]
 
| Some mods are posted directly in the forums. Some hidden gems are only here, but finding them can be a challenge.
 
|}
 
  
Before you download a mod...
+
See [[Modding:Player_Guide/Getting_Started#Find_mods|Find mods]] on the Getting Started page.
* Does it work with the latest version of the game? XNB mods may be outdated and cause problems. Try checking the mod description or comments. Generally avoid any XNB mod not updated after the last game update.
 
* Don't download from stardewvalleymods.net. (Mods here are usually outdated, since the site republishes mods without permission for ad revenue.)
 
  
 
===Install mods===
 
===Install mods===
Line 5,072: Line 5,689:
  
 
# Download the XNB mod and unzip it somewhere (not in your game folder!).
 
# Download the XNB mod and unzip it somewhere (not in your game folder!).
# It should contain some <tt>.xnb</tt> files.
+
# It should contain some <samp>.xnb</samp> files.
 
# Find your [[Modding:Player Guide/Getting Started#Find your game folder|game folder]].
 
# Find your [[Modding:Player Guide/Getting Started#Find your game folder|game folder]].
# Replace the existing <tt>.xnb</tt> files under <tt>Content</tt> with the ones from the mod. '''Make sure you replace the correct files!''' There are different files with the same name (like <tt>Content/Data/hats.xnb</tt> and <tt>Content/Characters/hats.xnb</tt>), and replacing the wrong file will cause in-game errors or crashes.
+
# Replace the existing <samp>.xnb</samp> files under <samp>Content</samp> with the ones from the mod. '''Make sure you replace the correct files!''' There are different files with the same name (like <samp>Content/Data/hats.xnb</samp> and <samp>Content/Characters/hats.xnb</samp>), and replacing the wrong file will cause in-game errors or crashes.
  
 
===Uninstall mods===
 
===Uninstall mods===
Line 5,094: Line 5,711:
  
 
[[de:Modding:XNB Mods]]
 
[[de:Modding:XNB Mods]]
 +
[[es:Modding:Uso de mods XNB]]
 +
[[pt:Modificações:Usando mods XNB]]
 
[[ru:Модификации:Использование XNB модификаций]]
 
[[ru:Модификации:Использование XNB модификаций]]
 +
[[zh:模组:使用 XNB 模组]]

Latest revision as of 17:51, 13 July 2023

Index

XNB mods are an older type of mod and are no longer recommended. SMAPI can't validate them for compatibility. Use XNB mods at your own risk, or see alternatives using Content Patcher.

An XNB mod replaces some of your game's .xnb files to change the game (unlike newer mods that go in your Mods folder).

FAQs

What are XNB mods?

XNB mods work by replacing your game's data files (which have a .xnb extension). For example, let's say you want to change Abigail's portraits; you can replace Content/Portraits/Abigail.xnb with a modded version to do it. (See editing XNB files for more info on the XNB format.)

Why are they discouraged?

XNB mods have a lot of limitations, often conflict with each other, usually break when the game updates, are hard to install and remove, etc.

Consider only using SMAPI mods and content packs. These have several benefits over XNB mods:

feature XNB mods SMAPI mods SMAPI content packs
ease of installation ✘ different for every mod ✓ drop into Mods
ease of uninstallation ✘ manually restore original files ✓ remove from Mods
update checks ✘ none ✓ automatic alert in SMAPI console
compatibility checks ✘ none ✓ incompatible mods are disabled before they cause problems
compatibility list is regularly updated with updates and workarounds
mod compatibility ✘ each file can only be replaced once ✓ almost universal ✓ high
translation support ✘ difficult to translate ✓ built-in translation API (depends on the content pack)
game compatibility ✘ broken by most game updates ✓ SMAPI automatically rewrites many mods for compatibility
open-source mods are updated quickly

Do they work on Linux, Mac, Windows, or consoles?

XNB mods work equally on Linux, Mac, Windows, and Android. Consoles aren't supported.

Can they corrupt my save?

Yes, but it's uncommon. Make sure you back up your save files occasionally, and remove any custom content before uninstalling an XNB mod. In most cases, you can fix save corruption by undoing the last save.

Do they disable Steam achievements?

Nope.

Alternatives using Content Patcher

Content Patcher is a SMAPI mod that makes XNB-like changes with all the benefits of SMAPI content packs. Many XNB mods have a Content Patcher equivalent, or have been updated unofficially to use it. Consider using these instead where available.

Modders:

  • When migrating XNB mods, only use Action: Load if you actually need to replace the whole file (e.g., portrait mods). Don't use Action: Load for dialogue mods or to change a small part of a file!
  • See Migrating XNB mods to Content Patcher packs on the official forums for more info about creating conversions.

Using XNB mods

Find mods

See Find mods on the Getting Started page.

Install mods

Installation is different for each mod; check its mod description for details. But in general:

  1. Download the XNB mod and unzip it somewhere (not in your game folder!).
  2. It should contain some .xnb files.
  3. Find your game folder.
  4. Replace the existing .xnb files under Content with the ones from the mod. Make sure you replace the correct files! There are different files with the same name (like Content/Data/hats.xnb and Content/Characters/hats.xnb), and replacing the wrong file will cause in-game errors or crashes.

Uninstall mods

Either restore the original files that mod replaced (hope you kept track!), or reset your game files.

Troubleshooting

Reset content files

If you know which mod caused the problem, uninstall it.

If you're not sure, the simplest option is:

  1. reset your game files;
  2. reinstall each XNB mod one by one;
  3. test after each install to make sure it didn't cause problems.

Other issues

See Modding:Player Guide/Troubleshooting for more suggestions.