Run Space Engineers with Plugin Loader on Linux - New Method
Adapted from @GangolfOvaert's comment.
- Download the latest Space Engineers Launcher into the
Bin64folder of the game - Set Space Engineers launch options in Steam to
bash -c 'exec "${@/%SpaceEngineers.exe/SpaceEngineersLauncher.exe}"' -- %command%(arguments can be added after%command%) - Launch Space Engineers from Steam
This method does not use SpaceEngineersLauncher.py, so downloading it is not required.
to add on to this. I've updated my automatic install script. It doesn't catch a situation where multiple SE installs are done (e.g. flatpak and native)
it can be found here: https://github.com/geraveoyomama/SE-Scripts/blob/main/plugin-installer.sh
If opekope2 wants to take over or take this script into this gist I am all for it.