223 字
1 分钟
丝之歌mod和辅助网站

mac mod安装教程#

intel版BepInEx下载#

Github下载链接:https://github.com/BepInEx/BepInEx/releases/download/v5.4.23.3/BepInEx_macos_x64_5.4.23.3.zip

arm版BepInEx下载(Github issue 链接 )#

You can build the Apple Silicon version yourself, it’s based on existing pull requests from here https://github.com/Krakazybik/BepInEx/tree/feat/harmony-v-2-15-0. Build commands:

Terminal window
export GITHUB_TOKEN=ghp_xxx
./build.sh --target=Pack --doorstop_run=17548755183

Alternatively, you can use the version I built, at your own risk. BepInEx_macos_arm64_5.4.23.3.zip

下载zip后解压4个文件到Hollow Knight Silksong.app的同目录($GamePath),给权限:

Terminal window
chmod +x run_bepinex.sh libdoorstop.dylib
sudo xattr -r -d com.apple.quarantine libdoorstop.dylib

然后在Steam设置丝之歌启动项,将下面命令的目录设定为上文的$GamePath:

  • intel版本:
Terminal window
"/Users/cr/Library/Application Support/Steam/steamapps/common/Hollow Knight Silksong/run_bepinex.sh" %command%
  • arm版本:
Terminal window
/usr/bin/arch -arm64 /bin/bash "/Users/cr/Library/Application Support/Steam/steamapps/common/Hollow Knight Silksong/run_bepinex.sh" %command%

启动游戏后,BepInEx文件夹下为产生一堆文件,即为初始化成功,然后去网上下载mod,将dll文件放在加到BepInEx/pligins下即可。

辅助网站#

存档分析:https://tureptor.github.io/silksong-save-analyzer/

存档中文分析(面具,灵丝,金属,纪念盒,苔莓):https://rainincat.github.io/

存档编辑(纯json):https://bloodorca.github.io/hollow/ 存档编辑:https://just-addwater.github.io/silksong-saveeditor/

跳蚤分析:https://mikkerlo.github.io/silksong-flea/

丝之歌mod和辅助网站
https://chr0mium.link/posts/macos-install-silksong-mod/
作者
Cr
发布于
2025-09-15
许可协议
CC BY-NC-SA 4.0