FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.97k stars 2.29k forks source link

BUG REPORT: Health for BotPlay is incorrectly displayed and you can die. #2846

Closed JVNpixels closed 1 month ago

JVNpixels commented 4 months ago

Describe the bug

When you are playtesting a chart with BotPlay on, it sets your health to 100%, but you can still die, miss notes, and lose health.

A possible fix

Force enable Practice Mode and it should work.

To Reproduce

  1. Go to the Chart Editor
  2. Load any song
  3. Go to the Window tab
  4. Open the PlayTest Properties window
  5. Enable Bot play mode
  6. Playtest the chart, and you should see the bug.

    Expected behavior

    The health is suppose to match the actual health, you can lose health, be near death, or die while the bar stays at 100%

Screenshots/Video

screenshot-2024-06-17-14-54-42 screenshot-2024-06-17-14-54-38 screenshot-2024-06-17-14-54-33

Desktop

Additional context

This may seem like a duplicate, but no one has written about this yet.

Hundrec commented 4 months ago

The issue OP is referencing: https://github.com/FunkinCrew/Funkin/issues/2358

Botplay mode is coded to always display max health, so I feel like this is intentional. Dying on Botplay mode might be unintentional though.

Hundrec commented 1 month ago

You can no longer miss in Botplay mode, so this is resolved!