|
|
本帖最后由 smile417 于 2025-11-24 17:24 编辑
转自n网:https://www.nexusmods.com/dyinglightthebeast/mods/139
Automatically triggers Active Landing without pressing Ctrl.
自动触发主动着陆,无需按 Ctrl。
Auto Active Landing 自动主动着陆
This mod enables the Active Landing ability (first in the Agility skill tree) automatically.
该模组会自动启用主动着陆能力(敏捷技能树中的第一个)。
You don’t need to press Ctrl before landing, the mod triggers it for you with perfect timing.
您无需在着陆前按 Ctrl,模组会在完美的时机为您触发它。
File Changes 文件更改
This mod edits data0.pak
这个模组编辑了 data0.pak
scripts\player\player_variables.scr
- Param("AutoActiveLandings", "false");
- Param(“自动主动着陆”, “false”);
+ Param("AutoActiveLandings", "true");
+ Param(“自动主动着陆”, “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
查看全部评分
-
|