

This is a package that contains assemblies with the same identities as both versions of Facepunch.Steamworks, forwarding all the types from the opposite version
This allows developers to build against their own version of Facepunch.Steamworks, and users on the opposite platform to use that mod without any changes
This package allows mods that use Facepunch.Steamworks to work on all platforms without extra effort by the developer
libs/ to your game's directory. Right next to Muck.exe/Muck.x86_64 and Muck_Data. Not inside any other folderFacepunch.Steamworks.Win64.dll and keep Facepunch.Steamworks.Posix.dllFacepunch.Steamworks.Posix.dll and keep Facepunch.Steamworks.Win64.dllTypeLoadExceptions in the output loglibs/ to your dll search pathIn doorstop_config.ini near the bottom, uncomment the line that starts with dllSearchPathOverride

Then, set its value to "libs" to let it load Facepunch.Steamworks from libs/

You're supposed to be able to pass the argument --doorstop-dll-search-override "libs" just before %command% in your steam launch args, but a bug in the launcher script makes it think "libs" is also the game executable
Instead of doing that, in start_game_bepinex.sh find the line that defines DOORSTOP_CORLIB_OVERRIDE_PATH

Then, set its value to "libs" to let it load Facepunch.Steamworks from libs/
