VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
531 stars 50 forks source link

New Minigames and Minigame Improvements #76

Closed EnderInvader closed 1 year ago

EnderInvader commented 1 year ago

https://github.com/VedalAI/neuro-amongus/issues/32 Align Telescope (Polus)

Cursor is moved directly to the target without searching. (map stays the same every time) Some variation is added to the target position and speed to add a bit of 'human'. (will not fail minigame even at max variation)

EnderInvader commented 1 year ago

https://github.com/VedalAI/neuro-amongus/issues/32 Radio Frequency (Skeld, Polus, Airship)

Left side is no longer assumed, dial is moved towards the correct side immediately.

EnderInvader commented 1 year ago

https://github.com/VedalAI/neuro-amongus/issues/32 Unlock Safe (Airship)

EnderInvader commented 1 year ago

Overhauled UploadDataAirshipSolver (https://github.com/VedalAI/neuro-amongus/pull/76/commits/efcd6a59f3516c5945836cf10341a36c2154115c) @Alexejhero The phone is swept in a circle until the perfect signal collider is reached.

Needs some additional checks to make it smarter, but the basic search pattern is there. ie: detecting when it leaves a poor signal zone so it can reverse direction

EnderInvader commented 1 year ago

Updated UploadDataAirshipSolver (https://github.com/VedalAI/neuro-amongus/pull/76/commits/1be802518e1946c03cd36675b45b9688e00623d8) Search pattern will bounce back if the edge of the signal was detected.