|
|
本帖最后由 smile417 于 2026-3-6 17:33 编辑
转自n网:https://www.nexusmods.com/nioh3/mods/84
GUI mod manager for Nioh 3 cosmetic mods. Point it at a folder of mod archives (.zip/.7z/.rar), browse available mods, and install or uninstall with one click. Handles file extraction, RDB patching using the yumia tool, and clean uninstallation automatically. Tracks installed mods so you always know what's active. Standalone Windows exe.
仁王 3 外观模组的 GUI 模组管理器。指向一个模组归档文件夹(.zip/.7z/.rar),浏览可用的模组,然后一键安装或卸载。它能自动处理文件解压、使用 yumia 工具进行 RDB 补丁和干净卸载。它会追踪安装的模组,这样你总能知道哪些模组在运行。独立的 Windows 执行文件。
Credits 制作人员
Huge thanks to eArmada8 for creating the yumia_fdata_tools project. This mod manager is a GUI wrapper around their yumia_mod_insert_into_rdb.exe tool. None of this would be possible without their work reverse-engineering the fdata/rdb format.
非常感谢 eArmada8 创建了这个 yumia_fdata_tools 项目。这个模组管理器是他们 yumia_mod_insert_into_rdb.exe 工具的 GUI 包装器。没有他们对 fdata/rdb 格式的逆向工程,这一切都不可能实现。
What is this? 这是什么?
A standalone GUI application for installing and uninstalling Nioh 3 cosmetic mods.
一个独立的图形界面应用,用于安装和卸载仁王3的外观模组。
Please note that this manager does not manage DLL-based mods.
请注意,本管理器不管理基于 DLL 的模组。
Features 特色
- Scans a folder of mod archives (.zip, .7z, .rar) and lists them in a clean UI
扫描一个模组归档文件夹(.zip、.7z、.rar),并以干净的界面列出 - Detects multi-option mods (e.g. color variants) and lets you pick which one to install
检测多选项模组(例如颜色变体),并允许你选择安装哪个 - Supports multi-feature mods via nioh3modmanifest.json — independently configure each feature (e.g. armor style AND trim color) in a single install step
支持通过 nioh3modmanifest.json 实现多功能改装——在一次安装步骤中独立配置每个功能(例如护甲样式和装饰颜色) - Extracts files to the game's package directory
将文件解压到游戏的包目录 - Runs yumia to patch the RDB files
运行 Yumia 来修补 RDB 文件 - Conflict detection: warns you before installing a mod that replaces the same assets as one already installed
冲突检测:在安装替换已安装资源的模组前警告你 - Tracks what's installed so you know what's active
它会追踪安装了什么,这样你就知道哪些设备在激活 - Clean uninstall: removes mod files, restores RDB backups, re-patches remaining mods
干净卸载:移除模组文件,恢复 RDB 备份,重新补丁剩余模组 - Supports standard mods (with package/ subdirectory), loose mods (files at archive root), and multi-feature manifest mods
支持标准模组(带包/子目录)、松散模组(归档根文件)以及多功能清单模组
Installation 安装
Step 1: Download the yumia patcher
步骤 1:下载 Yumia 补丁器
Download yumia_mod_insert_into_rdb.exe and place it in your game's package folder:
下载 yumia_mod_insert_into_rdb.exe 并放到你的游戏包文件夹里:
C:\Program Files (x86)\Steam\steamapps\common\Nioh3\package\yumia_mod_insert_into_rdb.exe
Step 2: Create a mods folder
步骤 2:创建一个 mods 文件夹
Create a folder anywhere to store your downloaded mod archives. For example:
在任何地方创建一个文件夹来存放你下载的模组存档。例如:
C:\Nioh3_mods
Download mods from Nexus and drop the archive files (.zip, .7z, .rar) into this folder. Don't extract them — the mod manager reads the archives directly.
从 Nexus 下载模组,把归档文件(.zip、.7z、.rar)放进这个文件夹。不要解压它们——模组管理员会直接读取归档。
Step 3: Extract and run the mod manager
步骤3:解压并运行模组管理器
Download the main file from this page, extract the zip, and run Nioh3ModManager.exe.
从该页面下载主文件,解压压缩包,然后运行 Nioh3ModManager.exe。
On first launch, click Settings and set:
首次启动时,点击设置并设置:
- Mods Directory: the folder from Step 2 (e.g. C:\Nioh3_mods)
Mods 目录:步骤 2 的文件夹(例如 C:\Nioh3_mods) - Game Package Directory: your Nioh 3 package folder (e.g. C:\Program Files (x86)\Steam\steamapps\common\Nioh3\package)
游戏包目录:你的仁王 3 包文件夹(例如 C:\Program Files (x86)\Steam\steamapps\common\Nioh3\package)
Your mods will appear in the list. Select one and click Install.
你的模组会出现在列表中。选择一个并点击安装。
Requirements 要求
- Windows 10 or 11 (64-bit)
Windows 10 或 11(64 位) - Nioh 3 (Steam) 仁王3(蒸汽机)
- yumia_mod_insert_into_rdb.exe in your game's package folder (see Step 1)
yumia_mod_insert_into_rdb.exe 在你游戏的包文件夹里(见步骤 1)
For Mod Authors 给模组作者
Package your mod as a .zip, .7z, or .rar archive. The manager supports three layouts:
把你的模组打包成.zip、.7z 或.rar 档案。管理器支持三种布局:
Simple mod — one set of files, no choices
简单模组——一套文件,没有选择
Place your files inside a package/ subdirectory:
把你的文件放到一个包/子目录里:
my_mod.zip
└── package/
├── 0xffaabb00.fdata
└── 0xffaabb00.yumiamod.json
Files at the archive root are also accepted (no package/ subdir needed):
归档根文件也被接受(无需包/子指令包):
my_mod.zip
├── 0xffaabb00.fdata
└── 0xffaabb00.yumiamod.json
Mod with exclusive options — user picks exactly one variant
带有独家选项的模组——用户只能选择一个变体
Put each variant in its own named subdirectory, each containing a package/ folder:
将每个变体放入其命名的子目录中,每个子目录包含一个包/文件夹:
armor_colors.zip
├── Red/
│ └── package/
│ └── 0xffaabb00.fdata
├── Blue/
│ └── package/
│ └── 0xffaabb00.fdata
└── Gold/
└── package/
└── 0xffaabb00.fdata
The subdirectory name (Red, Blue, Gold) becomes the label shown in the UI. The user installs exactly one variant.
子目录名称(红色、蓝色、金色)会成为界面中显示的标签。用户只需安装一个变体。
Multi-feature mod — independent per-feature selections, with optional shared files
多功能模块——独立选择每个功能,并可选共享文件
Add a nioh3modmanifest.json at the archive root:
在归档根添加一个 nioh3modmanifest.json:
{
"mod_manager_version": "1.0",
"common_files_dir": "common",
"features": [
{ "name": "Armor Style", "directory": "armor_style", "optional": false },
{ "name": "Trim Color", "directory": "trim_color", "optional": true }
]
}
Matching archive layout: 匹配档案布局:
my_mod.zip
├── nioh3modmanifest.json
├── common/ ← always installed (omit if not needed)
│ └── ...
├── armor_style/ ← matches "directory" in the manifest
│ ├── Heavy/ ← becomes an option in the UI
│ └── Light/
└── trim_color/ ← optional: user may skip
├── Gold/
└── Silver/
- "name" is the human-readable label shown in the UI
“name”是用户界面中显示的可读标签 - Each feature's subdirectory names become the available options
每个功能的子目录名称都成为可用的选项 - Common files are installed first; selected feature files are layered on top (feature wins on filename collision)
首先安装公共文件;选定的功能文件会叠加在顶部(功能通过文件名碰撞获胜) - Features marked "optional": true can be skipped by the user
标注为“可选”的特性:可由用户跳过
Open source code: https://github.com/shell-man-5/Nioh3-Mod-Manager
开源代码: https://github.com/shell-man-5/Nioh3-Mod-Manager
2月24更新:
2月25更新:
3月2日更新:https://wwaun.lanzoul.com/i8o8m3jxhj7e
|
|