|
|
转自n网:https://www.nexusmods.com/dyinglightthebeast/mods/141
Enables automatic blocking when using 2-handed weapons.
使用双手武器时启用自动格挡。
Block Automatically With 2-Handed Weapon
用双手武器自动格挡
This mod makes blocking automatic when using 2-handed weapons.
该模组使使用双手武器时自动格挡。
You don’t need to hold the block key, the mod triggers it for you.
你不需要按住块键,模组会为你触发它。
Note 注意
I don’t currently have a 2-handed weapon to test this mod, so feedback on functionality is welcome.
我目前没有双手武器来测试这个模组, 所以欢迎对功能提供反馈。
Auto-block only works against human enemies with weapons.
自动格挡仅对使用武器的人类敌人有效。
It does not trigger on regular infected (slashes, grabs, etc.).
它不会在常规感染者(斜线、抓取等)时触发。
File Changes 文件更改
This mod edits data0.pak:
这个模组编辑 data0.pak:
scripts\player\player_variables.scr
- Param("BlockAutomaticlyWith2HandedWpn", "false");
- param(“BlockAutomaticlyWith2HandedWpn”, “false”);
+ Param("BlockAutomaticlyWith2HandedWpn", "true");
+ Param(“BlockAutomaticlyWith2HandedWpn”, “true”);
Installation 安装
1) Download the .zip file and extract it.
1) 下载.zip 文件并解压。
Inside you’ll find data7.pak.
在里面你会找到 data7.pak。
2) Place data7.pak into your game folder:
2) 将 data7.pak 放入您的游戏文件夹中:
...\ph_ft\source\
If you already have a file named data7.pak, you can rename this one to data2.pak, data3.pak, data4.pak, data5.pak, or data6.pak instead.
如果您已经有一个名为 data7.pak 的文件,则可以将此文件重命名为 data2.pak、data3.pak、data4.pak、data5.pak 或 data6.pak。
If all names from data2.pak through data7.pak are already taken and you don’t want to replace your other mods, you can merge them together.
如果从 data2.pak 到 data7.pak 的所有名称都已被占用,并且您不想替换其他模组,则可以将它们合并在一起。
In that case, follow the merging tutorial linked below to combine them.
在这种情况下,请按照下面链接的合并教程将它们组合起来。
Compatibility 兼容性
If this mod fails to work, or causes other mods to stop working, it’s likely that they are both editing the same file.
如果此模组无法工作,或导致其他模组停止工作,则它们很可能都在编辑同一个文件。
In that case, follow the merging tutorial linked below to combine them.
在这种情况下,请按照下面链接的合并教程将它们组合起来。
|
评分
-
1
查看全部评分
-
|