3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 211|回复: 10
打印 上一主题 下一主题

[MOD] 移动速度

[复制链接]

2284

主题

3418

帖子

14万

积分

游戏终结者

Rank: 14Rank: 14Rank: 14Rank: 14

贡献度
21648
金元
616390
积分
148231
精华
0
注册时间
2006-12-25
跳转到指定楼层
主题
发表于 2025-9-17 15:01 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
转自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

查看全部评分

回复

使用道具 举报

19

主题

2万

帖子

3万

积分

游戏天王

Rank: 11Rank: 11Rank: 11Rank: 11

贡献度
466
金元
283660
积分
30230
精华
0
注册时间
2018-10-5

元气女仆(永久)量子Doro3DM小黄鸡

舒服的沙发
发表于 2025-9-17 16:28 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

5

主题

1908

帖子

2151

积分

游戏达人

Rank: 7Rank: 7Rank: 7

贡献度
2
金元
21427
积分
2151
精华
0
注册时间
2012-7-13
硬硬的板凳
发表于 2025-9-17 18:36 | 只看该作者
wwwwwwwwwwwwwwwwwwwww
回复 支持 反对

使用道具 举报

17

主题

526

帖子

644

积分

超级玩家

Rank: 5Rank: 5

贡献度
1
金元
6397
积分
644
精华
0
注册时间
2011-7-9
冰凉的地板
发表于 2025-9-18 10:07 | 只看该作者
666666666666666666
回复 支持 反对

使用道具 举报

0

主题

321

帖子

408

积分

高级玩家

Rank: 4

贡献度
0
金元
4080
积分
408
精华
0
注册时间
2009-5-24
5#
发表于 2025-9-18 20:33 | 只看该作者
谢谢分享
回复 支持 反对

使用道具 举报

0

主题

1285

帖子

1414

积分

游戏狂人

Rank: 6Rank: 6

贡献度
0
金元
14144
积分
1414
精华
0
注册时间
2013-2-4
6#
发表于 2025-9-21 16:35 | 只看该作者
666666666666666666
回复 支持 反对

使用道具 举报

0

主题

1068

帖子

1349

积分

游戏狂人

Rank: 6Rank: 6

贡献度
0
金元
13488
积分
1349
精华
0
注册时间
2017-5-27
7#
发表于 2025-9-25 13:31 | 只看该作者
感谢分享
回复 支持 反对

使用道具 举报

0

主题

121

帖子

228

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2281
积分
228
精华
0
注册时间
2009-7-21
8#
发表于 2025-10-7 23:06 | 只看该作者
6666666666666
回复 支持 反对

使用道具 举报

22

主题

754

帖子

725

积分

超级玩家

Rank: 5Rank: 5

贡献度
1
金元
7209
积分
725
精华
0
注册时间
2020-1-8
9#
发表于 2025-10-8 22:28 | 只看该作者
sssssssssssssssssss
回复 支持 反对

使用道具 举报

0

主题

91

帖子

108

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
1075
积分
108
精华
0
注册时间
2019-7-3
10#
发表于 2025-10-18 04:59 | 只看该作者
666666666666666666666666666
回复 支持 反对

使用道具 举报

0

主题

145

帖子

240

积分

中级玩家

Rank: 3Rank: 3

贡献度
0
金元
2400
积分
240
精华
0
注册时间
2010-1-25
11#
发表于 2026-1-16 09:44 | 只看该作者
谢谢分享!谢谢!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-3-14 00:54 , Processed in 0.030914 second(s), 20 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表