Fullbright Toggle
Removes the the darkness from mapsFullbright Toggle
A simple MelonLoader mod for BONELAB that lets you toggle fullbright on and off with a single keypress.
When enabled, the mod boosts all lights in the scene, disables shadows, and sets ambient lighting to a bright flat white. Perfect for exploring dark maps, caves, or poorly lit levels without constantly adjusting your headset brightness.
Features
- Toggle fullbright with F9 (keybind can be changed in the source)
- Restores original lighting when turned off
- Automatically re-applies fullbright when loading new scenes (if it was left on)
- Cleanly disables itself when the mod is unloaded
Installation
-
Make sure you have MelonLoader installed for BONELAB
(Recommended: latest stable from Thunderstore or MelonLoader GitHub) -
Download the latest release of this mod
-
Place the
FullbrightMod.dllinto your BONELABModsfolder
(usuallySteam/steamapps/common/BONELAB/Mods) -
Launch the game
Usage
- Press F9 while in-game to toggle fullbright on / off
- Status messages appear in the MelonLoader console
You can change the toggle key by editing this line in the source code and rebuilding:
private const KeyCode ToggleKey = KeyCode.F9;
