You are viewing a potentially older version of this package. View all versions.
jadedbay-NeedleArts-0.3.0 icon

NeedleArts

Adds the ability to equip multiple Needle Strikes from any crest.

Date uploaded 6 months ago
Version 0.3.0
Download link jadedbay-NeedleArts-0.3.0.zip
Downloads 1442
Dependency string jadedbay-NeedleArts-0.3.0

This mod requires the following mods to function

BepInEx-BepInExPack_Silksong-5.4.2304 icon
BepInEx-BepInExPack_Silksong

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2304
silksong_modding-I18N-1.0.2 icon
silksong_modding-I18N

A Hollow Knight: Silksong mod that automatically loads localized text for other mods.

Preferred version: 1.0.2
silksong_modding-FsmUtil-0.3.4 icon
silksong_modding-FsmUtil

A library for mods to easily make changes to PlayMakerFSMs.

Preferred version: 0.3.4
Voidlings-Needleforge-0.8.0 icon
Voidlings-Needleforge

API for adding Crests and Tools

Preferred version: 0.8.0

README

NeedleArts

A Hollow Knight: Silksong mod, adds the ability to equip multiple Needle Strikes from any crest.

Thunderstore: https://thunderstore.io/c/hollow-knight-silksong/p/jadedbay/NeedleArts/

GitHub: https://github.com/jadedbay/NeedleArts

Features

  • Adds a new tool type NeedleArt(orange) and adds 3 slots to the Vesticrest.

  • Adds a new NeedleArt tool for each crest, equipping tool associated with crest will use that crest's Needle Strike when directional input matches.

Config

  • UnlockNeedleArts: Instantly unlocks Needle Strike and all Needle Arts.

Installation

Install via a Thunderstore Mod Manager or install manually by:

  1. Install the latest version of BepInEx
  2. Download all dependencies and follow their installation instructions.
  3. Download the .zip file from either Thunderstore or GitHub.
  4. Extract the .zip file to your BepInEx/plugins folder.

Bug Reporting

If you find any bugs with the mod or compatibility issues with other mods. Feel free to report them on GitHub or send a message in the Hollow Knight Modding discord.

TODO

  • Add custom Needle Arts
  • Update icons

CHANGELOG

Changelog

v0.3.1

  • Fix compatibility issue with other Needleforge mods not being able to add custom tools

v0.3.0

  • Added directional NeedleArt slots to Vesticrest (can equip up to 3 needle arts)
  • Removed previous unlocking logic (now uses the SimpleUnlock logic)

Dev Comments:

My original plan for this mod was to make it an addition that integrated into the normal progression of the game such as unlocking arts overtime, and eventually a custom crest focused around NeedleArts. I have decided to remove the unlocking system as it forced me to do some weird auto equips, that wasn't very intuitive to use. To make a fully custom crest is a decent amount of work, and I've realised I would never get it to polished state I would be happy with any time soon, so for now I will just let any crest use all 3 NeedleArt slots.

v0.2.1

  • Fixed unlocking yellow Vesticrest slot automatically
  • Fixed cursed slot icon position
  • Removed old autoequip logic

v0.2.0

  • Moved NeedleArt slot to a Vesticrest slot (you don't need the Vesticrest to see the slot)

v0.1.4

  • Fixed bug where navigating crest slots with a selected tool would crash the game
  • NeedleArt tools no longer count towards completion percentage

v0.1.3

  • Fixed ShamanArt recoil not working

v0.1.2

  • Fixed WitchArt chain not working
  • Internal refactor to support crests with multiple NeedleArt slots

v0.1.1

  • Added config option for alternative NeedleArt unlock method (SimpleUnlock)

v0.1.0

  • Initial Release