You are viewing a potentially older version of this package. View all versions.
Lakatrazz-FluidLab-1.0.2 icon

FluidLab

Adds voxel based buoyancy and drag physics.

Date uploaded a year ago
Version 1.0.2
Download link Lakatrazz-FluidLab-1.0.2.zip
Downloads 635
Dependency string Lakatrazz-FluidLab-1.0.2

This mod requires the following mods to function

gnonme-BoneLib-3.1.2 icon
gnonme-BoneLib

A BONELAB mod for making life easier for other mod creators.

Preferred version: 3.1.2

README

Adds voxel based fluid dynamics to BONELAB, such as water buoyancy and drag.

IMPORTANT

For splash effects, ambience, and more to work in the base game levels, you NEED to download the Fluid Effects resource off of mod.io!

This is a regular SDK mod, meaning you can download it to your SDK mods folder or by subscribing to it and clicking Download All in-game, but it cannot be downloaded to your MelonLoader/LemonLoader mods folder!

FLUIDLAB

Ever wished that the waters of Tuscany had accurate water physics instead of just killing you? This mod provides those, and more!

CONTENT

  • Liquid Buoyancy
  • Liquid Drag (Includes swimming!)
  • Liquid Volumes in the following levels:
    • Tuscany (Water)
    • Dungeon Warrior (Lava)
    • Magma Gate (Lava)
    • Ascent (Acid)

CONTROLS

While in a liquid, the player can control their buoyancy by tilting up or down on the virtual crouch thumbstick. This will allow you to move up or down in the water without having to swim.

FLUID SDK

Modders can implement their own fluid physics in their maps using the Fluid SDK.

This is available on the GitHub.

CAVEATS

  • BONELAB has semi-realistic masses for small objects. However, many of the large objects are very light compared to what they should be, meaning they will float in the water due to it using density instead of a simple mass check. If you want these larger objects to sink as they should, it is recommended to use a mod that increases their weight to realistic amounts.

DEPENDENCIES

MEDIA

Buoyancy

All objects have a certain buoyancy based on their mass and volume.


Drag

Simulated drag allows for you to create motors to propel your creations forward.


Swimming

While in the water, you can swim quickly by moving your hands, or holding up/down on the thumbstick to ascend/descend.

Video

CHANGELOG

v1.0.3

  • Fixed physics issues when Marrow Bodies didn't have a rigidbody

v1.0.2

  • Fixed issues with liquid/flow volumes being disabled
  • Fixed physics issues when Marrow Bodies and Entities had null colliders

v1.0.1

  • Fixed voxelization breaking some circuits
  • Improved stability of thin props on water

v1.0.0

  • Initial release