|
|
本帖最后由 smile417 于 2026-2-14 17:04 编辑
转自n网:https://www.nexusmods.com/nioh3/mods/45
Drop-in native mod loader for Nioh 3 (PC). Loads custom x64 DLL mods automatically at game startup using a dinput8.dll proxy. No external injector required.
仁王 3(PC)的自带模组加载器。游戏启动时通过 dinput8.dll 代理自动加载自定义 x64 DLL 模组。不需要外部注射器。
Nioh 3 Native Mod Loader is a lightweight native mod loader for the PC version of Nioh 3.
仁王 3 原生模组加载器是一款适用于 PC 版《仁王 3》的轻量级原生模组加载器。
It uses a drop-in dinput8.dll proxy so the loader is automatically loaded when the game starts. No external injector or EXE is required.
它使用了可插入 dinput8.dll 代理,所以游戏开始时加载器会自动加载。无需外部喷油器或 EXE 接口。
Features 特色
- Automatically loads native x64 mod DLLs from a mods folder
自动从 mods 文件夹加载原生 x64 模组 DLL - No separate launcher or injector required
无需单独的发射器或注射器 - Compatible with Steam launch
支持 Steam 发布 - Designed for runtime gameplay mods (hooks, patches, QoL changes)
为运行时游戏模组(钩子、补丁、生活质量变化)设计
Installation 安装
- Copy dinput8.dll into your Nioh 3 game directory (next to nioh2.exe)
把 dinput8.dll 复制到你的仁王 3 游戏目录(nioh2.exe 旁边) - Create a folder called mods in the same directory
在同一目录里创建一个叫 mods 的文件夹 - Place mod DLLs into mods/
把模组 DLL 放进模组里/ - Launch the game normally from Steam
从 Steam 正常启动游戏
Requirements 要求
- PC version of Nioh 3
《仁王 3》PC 版 - 64-bit Windows 64 位 Windows
Notes 注释
- This project is primarily for personal use. Maintenance is best-effort and may stop without notice.
本项目主要供个人使用。维护是尽最大努力,可能会在没有通知的情况下停止。 - Game updates may break mods or hooks.
游戏更新可能会破坏模组或钩子。 - Online/multiplayer use is not supported and may cause issues.
不支持在线/多人游戏使用,可能会引发问题。
For Mod Authors 给模组作者
Mods must be native x64 DLLs. Do not hook in DllMain. Create a thread and delay initialization. Use pattern scanning instead of static addresses.
模组必须是原生的 x64 DLL。不要在 DllMain 挂钩。创建一个线程并延迟初始化。使用模式扫描代替静态地址。
Drop-in native mod loader for Nioh 3 (PC). Place dinput8.dll next to nioh3.exe and put mod DLLs in the mods folder.
仁王 3(PC)的自带模组加载器。把 dinput8.dll 放在 nioh3.exe 旁边,然后把 mod DLL 放进 mods 文件夹。
2月14日更新:
|
|