
Hollow Knight: Silksong
You are viewing a potentially older version of this package. View Latest Version

https://github.com/xieedechunniunai/AnySilkBoss
A BepInEx mod for Silksong that enhances SilkBoss behaviors and adds a Memory Mode.
This is the key feature of this mod!
| Step | Action |
|---|---|
| 1 | Use a Act 3 save file |
| 2 | Enter the Cradle_03_Destroyed room |
| 3 | Hold Elegy of the Deep (Down + Needolin) for 3 seconds |
| 4 | You will be transported to the Memory Mode boss fight |
Controls: ↓ + Needolin (Hold for 3 seconds)
AnySilkBoss.zipSilksong/BepInEx/plugins/ directoryFor full license details, see LICENSE.md
一个用于 Silksong(空洞骑士:丝之歌)的 BepInEx MOD,提供 SilkBoss 行为增强与记忆模式。
这是本 MOD 的重要玩法!
| 步骤 | 操作 |
|---|---|
| 1 | 使用第三幕的存档 |
| 2 | 进入 Cradle_03_Destroyed 房间 |
| 3 | 按住深渊挽歌(↓ + 弹琴)持续 3 秒 |
| 4 | 即可传送至记忆模式 Boss 战 |
操作方式:↓ + 弹琴(持续按住 3 秒)
AnySilkBoss.zipSilksong/BepInEx/plugins/ 目录完整许可证详见 LICENSE.md
SilksongPath.props file / 创建 SilksongPath.props 文件:<Project>
<PropertyGroup>
<SilksongFolder>Your game installation path / 你的游戏安装路径</SilksongFolder>
</PropertyGroup>
</Project>
dotnet buildSource/
├── Actions/ # Custom PlayMaker Actions / 自定义 PlayMaker Actions
├── Behaviours/ # Boss behavior logic / Boss 行为逻辑
│ ├── Common/ # Common behaviors / 通用行为
│ ├── Memory/ # Memory mode behaviors / 记忆模式行为
│ └── Normal/ # Normal mode behaviors / 普通模式行为
├── Handlers/ # Event handlers / 事件处理器
├── Managers/ # Various managers / 各类管理器
├── Patches/ # Harmony patches / Harmony 补丁
└── Tools/ # Utilities (FSM analyzer, state builder, etc.) / 工具类