1010101110-multiplayerboatdamage icon

multiplayerboatdamage

Client side bugfix for boats that get constantly damaged in multiplayer servers.

Last updated 3 years ago
Total downloads 13294
Total rating 5 
Categories
Dependency string 1010101110-multiplayerboatdamage-0.0.1
Dependants 80 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.602 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.602

README

multiplayerboatdamage (bugfix)

This mod runs on a client. Whoever owns the boat object simulates the boat water impact damage. If you are on a server and someone else owns the boat object it will still take damage if they don't have the mod installed. So tell all your friends to install this as well!

If you are alone or own the boat object then this should work great to stop the constant boat damage.

There is no server side fix for this issue because the water impact code is run on the client using local variables.

install

i would suggest installing this easily with r2modman

code

Ship.m_minWaterImpactForce = 100f;