Skip to content

Bug Report: [Modding] onNoteHoldDrop doesn't mute miss sounds when dropped #5128

@Starexify

Description

@Starexify

Issue Checklist

  • I have read the Contributing Guide
  • I have checked the Issues/Discussions pages to see if my issue has already been reported
  • I have properly titled my issue

Platform

Itch.io (Downloadable Build) - Windows

Version

0.6.4

Description (include any images, videos, errors, or crash logs)

When using something like this in a script:

override function onNoteHoldDrop(event:HoldNoteScriptEvent) {
    event.playSound = false;
}

It doesn't seem to stop the miss sound from playing when dropping the hold note... Tho it should

Steps to Reproduce

  1. Try to make a Module with that event to mute miss sounds on hold note drop
  2. You can still hear the miss sound

Metadata

Metadata

Assignees

Labels

status: resolvedIssue has been fixed or suggestion has been implemented in a public release.topic: modsRelated to the creation or use of mods.type: minor bugInvolves a minor bug or issue.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions