Overcooked2Fix icon indicating copy to clipboard operation
Overcooked2Fix copied to clipboard

Should this work on Linux?

Open minosimo opened this issue 3 years ago • 3 comments

Thank you for making this fix. I tried it on Fedora 36 but Overcooked2Fix.cfg does not get generated. I see BepInEx is compatible with Unity mono but not IL2CPP, however I don't know how to see which the game is.

Thanks!

minosimo avatar Jul 28 '22 19:07 minosimo

So assuming your going with the native Linux version and of Overcooked 2 and assuming that version is using IL2CPP, then no I don't think BepInEx will work with a native Linux Unity game that uses IL2CPP.

You can however force Wine to load winhttp.dll on the Windows version to get BepInEx working. You can add WINEDLLOVERRIDES="winhttp=n,b" %command% to the launch options for whatever launcher you are using.

If you want to find out if it's using IL2CPP or Mono then there should be a file called "GameAssembly" in the game's main directory if it is using IL2CPP.

Lyall avatar Jul 28 '22 19:07 Lyall

works on steam deck, thanks

ASmyrnyi avatar Jan 15 '23 16:01 ASmyrnyi

work on Ubuntu proton version with WINEDLLOVERRIDES="winhttp=n,b" %command%

voltwatt avatar Sep 26 '24 16:09 voltwatt