Heck icon indicating copy to clipboard operation
Heck copied to clipboard

Feature Request: Adjust Swing Tolerance and Hitboxes using Noodle Extensions

Open CodeSoftGit opened this issue 4 months ago • 1 comments

Feature Request: Adjust Swing Tolerance and Hitboxes using Noodle Extensions

Summary

Add support for per-note customization of cut direction tolerance and hitbox sizes to enable more granular mapping control and improve challenge mapping.

Proposed Implementation

Add these JSON properties to note objects:

{
  "cutDirectionTolerance": 15.0,    // Degrees from intended cut direction allowed (default: game's current value) (lock to a 0-360 range so -180 becomes 180, etc)
  "badCutHitboxSize": 0.8,          // Size in units for bad cut hitbox size
  "goodCutHitboxSize": 1.2          // Size in units for good cut hitbox
}

Use Cases

  • Challenge Maps: Allow for more difficult challenge maps
  • Creative Mapping: Fine-tune specific sections or patterns for better flow

CodeSoftGit avatar Aug 19 '25 00:08 CodeSoftGit