dram55 / MarioMaker2OCR

Capture level information & events from a Mario Maker 2 game feed and display on a locally hosted web app.
96 stars 10 forks source link

Death Counter Doesn't Work On Downloaded Levels #69

Open royaltongue opened 3 years ago

royaltongue commented 3 years ago

Works fine in levels in Course World, but it doesn't work in levels in Course Bot

dram55 commented 3 years ago

In course bot, if it does not show the red X followed by a black screen, then the program will not be triggered

Hey could you send a clip? I'd like to see how a death is presented, to see how to possibly correct this.

royaltongue commented 3 years ago

Yeah, downloaded levels don't show a red X

Here's a clip https://www.twitch.tv/videos/918125577

dram55 commented 3 years ago

Thanks for the clip this was very helpful. No red X is one issue. The other issue is since there is no 'Comment' button the 'start over' button is in a different place on the screen. The program is looking only in a specific portion of the screen. The program should count a start over as a death.

I will experiment with expanding the area that the program looks for the start over button being pressed. The concern would be if I overdo it and trigger a restart event unintentionally when hitting the 'comment' button for example. I will let you know.