Eisenholz-CartSupport icon

CartSupport

Lets nearby players support cart movement, reducing the effective mass of the cart by a percentage for each nearby player.

Last updated a year ago
Total downloads 3992
Total rating 1 
Categories Mods Misc Server-side Client-side
Dependency string Eisenholz-CartSupport-0.2.0
Dependants 22 other packages depend on this package

README

Cart Support

Lets nearby players support cart movement, reducing the effective mass of the cart by a percentage for each nearby player.

(Originally uploaded by Aedenthorn to Nexus Mods. Check out their work and support them if you can!)


This mod affects the effective mass of carts, allowing them to seem lighter when there are other players nearby to help push.

You can set the following in the config file:

  • Maximum player distance from the cart to allow support (default 5m)
  • Maximum number of players to allow to support (default 4)
  • The fraction of the weight to reduce per supporting player (default 0.2)
  • Whether to include the puller as a supporter (default false)

So, as an example, for a mass of 280 with 3 players near the cart besides the puller, with the default settings the effective mass would be:

280 - 280 * 0.2 * 3 = 112


Credit to Agnafrei for the idea.


<font size="5">Config</font>

A config file BepInEx/config/aedenthorn.CartSupport.cfg is created after running the game once with this mod).

You can adjust the config values by editing this file using a text editor or in-game using the Config Manager.

To reload the config from the config file, type cartsupport reset into the game's console (F5).


<font size="5">Technical</font>

To install this mod, the easiest way is to just use Vortex, the Nexus Mods mod manager. It should take care of all dependencies.

To install manually, place the dll file in the BepInEx/plugins folder. You will need BepInEx.

Code is at https://github.com/aedenthorn/ValheimMods.

If you want to complain or ask for help or help me test my mods, you can visit my Discord server.

Click here for a list of all my mods for Valheim.