AmongUS Total Task Bar Update At Meetings
Well, that tries to solve the issue with people checking Task Bar to see who is crewmate by only showing the "TOTAL TASKS COMPLETED" on Meetings.
It intercepts the calls to PlayerControl.CompleteTask(), queue the requests, and call them when the MeetingHud.Awake() is called. There is a thread running in the background that will empty the queue while processing the requests properly.
So, I watch tons of hours of Among US streamers, especially 5up and hafu. After seeing them claiming that Task Bar was something that ruined some of their games, and hearing the suggestion from 5up about possible solutions, I thought I could create something to help them.
I provided a DLL pre-built to be used and to inject I would recommend this, which is quite simple to use. But of course, you can always build it yourself and/or inject it by yourself as well.
You may need the Visual Studio C++ 2019 Redistributable, so here they are x86 and x64.