“模组:使用 XNB 模组”的版本间的差异

来自Stardew Valley Wiki
跳到导航 跳到搜索
(建立内容为“←命令 <div style="border: 1px solid red; background: #FCC; padding: 1em;">'''XNB 模组是已过时的模组类型,不再建议使用。S…”的新页面)
 
第9行: 第9行:
 
XNB 模组通过替换游戏的数据文件来工作 (也就是 <tt>.xnb</tt> 后缀的文件)。例如,假设要更改 Abigail 的肖像;你可以替换 <tt>Content/Portraits/Abigail.xnb</tt> 来实现。(参阅 [[模组:编辑 XNB 文件|编辑 XNB 文件]])
 
XNB 模组通过替换游戏的数据文件来工作 (也就是 <tt>.xnb</tt> 后缀的文件)。例如,假设要更改 Abigail 的肖像;你可以替换 <tt>Content/Portraits/Abigail.xnb</tt> 来实现。(参阅 [[模组:编辑 XNB 文件|编辑 XNB 文件]])
  
===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.
+
XNB 模组有很多限制,通常会相互冲突,通常在游戏更新时会丢失更新,难以安装和删除等
  
Consider only using [[Modding:Player Guide/Getting Started|SMAPI mods and content packs]]. These have several benefits over XNB mods:
+
考虑使用 [[ 模组:Player Guide/Getting Started|SMAPI 模组 和 内容包]] 。与 XNB 模组相比,它们具有以下优点:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! feature
+
! 功能
! XNB mods
+
! XNB 模组
! SMAPI mods
+
! SMAPI 模组
! SMAPI content packs
+
! SMAPI 内容包
 
|-
 
|-
| ease of installation
+
| 易于安装
| ✘ different for every mod
+
| ✘ 每个模组都不一样
|colspan="2"| ✓ drop into <tt>Mods</tt>
+
|colspan="2"| ✓ 拖入 <tt>Mods</tt>
 
|- 
 
|- 
| ease of uninstallation
+
| 易于卸载
| ✘ manually restore original files
+
| ✘ 需要原版的文件
|colspan="2"| ✓ remove from <tt>Mods</tt>
+
|colspan="2"| ✓ <tt>Mods</tt> 中移除
 
|-
 
|-
| update checks
+
| 检查更新
| ✘ none
+
| ✘
|colspan="2"| ✓ automatic alert in SMAPI console
+
|colspan="2"| ✓ SMAPI 控制台自动检测
 
|-
 
|-
| compatibility checks
+
| 兼容性检查
| ✘ 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"| ✓ 不兼容的模组会在导致问题之前被禁用<br />✓ [[ 模组: 模组兼容性| 兼容性列表]] 定期更新解决方法
 
|-
 
|-
| 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
+
| ✘ 游戏一更新就爆炸
|colspan="2"| ✓ SMAPI automatically rewrites many mods for compatibility<br />✓ open-source mods are updated quickly
+
|colspan="2"| ✓ SMAPI 自动重写许多模组以实现兼容性<br />✓ 开源的模组能够更快地更新
 
|}
 
|}
  

2021年4月13日 (二) 04:43的版本

命令

XNB 模组是已过时的模组类型,不再建议使用。SMAPI 无法验证它们的兼容性,使用 XNB 模组需要自担风险,查看 使用 Content Patcher 的替代方法

XNB 模组 通过替换游戏的 .xnb 文件来实现修改 (而不是你的 Mods 文件夹)

常见问题

什么是 XNB 模组?

XNB 模组通过替换游戏的数据文件来工作 (也就是 .xnb 后缀的文件)。例如,假设要更改 Abigail 的肖像;你可以替换 Content/Portraits/Abigail.xnb 来实现。(参阅 编辑 XNB 文件)

为什么已弃用?

XNB 模组有很多限制,通常会相互冲突,通常在游戏更新时会丢失更新,难以安装和删除等

考虑使用 SMAPI 模组 和 内容包。与 XNB 模组相比,它们具有以下优点:

功能 XNB 模组 SMAPI 模组 SMAPI 内容包
易于安装 ✘ 每个模组都不一样 ✓ 拖入 Mods
易于卸载 ✘ 需要原版的文件 ✓ 从 Mods 中移除
检查更新 ✘ 无 ✓ SMAPI 控制台自动检测
兼容性检查 ✘ 无 ✓ 不兼容的模组会在导致问题之前被禁用
兼容性列表 定期更新解决方法
模组相容性 ✘ 每个文件只能替换一次 ✓ 几乎无穷 ✓ 高
翻译支持 ✘ 难以翻译 ✓ 集成翻译接口 (取决于内容包)
游戏兼容性 ✘ 游戏一更新就爆炸 ✓ SMAPI 自动重写许多模组以实现兼容性
✓ 开源的模组能够更快地更新

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.
模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb模组:使用 XNB 模组/xnb

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.