Open NotMrFlibble opened 8 years ago
Possible installation method (Steam):
…./Starbound/<OSDir>
(replace <OSDir>
with linux
, osx
, win32
or win64
depending on what you're using).…/Starbound/linux/starbound
or …/Starbound/linux/run-client.sh
; the latter will ensure that current directory and environment are set up correctly).MultiBound/bin/Debug/MultiBound.exe
) into the same directory../MultiBound.exe
or mono MultiBound.exe
(whichever works).Actually, it's set up so you can have your MultiBound installation just anywhere as long as you point it to the right executable path.
To compile Multibound on Debian, Ubuntu and similar operating systems, you will need:
To compile it,
xbuild MultiBound.sln
. Compilation will fail in the presence of libglib2.0-cil-dev.To run it, edit ExampleRoot/multibound.config to point at “…/SteamApps/common/Starbound/linux/starbound” (adjust path as needed) then
If that causes an
exec format error
(e.g. your kernel isn't built with binfmt_misc support), you'll needmono ./MultiBound/bin/Debug/MultiBound.exe
instead.