Keeps your installed Bonelab mods synced with your subscribed mod.io mods.
You can see this project's backlog here.
[!NOTE] You may be prevented from launching the program by a popup warning you that the program is not safe. It is, and if you don't believe me you can check the code yourself. To launch the program anyway, click "More info" then "Run anyway".
Go to the latest release on GitHub and download bonelab_mod_manager.exe
. That's it, you can put that exectuable wherever you like.
[!NOTE] Unfortunately, I am not part of Apple's developer program so I am unable to sign the mod manager macOS app package. This means that when you first attempt to launch the app, macOS will stop you saying that the developer cannot be verified and that the application may contain malware. To circumvent this, you can right click the app in your Dock, click Options then Show in Finder, right click the app in finder, click Open, then in the popup click Open again. From there on you should not be prevented from launching the app normally again.
Homebrew is a package manager for macOS. Since Bonelab Mod Manager is not available on the App Store and it does contain a self-updater, this is the recommended installation method if you want easy updates.
Once Homebrew is installed, which can be done from the hyperlink above, to install Bonelab Mod Manager you simply need to enter the following into your terminal:
brew install valentinegb/tap/bonelab-mod-manager
To update later on, enter this command:
brew upgrade bonelab-mod-manager
Go to the latest release on GitHub and download bonelab_mod_manager.dmg
. When the disk image has downloaded, open it and drag the Bonelab Mod Manager app into the Applications alias. You will have to repeat this process to update.
Go to the latest release on GitHub and download bonelab_mod_manager.tar.gz
. When the archive has downloaded, extract it. You can put the contained executable wherever you like.
There are some steps that you must take once the first time that you launch the program.
Bonelab Mod Manager uses keychain/keyring to securely store your mod.io token. This ensures that no program can access your token without explicity asking user permission, this includes Bonelab Mod Manager.
After these steps, you can use Bonelab Mod Manager like normal.
PC mods are installed directly into a PC Bonelab installation, but Quest mods must be manually put onto your headset. Quest mods are installed in a directory dependent on your OS.
macOS: ~/Library/Application Support/com.valentinegb.bonelab_mod_manager/Mods
Linux: ~/var/lib/bonelab_mod_manager/Mods
Windows: %AppData%/bonelab_mod_manager/Mods
I know, it isn't ideal having to move the mods from this folder to your headset, but it's on the roadmap for the mod manager to do that for you, it will in the future!
By default, Bonelab Mod Manager will install 4 mods at a time. This is configurable however since hardware can differ drastically. To change the maximum number of concurrent downloads, set the BMM_CONCURRENT_DOWNLOADS
environment variable.