Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
HKS NoClip
Very simple mod press b key toggle noclip, Compatible with controller.
| Date uploaded | 9 months ago |
| Version | 0.2.21 |
| Download link | ykysnk-HKS_NoClip-0.2.21.zip |
| Downloads | 1331 |
| Dependency string | ykysnk-HKS_NoClip-0.2.21 |
This mod requires the following mods to function
BepInEx-BepInExPack_Silksong
BepInEx modloader. Preconfigured and ready to use.
Preferred version: 5.4.2304README
Hollow Knight: Silksong NoClip
Very simple mod press b key toggle noclip
Compatible with controller
![]()
Controls
- Toggle noclip by pressing
bkey by default. - Move in any direction by pressing arrow keys.
- Pressing the dash key speedup.
- Quickly toggle noclip by holding jump key and up arrow key in 2 seconds, then turn off noclip by holding jump key in 2
seconds. you need
QuickToggleNoClipconfig to be enabled.
Installation
- Download BepInEx and install.
- Download BepinEx-Utils.
- Extract all the .dll file to
game folder/BepInEx/plugins - Launch game
Configuration
The mod configuration file name is io.github.ykysnk.HKS-NoClip.cfg inside game folder/BepInEx/config,
If you are not using any mod manager, you can manually change the value, also if you
installed BepinEx Configuration Manager, you can change any
values in game instead.
NoClipToggleKey- Type:
Keybind - Default:
B - Description:
- The key to toggle noclip in the game.
- Type:
TurnOffCol2d- Type:
Boolean - Default:
false - Description:
- Turn off player collider when noclip is on. (If collider is on may cause some issues).
- Type:
Invincible- Type:
Boolean - Default:
false - Description:
- Make the player invincible when noclip is on.
- Type:
QuickToggleNoClip- Type:
Boolean - Default:
true - Description:
- Quickly toggle noclip by keep holding jump key and up arrow key.
- Type:
Speed- Type:
Float - Default:
30 - Description:
- The speed of the player in noclip.
- Type:
QuickToggleNoClipWaitTime- Type:
Float - Default:
2 - Description:
- The holding time needs to quickly toggle noclip.
- Type:
CHANGELOG
Changelog
0.2.23 - 2025-10-19
🐛 Bug Fixes
- Update
BepInDependencyto v1.0.0 - (ccb8739)
Action
- Update version in
Main.csand updateCHANGELOG.md- (55755ba)
0.2.22 - 2025-10-19
🐛 Bug Fixes
- Update
BepInExUtils.dllfile - (9a609f4) - Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (a7394cb) - Update
BepInExUtils.Generator.dllfile - (8eb336d)
Action
- Update version in
Main.csand updateCHANGELOG.md- (4c4b31f)
0.2.21 - 2025-10-15
🐛 Bug Fixes
- Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (775c6b3) - Update
BepInDependencyto v0.9.0 and refactorPostAwaketoInitmethod - (2fd3423) - Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (160d372) - Update
BepInExUtils.Generator.dllfile - (a6b0e5e) - Update
BepInExUtils.dllfile - (ba45026)
Action
- Update version in
Main.csand updateCHANGELOG.md- (e4fc1be)
0.2.20 - 2025-10-15
🐛 Bug Fixes
- Add
BepInDependencyforBepInExUtils- (1cfb79a) - Update multiple
.dllfiles - (93013e7) - Update
BepInExUtils.dllfile - (8392218) - Update
BepInExUtils.dllfile - (1ea1c43)
Action
- Update version in
Main.csand updateCHANGELOG.md- (ec59f59)
0.2.19 - 2025-10-15
🐛 Bug Fixes
- Correct namespace and remove redundant comments in
HeroControllerPatches.cs- (1e280ab) - Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (b700bb0)
Action
- Update version in
Main.csand updateCHANGELOG.md- (ebff147)
0.2.18 - 2025-10-11
🐛 Bug Fixes
- (Workflow) Add
git pullstep to release workflow - (ca3b8ba) - Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (dd6a94c)
Action
- Update version in
Main.csand updateCHANGELOG.md- (d57032a)
0.2.17 - 2025-10-10
🐛 Bug Fixes
- Update
.dllfiles - (00c3fd4)
Action
- Update version in
Main.csand updateCHANGELOG.md- (ae61d9b)
0.2.16 - 2025-10-09
🐛 Bug Fixes
- Upgrade
BepInEx-BepInExPack_Silksongdependency and update.dllfiles - (c274dee) - Update
Utils.csandBepInExUtils.Generator.dll- (31f7ec2) - Update
BepInExUtils.dllfile - (cd72e45)
Action
- Update version in
Main.csand updateCHANGELOG.md- (4ecd7b9)
0.2.15 - 2025-10-09
🐛 Bug Fixes
- Update
BepInExUtils.Generator.dllfile to fix version issue - (54c1827)
Action
- Update version in
Main.csand updateCHANGELOG.md- (f2dec0d)
0.2.14 - 2025-10-08
🐛 Bug Fixes
- (Workflow) Update workflows, add publishing to Thunderstore, and enhance version handling - (39afdfc)
Action
- Update version in
Main.csand updateCHANGELOG.md- (32d143c)
0.2.13 - 2025-10-07
🐛 Bug Fixes
- Update
BepInExUtils.dllandBepInExUtils.Generator.dllfiles - (e5468e9)
Action
- Update version in
Main.csand updateCHANGELOG.md- (05fb678)
0.2.12 - 2025-10-07
🐛 Bug Fixes
- Refactor
HeroControllerEXtoHeroControllerExtensionsand update.dllfiles - (60b6b79)
Action
- Update version in
Main.csand updateCHANGELOG.md- (6203eb0)
0.2.11 - 2025-10-06
🐛 Bug Fixes
- Refactor
HeroControllerEXextensions and update.dllfiles - (8830845)
Action
- Update version in
Main.csand updateCHANGELOG.md- (41d1a08)
0.2.10 - 2025-10-06
🐛 Bug Fixes
- (Workflow) Replace changelog generation and update dependencies - (1570c1d)
Action
- Update version in
Main.csand updateCHANGELOG.md- (29efc00)
0.2.9 - 2025-10-05
🐛 Bug Fixes
- Clean code - (a04a1d3)
Action
- Update version in
Main.csand updateCHANGELOG.md- (6091885)
0.2.8 - 2025-10-05
🐛 Bug Fixes
- Upgrade
BepInExUtils.Generator.dllto fix config key - (ea7727d)
Action
- Update version in
Main.csand updateCHANGELOG.md- (d0f78e6)
0.2.7 - 2025-10-05
🐛 Bug Fixes
- Add save data fix for upgrades from old versions - (cc463ce)
Action
- Update version in
Main.csand updateCHANGELOG.md- (eb57fe9)
0.2.6 - 2025-10-05
🐛 Bug Fixes
- (CHANGELOG) Update titles from h3 to h2 format - (a119ca4)
Action
- Update version in
Main.csand updateCHANGELOG.md- (cf44576)
0.2.5 - 2025-10-05
🐛 Bug Fixes
- (Workflow) Correct commit message to reference
Main.csinstead ofUtils.cs- (c98e226)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (25ae805)
0.2.4 - 2025-10-05
🐛 Bug Fixes
Action
- Update version in
Utils.csand updateCHANGELOG.md- (df04a3d)
0.2.3 - 2025-10-05
🐛 Bug Fixes
- Upgrade .dll files - (49a9368)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (790f4ae)
0.2.2 - 2025-10-05
🐛 Bug Fixes
- Using generated code - (0851bfa)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (fef3303)
0.2.1 - 2025-10-04
🐛 Bug Fixes
- Upgrade config descriptions - (cd3409b)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (77cefc2)
0.2.0 - 2025-10-04
⛰️ Features
- Add quick toggle noclip function - (f2175cf)
🐛 Bug Fixes
- Clean code - (8797372)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (24dfee1)
0.1.1 - 2025-10-03
🐛 Bug Fixes
- (Dll) Upgrade game .dll - (6c6b8a4)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (48475ff)
0.1.0 - 2025-10-03
⛰️ Features
- No clip now can be easy move in any direction, Add lot of configs. - (59e6809)
Action
- Update version in
Utils.csand updateCHANGELOG.md- (66b569e)
New Contributors ❤️
- @github-actions[bot] made their first contribution
[0.0.1] - 2025-09-25
New Contributors ❤️
- @T2PeNBiX99wcoxKv3A4g made their first contribution