You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
First of all, Thank you for your contribution.
Your code is working well on my local before update patch today (2024.6.18).
Noticed Issues:
I can see some error in BepInEx
[Error :Il2CppInterop] During invoking native->managed trampoline
Exception: System.MissingMethodException: Method not found: 'PlayerInfo PlayerControl.get_Data()'.
at AmongUsAI.Plugin.Chat_Pipe_Patch.Prefix(ChatController __instance, PlayerControl sourcePlayer, String chatText)
at DMDChatController::AddChat(ChatController this, PlayerControl sourcePlayer, String chatText, Boolean censor)
at (il2cpp -> managed) AddChat(IntPtr , IntPtr , IntPtr , Byte , Il2CppMethodInfo* )
Cannot detect dead player data from game
isInGame() always return False
Bot cannot walk. I think some problem with joystick
First of all, Thank you for your contribution.
Your code is working well on my local before update patch today (2024.6.18).
Noticed Issues:
[Error :Il2CppInterop] During invoking native->managed trampoline
Exception: System.MissingMethodException: Method not found: 'PlayerInfo PlayerControl.get_Data()'.
at AmongUsAI.Plugin.Chat_Pipe_Patch.Prefix(ChatController __instance, PlayerControl sourcePlayer, String chatText)
at DMDChatController::AddChat(ChatController this, PlayerControl sourcePlayer, String chatText, Boolean censor)
at (il2cpp -> managed) AddChat(IntPtr , IntPtr , IntPtr , Byte , Il2CppMethodInfo* )