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
*bopl doesn't have an official linux port but by replacing the runner/the facepunch steamworks and steam_api libs(?, might not even be required technically) for linux versions, it runs perfectly.
This bug should also reproduce in the demo so you shouldn't need to buy the full game to reproduce it yourself.
due to SDL_JoystickGetHardwarePath() not being hooked properly, a custom SDL function in certain versions of unity (bopl uses unity v2019.4.40f1), bopl battle (and probably some other unity games but i don't know of any other examples) crashes if there are any controllers in libTAS. launching the game with no controllers and just using the keyboard and mouse works perfectly.
this isn't related to the bug but I would like to quickly mention it. bopl only allows one keyboard player in local games and all other players must be using controllers, so I do actually need to have controllers working in order to TAS the superplay i want to make.
The text was updated successfully, but these errors were encountered:
*bopl doesn't have an official linux port but by replacing the runner/the facepunch steamworks and steam_api libs(?, might not even be required technically) for linux versions, it runs perfectly.
This bug should also reproduce in the demo so you shouldn't need to buy the full game to reproduce it yourself.
due to SDL_JoystickGetHardwarePath() not being hooked properly, a custom SDL function in certain versions of unity (bopl uses unity v2019.4.40f1), bopl battle (and probably some other unity games but i don't know of any other examples) crashes if there are any controllers in libTAS. launching the game with no controllers and just using the keyboard and mouse works perfectly.
see https://discord.com/channels/726811446498820198/726814175468191815/1313360131286892574
this isn't related to the bug but I would like to quickly mention it. bopl only allows one keyboard player in local games and all other players must be using controllers, so I do actually need to have controllers working in order to TAS the superplay i want to make.
The text was updated successfully, but these errors were encountered: