|
|
转自n网:https://www.nexusmods.com/dyinglightthebeast/mods/152
Night Vision Always Enabled at Night
夜视始终在夜间启用
This mod keeps night vision permanently active, but only during nighttime.
该模组使夜视功能永久处于活动状态,但仅限于夜间。
In daytime you’ll have regular vision, even indoors or in dark areas.
白天,即使在室内或黑暗区域,您也会有正常的视力。
Alongside the default version, I’ve included optional builds with reduced night vision strength.
除了默认版本之外,我还包括夜视强度降低的可选版本。
The default night vision power is 0.5.
默认夜视能力为 0.5。
- -20% = 0.4
- -40% = 0.3
- -60% = 0.2
- -80% = 0.1 (my personal preference)
-80% = 0.1(我个人喜好)
These alternatives are provided in case you feel the default night vision effect/shader is too strong.
如果您觉得默认夜视效果/着色器太强,则提供了这些替代方案。
Comparison pictures 对比图片
File Changes 文件更改
This mod edits data0.pak:
这个模组编辑 data0.pak:
scripts\player\player_variables.scr
- Param("NightVisionEnabled", "0");
- 参数(“夜视启用”, “0”);
+ Param("NightVisionEnabled", "1");
+ 参数(“夜视启用”, “1”);
- Param("NightVisionPower", "0.5");
- 参数(“夜视能力”、“0.5”);
+ Param("NightVisionPower", "0.X"); (optional strength adjustments)
+ 参数(“夜视能力”、“0.X”);(可选强度调整)
Installation 安装
1) Download one of the main files depending on how strong you want the night vision effect:
1) 下载一个主要文件,具体取决于您想要夜视效果的强度:
Default file = original (full) night vision power.
默认文件 = 原始(全)夜视能力。
Or pick one of the reduced night vision versions (–20%, –40%, –60%, –80%).
或者选择降低的夜视版本之一(–20%、–40%、–60%、–80%)。
2) Download the .zip file and extract it.
2) 下载.zip 文件并解压。
Inside you’ll find data7.pak.
在里面你会找到 data7.pak。
3) Place data7.pak into your game folder:
3) 将 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.
在这种情况下,请按照下面链接的合并教程将它们组合起来。
night-vision 夜视
night-vision-20-percent-less
夜视功能减少 20%
night-vision-40-percent-less
夜视功能-减少 40%
night-vision-60-percent-less
夜视功能减少 60%
night-vision-80-percent-less
夜视功能-减少 80%
|
评分
-
1
查看全部评分
-
|