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=17548755183Alternatively, 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
),给权限:
chmod +x run_bepinex.sh libdoorstop.dylibsudo xattr -r -d com.apple.quarantine libdoorstop.dylib
然后在Steam设置丝之歌启动项,将下面命令的目录设定为上文的$GamePath
:
- intel版本:
"/Users/cr/Library/Application Support/Steam/steamapps/common/Hollow Knight Silksong/run_bepinex.sh" %command%
- arm版本:
/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/