Änderungen

Zur Navigation springen Zur Suche springen
49 Bytes hinzugefügt ,  15:41, 9. Dez. 2018
K
keine Bearbeitungszusammenfassung
Zeile 9: Zeile 9:  
==FAQ==
 
==FAQ==
 
===Was sind XNB Mods===
 
===Was sind 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 <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 [[:en:Modding:Editing XNB files|editing XNB files]] for more info on the XNB format.)
    
===Wieso wird von XNB Mods abgeraten?===
 
===Wieso wird von XNB Mods abgeraten?===
 
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.
 
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 [[Modding:Player Guide/Getting Started|SMAPI mods and content packs]]. These have several benefits over XNB mods:
+
Consider only using [[:en:Modding:Player Guide/Getting Started|SMAPI mods and content packs]]. These have several benefits over XNB mods:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
Zeile 36: Zeile 36:  
| compatibility checks
 
| compatibility checks
 
| ✘ none
 
| ✘ none
|colspan="2"| ✓ incompatible mods are disabled before they cause problem<br />✓ [[Modding:SMAPI compatibility|compatibility list]] is regularly updated with updates and workarounds
+
|colspan="2"| ✓ incompatible mods are disabled before they cause problem<br />✓ [[:en:Modding:SMAPI compatibility|compatibility list]] is regularly updated with updates and workarounds
 
|-
 
|-
 
| mod compatibility
 
| mod compatibility
Zeile 57: Zeile 57:     
===Können sie meinen Spielstand zerstören?===
 
===Können sie meinen Spielstand zerstören?===
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 [[:en: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 [[:en:Saves#Undo the last save|undoing the last save]].
    
===Deaktivieren sie Steam Errungenschaften?===
 
===Deaktivieren sie Steam Errungenschaften?===
Zeile 63: Zeile 63:     
==Alternativen mit Content Patcher==
 
==Alternativen mit Content Patcher==
{{nexus mod|1915|Content Patcher}} is a SMAPI mod that makes XNB-like changes with all the benefits of [[Modding:Content packs|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.
+
{{nexus mod|1915|Content Patcher}} is a SMAPI mod that makes XNB-like changes with all the benefits of [[:en:Modding:Content packs|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 <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! Always check the official mod page to see if a conversion has been officially uploaded. This list excludes mods native to Content Patcher.
 
'''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! Always check the official mod page to see if a conversion has been officially uploaded. This list excludes mods native to Content Patcher.
Zeile 3.975: Zeile 3.975:  
# 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 <tt>.xnb</tt> files.
# Find your [[Modding:Player Guide/Getting Started#Find your game folder|game folder]].
+
# Find your [[:en: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 <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.
    
===Mods deinstallieren===
 
===Mods deinstallieren===
Either restore the original files that mod replaced (hope you kept track!), or [[Modding:Player Guide/Troubleshooting#Reset your content files|reset your game files]].
+
Either restore the original files that mod replaced (hope you kept track!), or [[:en:Modding:Player Guide/Troubleshooting#Reset your content files|reset your game files]].
    
==Problembehebung==
 
==Problembehebung==
 
===Inhaltsdatein zurücksetzen===
 
===Inhaltsdatein zurücksetzen===
If you know which mod caused the problem, [[#Uninstall mods|uninstall it]].
+
If you know which mod caused the problem, [[:en:#Mods deinstallieren|uninstall it]].
    
If you're not sure, the simplest option is:
 
If you're not sure, the simplest option is:
# [[Modding:Player Guide/Troubleshooting#Reset your content files|reset your game files]];
+
# [[:en:Modding:Player Guide/Troubleshooting#Reset your content files|reset your game files]];
 
# reinstall each XNB mod one by one;
 
# reinstall each XNB mod one by one;
 
# test after each install to make sure it didn't cause problems.
 
# test after each install to make sure it didn't cause problems.
    
===Andere Probleme===
 
===Andere Probleme===
See [[Modding:Player Guide/Troubleshooting]] for more suggestions.
+
See [[:en:Modding:Player Guide/Troubleshooting]] for more suggestions.
    
[[Category:Modding]]
 
[[Category:Modding]]
77

Bearbeitungen

Navigationsmenü