|
|
转自n网:https://www.nexusmods.com/dyinglightthebeast/mods/231
This mod makes firearms kill regular zombies with a single headshot for a more realistic experience.
这个模组让枪支通过一次爆头杀死普通僵尸,以获得更真实的体验。
One-Shot Headshots with Firearms
用枪支一击爆头
This mod makes firearms kill regular zombies with a single headshot for a more realistic experience. Volatiles and larger special infected still require multiple headshots, so the change doesn’t trivialize tougher encounters.
这个模组让枪支通过一次爆头杀死普通僵尸,以获得更真实的体验。挥发性和较大的特殊感染者仍然需要多次爆头,因此这一变化不会使更艰难的遭遇变得微不足道。
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.
在这种情况下,请按照下面链接的合并教程将它们组合起来。
Changed Files 更改的文件
data0.pak\scripts\inventory\inventory.scr
data0.pak\scripts\inventory\inventory_firearmsdefintions.scr
data0.pak\scripts\inventory\inventory_gen.scr
data0.pak\scripts\inventory\inventory_ranged.scr
data0.pak\scripts\inventory\inventory_technical_jw.scr
data0.pak\scripts\inventory\inventory_weapondefintions.scr
- DamageHeadMult(X.X); - DamageHeadMult(X.X);
+ DamageHeadMult(10.0); + 伤害头重(10.0);
For manual editing 用于手动编辑
If you want to adjust the multiplier yourself, open the files above and search with this regex:
如果您想自己调整乘数,请打开上面的文件并使用此正则表达式进行搜索:
DamageHeadMult\([^)]*\);
Replace the value inside the parentheses with the multiplier you prefer. For example:
将括号内的值替换为您喜欢的乘数。例如:
DamageHeadMult(10.0);
This lets you fine-tune how strong headshots are with firearms.
这使您可以微调枪支爆头的强度。
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.
在这种情况下,请按照下面链接的合并教程将它们组合起来。
Merging Mods 合并模组
Option 1 - Manual merge:
选项 1 - 手动合并:
Follow this step-by-step guide
请按照此分步指南进行作
How to merge mods
如何合并模组
Option 2 - Merge tools:
选项 2 - 合并工具:
Use an automated tool from this list
使用此列表中的自动化工具
Nexus search "merge" Nexus 搜索“合并”
Nexus search "merger" 关联搜索“合并”
Search Nexus for merge tools with google
搜索 Nexus 以查找与 google 的合并工具
Final Words 最后的话
I place no restrictions on this mod.
我对这个模组没有任何限制。
Anyone may use, modify, merge, redistribute, or include it in their own work, with or without credit.
任何人都可以使用、修改、合并、重新分发或将其包含在自己的作品中,无论是否出处。
Treat it as open-source and free for everyone.
将其视为开源的,对所有人免费。
|
评分
-
1
查看全部评分
-
|