Skip to content
Lakatrazz edited this page Jul 17, 2024 · 14 revisions

BONELAB: Fusion

Welcome to the BONELAB-Fusion wiki! This page is currently empty, but in the future will contain documentation for creating cosmetics, modules, gamemodes, and more.

Source Code Setup

NOTE: This is not for early access to unreleased versions! Its for contributing to the mod through bug fixes or new features! You are able to build it to play early versions, but expect bugs and/or incorrect setup!

Credits to BoneLib for originally using the environment variable.

  1. Make sure you have a copy of BONELAB with MelonLoader 0.6.4 installed, and ran at least once.

MelonLoader

  1. Make sure you have the latest functional version of BoneLib installed in your Mods folder.

    • When using unreleased Fusion versions, the most recent Thunderstore version of BoneLib may not be suitable.
  2. Set the "BONELAB_DIR" environment variable to your BONELAB directory. You can either set it manually through the Windows control panel or through PowerShell with the command below.

[System.Environment]::SetEnvironmentVariable('BONELAB_DIR', 'C:\Program Files (x86)\Steam\steamapps\common\BONELAB', 'User')

Substitute the path in the command with wherever BONELAB is installed on your computer if it doesn't match the example.

  1. Download or clone the Fusion repository into a folder anywhere on your computer.

Git Repo

  1. You're done!
Clone this wiki locally