|
|
转自n网:https://www.nexusmods.com/hollowknightsilksong/mods/42
Quick save and load a position (teleport to waypoint).
快速保存并加载位置(传送到航路点)。
Save a waypoint pressing F6.
按 F6 保存航点。
Load it pressing F7. 按 F7 加载它。
Examples: 例子:
- You can now save the game, press F6, and when you load the game again (you are now sitting on a bench) press F7 to teleport yourself to the last position.
- 您现在可以保存游戏,按 F6,然后再次加载游戏时(您现在坐在长凳上),按 F7 将自己传送到最后一个位置。
- Save in front of a boss so if you die you don't have to walk the way back.
- 在老板面前保存,这样如果你死了,你就不必走回去的路。
- Train sections - 火车路段
- Etc... -等。。。
*Be aware that this does not save any state of the game. Some behaviors will break in some way the game:
*请注意,这不会保存游戏的任何状态。有些行为会以某种方式破坏游戏:
- You are sitting on a bench and press F7 -> You float because when you are sitting your character does not apply the same physics as usual.
- 你坐在长凳上,按 F7 ->你漂浮,因为当你坐着时,你的角色不会像往常一样应用相同的物理。
- Save in the middle of a boss fight -> This may lead to undefined behavior, because the fight would not have started when you teleport back
- 在 Boss 战中保存 ->这可能会导致未定义的行为,因为当你传送回来时战斗不会开始
- Etc... -等。。。
So, use this on your own responsability.
因此,请自行负责使用它。
Installation: 安装:
- Install BepInEx: https://github.com/BepInEx/BepInEx/releases
- 安装 BepInEx:https://github.com/BepInEx/BepInEx/releases
- Download the mod and unzip the content into the game's root folder (where the .exe is)
- 下载模组并将内容解压缩到游戏的根文件夹(.exe 所在的位置)
- If you have doubts, check out the installation guide video
- 如果您有疑问,请查看安装指南视频
Configuration 配置
After opening the game at least one time, a configuration file is generated in `<GameFolder>/BepInEx/config`:
打开游戏至少一次后,在“<GameFolder>/BepInEx/config”中生成一个配置文件:
- QuickWarp.cfg - 快速扭曲.cfg
saveWarpKey = <Key1>
loadWarpKey = <Key2>
By default, we use F6/F7. But you can set whatever unity keycode you want (check the name in the link)
默认情况下,我们使用 F6/F7。但是您可以设置任何您想要的 Unity 密钥代码(检查链接中的名称)
Source code 源代码
The source code is completely open and free to use.
源代码是完全开放的,可以免费使用。
https://github.com/luisep92/QuickWarp
[backcolor=rgba(255, 255, 255, 0.1)][1.1.1]
Refactor source code 重构源代码
Full Changelog: https://github.com/luisep92/Quic ... 0...QuickWarp_1.1.1
完整更新日志:https://github.com/luisep92/Quic ... 0...QuickWarp_1.1.1
|
评分
-
1
查看全部评分
-
|