-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# [寻神者+](https://github.com/Clazex/HollowKnight.GodSeekerPlus) | ||
|
||
一个提升神居体验的《空洞骑士》模组 | ||
|
||
适用于 `空洞骑士` 1.5。 | ||
**需要 `Vasi`。** | ||
|
||
## 功能 | ||
|
||
- **无忧旋律修复**:移除在装备非正常途径获得的无忧旋律时错误生成的格林之子。效果是永久的。 | ||
- **快速梦门传送**:当在神居 Boss 战房间中时,移除梦之门传送充能时间。这将总传送时间从 2.25 秒减少到 0.25 秒。 | ||
- **快速超级冲刺**:提升在诸神堂中的超级冲刺速度。 | ||
- **帧率限制**:在游戏内的每帧添加卡顿。 | ||
|
||
## 配置 | ||
|
||
- `carefreeMelodyFix` (`Boolean`):是否启用 `无忧旋律修复` 功能。默认为 `true`。 | ||
- `fastDreamWarp` (`Boolean`):是否启用 `快速梦门传送` 功能。默认为 `true`。 | ||
- `fastSuperDash` (`Boolean`):是否启用 `快速超级冲刺` 功能。默认为 `true`。 | ||
- `fastSuperDashSpeedMultiplier` (`Float`):快速超冲速度倍率。范围从 `1` 到 `2`,默认为 `1.5`。 | ||
- `frameRateLimit` (`Boolean`):是否启用 `帧率限制` 功能。默认为 `false`。 | ||
- `frameRateLimitMultiplier` (`Integer`):帧率限制卡顿时间倍率。最终卡顿时间是 10ms 乘以这个值。注意将其设置为 `0` 并不意味着零卡顿。范围从 `0` 到 `10`,默认为 `5`。 | ||
|
||
## 贡献 | ||
|
||
1. 克隆存储库 | ||
2. 将环境变量 `HollowKnightRefs` 设置为游戏文件中的 `Managed` 文件夹 |