multiplayerboatdamage
Client side bugfix for boats that get constantly damaged in multiplayer servers.
Last updated | 3 years ago |
Total downloads | 15816 |
Total rating | 5 |
Categories | |
Dependency string | 1010101110-multiplayerboatdamage-0.0.1 |
Dependants | 100 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.602README
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;