You are viewing a potentially older version of this package. View all versions.
mgway-PaddlePower-1.0.0 icon

PaddlePower

More ship passengers means more hands to help paddle

Date uploaded 5 years ago
Version 1.0.0
Download link mgway-PaddlePower-1.0.0.zip
Downloads 255
Dependency string mgway-PaddlePower-1.0.0

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.701 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.701

README

Paddle Power Valheim Plugin

Features

Each additional passenger increases the speed that ships move when in paddle mode (forward or back 1 arrow speed) Speed increase is configurable, and defaults to a geometric series sum with a = 1/2, r = 1/2, and n = passenger count

Pre-Requisites

This mod requires BepInEx. Follow the instructions here if you don't have it installed already: https://valheim.thunderstore.io/package/denikson/BepInExPack_Valheim/

Installation (Easy)

https://www.nexusmods.com/valheim/mods/160?tab=files

  • Extract the archive into a folder. Do not extract into the game folder.
  • Move the contents of "plugins" folder into "<GameDirectory>\Bepinex\plugins"
  • Start the game and use hostnames

Build and Install

  • Copy requisite DLLs from the game install to the Libs directory. See README.md in that directory for details
  • Open solution in Visual Studio
  • Build
  • Copy bin/Release/PaddlePower.dll to <GameDirectory>\Bepinex\plugins
    • This folder should already exist. If it doesn't, ensure that you installed BepInEx correctly