|
|
转自n网:https://www.nexusmods.com/eldenringnightreign/mods/326
Perfect Deflect/Parry Mod for Executor
执行者的完美偏转/招架模组
Hold Guard to always perform a perfect deflect/parry while using his ability
保持守卫技能时,在使用技能时始终能完美格挡/格挡
This mod extends all parry-related frames for the Executor and also the attacks are now cancellable to guard(only the x2 and x1.5 version).
这个模组扩展了执行者所有与招架相关的帧数,而且攻击现在可以取消到防御(仅 x2 和 x1.5 版本)。
It increases the Parry Activation window for multiple Executor animations:
它增加了多个执行者动画的招架激活窗口:
Tapping Guard animation: 40 frames
敲击守卫动画:40 帧
Holding Guard animation (while walking or standing still): Permanent frames (guaranteed 100% deflect/parry because of the animation loops)
持剑动画 (走路或站立时): 永久帧数(由于动画循环,保证 100%的偏转/格挡)
Deflect animation itself: 30 frames (if you are attacked during this animation, you will deflect the attack within those 30 frames)
偏转动画本身:30 帧 (如果你在这个动画中被攻击,你会在这 30 帧内偏转攻击)
Ability activation (sheathing and unsheathing): 40 frames (the animation is sped up, so the actual count might be slightly less than 40 frames)
技能激活 (收剑和拔刀):40 帧 (动画加速,实际计时可能略少于 40 帧)
Use only in Offline Mode, otherwise you will get banned by
请只在离线模式下使用,否则会被封禁EAC
Installation: 安装:
Just install it with ME3 Manager
直接用 ME3 管理器安装就行了
or 或
Do it manually by yourself by making your own ME3 profile by downloading and installing
你可以自己手动下载并安装,创建自己的 ME3 配置文件Mod Engine 3
模组引擎3
Manual Installation Tutorial
手动安装教程
1. Create Folders 1. 创建文件夹
Make a folder (example: Nightreign ME3)
建立一个文件夹(例如:《夜之王者:质量效应 3》)
Inside it, create 2 folders: mods and profiles
在里面创建两个文件夹: 模组和配置文件
2. Download Mod Engine 3
2. 下载 Mod Engine 3
Download: Mod Engine 3 (Portable Distribution for Windows)
下载:Mod Engine 3(Windows 便携版)
From the bin folder inside the zip, extract these into Nightreign ME3:
从压缩包内的 bin 文件夹中,将这些文件解压到 Nightreign ME3 中:
me3.exe
me3_mod_host.dll
me3-launcher.exe
3. Add Mods 3. 添加模组
Put this mod’s chr folder in mods.
把这个模组的 chr 文件夹放进 mods 里 。
Other mods go here too (example Seamless Coop):
其他模组也放在这里(比如无缝合作):
nrsc.dll
nrsc_settings.ini
locale
crashpad
4. Create Profile 4. 创建个人资料
In profiles, make a text file → rename to profile.me3
在配置文件中,创建一个文本文件→改名为 profile.me3
Paste this inside: 把这个粘贴进去:
profileVersion = "v1"
[[supports]]
game = "nightreign"
[[natives]]
path = "../mods/nrsc.dll"
[[packages]]
id = "profile"
path = '../mods'
To add another dll mod (example different.dll), add:
要添加另一个 DLL 模组(示例 different.dll),请添加:
[[natives]]
path = "../mods/different.dll"
5. Create Launch Script 5. 创建启动脚本
In Nightreign ME3, make a text file → rename to Launch_Modded_Nightreign.cmd
在 《夜之王:质量效应 3》中,创建一个文本文件→改名为 Launch_Modded_Nightreign.cmd
Edit it and use one of these:
编辑一下,然后用以下其中一个:
Steam: Steam:
cd /d "%~dp0"
me3.exe launch --steam-id 2622380 --profile "profiles/profile.me3"
pause
Without-Steam: 无蒸汽:
@echo off
cd /d "%~dp0"
me3.exe launch --skip-steam-init -g nr -e "C:\Path\To\nightreign.exe" -p "./profiles/profile.me3"
pause
(replace C:\Path\To\nightreign.exe with your actual path)
(将 C:\Path\To nightreign.exe\替换为你的实际路径)
6. Shortcut 6. 捷径
Make a shortcut of the Launch_Modded_Nightreign.cmd file to Desktop
把 Launch_Modded_Nightreign.cmd 文件做个快捷方式到桌面
Run it as Administrator
以管理员身份运行
You can close the CMD window after the game is Open
游戏打开后你可以关闭 CMD 窗口
Final Folder Structure Example
最终文件夹结构示例
Nightreign ME3
│ me3.exe
│ me3_mod_host.dll
│ me3-launcher.exe
│ Launch_Modded_Nightreign.cmd
│
├─── mods
│ ├─── chr <- this mod’s folder
│ │ └─ c0000.anibnd.dcx
│ ├─── nrsc.dll <- example Seamless Coop
│ ├─── nrsc_settings.ini <- example Seamless Coop
│ ├─── locale <- example Seamless Coop
│ └─── crashpad <- example Seamless Coop
│
└─── profiles
└─── profile.me3
Compatibility: 兼容性:
Incompatible with mods that modify chr/c0000.anibnd.dcx
与修改 chr/c0000.anibnd.dcx 的模组不兼容
|
|