|
|
转自n网:https://www.nexusmods.com/hollowknightsilksong/mods/27
Change player movement speed using in-game configurable multipliers.
使用游戏内可配置的乘数更改玩家移动速度。
Description 描述
Change player movement speed using in-game configurable multipliers.
使用游戏内可配置的乘数更改玩家移动速度。
This mod does not make any permanent changes to the game files. It simply modifies the strings in memory for the duration of the game. Removing the mod and restarting the game will revert everything to its default state.
此模组不会对游戏文件进行任何永久更改。它只是在游戏期间修改内存中的字符串。删除模组并重新启动游戏会将所有内容恢复到默认状态。
Changelog 更改日志
See the config options below for a complete list of features and how to use them. If you have ideas or issues see the Source Code and Bug Reporting section at the bottom of the page. Thanks!
请参阅下面的配置选项,了解功能的完整列表以及如何使用它们。 如果您有想法或问题,请参阅页面底部的源代码和错误报告部分。 谢谢!
Installation 安装
- Install BepInEx 安装 BepInEx
- Download and extract this mod.
下载并解压此模组。 - Copy the extracted files to <silksong-home>/BepInEx/plugins folder.
将解压的文件复制到 <silksong-home>/BepInEx/plugins 文件夹。 - Start the game and exit.
开始游戏并退出。 - Change configuration options (see below).
更改配置选项(见下文)。 - Once you have the settings you want, start the game again and enjoy!
完成所需的设置后,重新开始游戏并享受吧!
Config Options 配置选项
Note that all of the options in this mod default to off (false, zero, blank, etc) to enable the user to have as little of a "cheaty" experience as possible.
请注意,此模组中的所有选项都默认为关闭(false、零、空白等),以使用户能够尽可能少地获得“作弊”体验。
For information on how to modify these options, see the Editing the Config File section below.
有关如何修改这些选项的信息,请参阅下面的编辑配置文件部分。
General 常规
- Dash Speed Multiplier - Multiplier for dash speed (1 = default speed [default], Greater than 1 = faster, Less than 1 = slower). * NOTE * - Values higher than ~3 can cause air dashes to result in massive distance changes and unpredictable results.
Dash Speed Multiplier - 冲刺速度的乘数(1 = 默认速度 [默认],大于 1 = 更快,小于 1 = 较慢)。* 注意 * - 高于 ~3 的值会导致空中冲刺导致巨大的距离变化和不可预测的结果。 - Enabled - Set to false to disable this mod.
启用 - 设置为 false 以禁用此模组。 - Log Level - [Advanced] Logging level, one of: 'none' (no logging), 'error' (only errors), 'warn' (errors and warnings), 'info' (normal logging), 'debug' (extra log messages for debugging issues). Not case sensitive [string, default info]. Debug level not recommended unless you're noticing issues with the mod. Changes to this setting require an application restart.
日志级别 - [高级] 日志记录级别,其中之一:“none”(无日志记录)、“error”(仅错误)、“warn”(错误和警告)、“info”(正常日志记录)、“debug”(调试问题的额外日志消息)。不区分大小写 [字符串,默认信息]。除非您注意到模组的问题,否则不建议使用调试级别。更改此设置需要重新启动应用程序。 - Movement Speed Multiplier - Multiplier for player movement speed (1 = default speed [default], Greater than 1 = faster, Less than 1 = slower).
Movement Speed Multiplier - 玩家移动速度的乘数(1 = 默认速度 [默认],大于 1 = 更快,小于 1 = 较慢)。
Hotkeys 热键
- Hotkey - Modifier - Comma-separated list of Unity Keycodes used as the special modifier key (i.e. ctrl,alt,command) one of which is required to be down for hotkeys to work. Set to '' (blank string) to not require a special key (not recommended). See this link for valid Unity KeyCode strings (https://docs.unity3d.com/ScriptReference/KeyCode.html)
热键 - 修饰符 - 用作特殊修饰键(即 ctrl、alt、command)的逗号分隔的 Unity 键码列表,其中一个键需要向下才能使热键工作。设置为 ''(空白字符串)不需要特殊键(不推荐)。有关有效的 Unity KeyCode 字符串 (https://docs.unity3d.com/ScriptReference/KeyCode.html),请参阅此链接 - Hotkey - Toggle Enabled - Comma-separated list of Unity Keycodes, any of which will (when combined with 'modifier' key) enable/disable this mod.
Hotkey - Toggle Enabled - 以逗号分隔的 Unity 密钥代码列表,其中任何一个都将(与“modifier”键结合使用时)启用/禁用此 mod。
Editing the Config File 编辑配置文件
NOTE: If you used the premade BepInEx pack mod or downloaded ConfigurationManager then you can hit F1 to open a dialog to modify options. Note that some options may not take effect without restarting the game.
注意:如果您使用预制的 BepInEx 包模组或下载的 ConfigurationManager,则可以按 F1 打开一个对话框来修改选项。请注意,如果不重新启动游戏,某些选项可能不会生效。
To edit the config file outside of the game:
要在游戏外编辑配置文件:
- Open notepad or your favorite text editor (Windows Key + R then 'notepad').
打开记事本或您最喜欢的文本编辑器(Windows 键 + R,然后“记事本”)。 - File => Open. Navigate to <silksong-home>/BepInEx/config and open devopsdinosaur.silksong.movement_speed.cfg.
文件 => 打开。导航到 <silksong-home>/BepInEx/config 并打开 devopsdinosaur.silksong.movement_speed.cfg。 - Each of the options listed above can be modified according to the description. Lines starting with '#' are just comments. Lines in [] are section headers.
上面列出的每个选项都可以根据描述进行修改。以“#”开头的行只是注释。[] 中的行是节标题。 - After making changes, save the file and restart the game to try out the new settings!
进行更改后,保存文件并重新启动游戏以尝试新设置!
Source Code and Bug Reporting
源代码和错误报告
All of my mods are open source on GitHub here: https://github.com/devopsdinosaur/silksong-mods
我所有的模组都是在 GitHub 上开源的:https://github.com/devopsdinosaur/silksong-mods
Please let me know in the Posts section if you have problems or ideas for new mods/features. Or, even better, you can submit issues directly on the GitHub page here).
如果您对新模组/功能有问题或想法,请在“帖子”部分告诉我。 或者,更好的是,您可以直接在此处的GitHub 页面上提交问题)。
PSA - I don't do Kofi or anything anymore. So if you like my mods then please consider donating to your time or money to a good cause. My personal favorite is Make a Wish.
PSA - 我不再做 Kofi 或任何东西了。 因此,如果您喜欢我的模组,请考虑将您的时间或金钱捐赠给公益事业。 我个人最喜欢的是许愿。
Thanks a ton, and enjoy the mods!!
非常感谢,享受模组!
https://github.com/devopsdinosau ... _speed/changelog.md
|
评分
-
1
查看全部评分
-
|