VedalAI / neuro-amongus

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

Door functionality + Misc improvements #24

Closed ScrubN closed 1 year ago

ScrubN commented 1 year ago

This PR address some (but not all) issues regarding #6

Some miscellaneous improvements including fixing an NRE on Mira and adding functionality to open locked breaker doors, locked swipe doors, and Mira decontam doors. At the moment it will always attempt to open a door whenever possible but hopefully this can be tuned in the future.

Also I am currently patching into the onscreen use button to detect when a door can be opened, however it may be more desirable to instead integrate it into MovementHandler.GetForcedMoveDirection().

If anyone has any suggestions please leave a review!

Vedal987 commented 1 year ago

This looks great! Thanks.