
UlvriksWorldUpdate
QoL mod that focuses on improvements to sailing and exploration for multiplayer.
Last updated | 2 days ago |
Total downloads | 246 |
Total rating | 0 |
Categories | Mods Tweaks Server-side Client-side Vehicles Transportation |
Dependency string | ulvrikironpaw-UlvriksWorldUpdate-0.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333
ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.27.0README
Ulvrik's World Update
QoL Valheim mod that focuses on improvements to sailing and exploration for multiplayer.
About
This mod focuses on QoL changes for exploration and sailing in multiplayer.
Installation (manual)
Add the UWU.dll files to your BepInEx/plugins folder on both client and server. The configuration file BepInEx/config/com.ulvrikironpaw.uwu.cfg is generated the first time the mod is run in Valheim. This mod depends on Jotunn and BepInExPack_Valheim.
Features
All features are toggleable in the configuration file, but can also be enabled/disabled in the in-game console with the "UWU" prefixed commands.
Sailing
-
ModerBoating
Permanently applies the Moder buff. Default is false.
-
NotMyShip
Aggression toward ships will be reduced while no player is aboard. Default is true.
-
PaddleFaster
Makes paddling forward and backward about twice as fast. Default is true.
-
SailFaster
Makes ship sailing speed about 40% faster. Default is true.
-
SailingGrace
Reduces the penalty for headwinds. Full mast in a headwind is a little slower than the PaddleFaster option. Default is true.
-
ShipBonkies
Hammer destructs ships for a full refund when no player is aboard. Default is true.
-
ShipPin
Tracks ships on the map using the ship icon. When ships have a custom name it is displayed. When not, the name of the ship is displayed. Default is true.
-
Speedometer
A lightweight UI speedometer in meters per second that is largely for debugging sailing speeds. Default is false.
-
ShipRename
Allows renaming ships. This shows up when enabling ShipNameplates or ShipPins
-
ShipNameplates
Adds nameplates to ships in game
-
BoatyMcBoatface
Automatically names ships when they are first created. Uses a Suffix + Prefix to generate fun names like Wolfstorm. These can be renamed using ShipRename
Feature Requests
Please file an issue on Github. Please limit feature requests to QoL changes in exploration.
Known issues
- If you spawn a boat really high up in the air using console commands, Ship nameplates are sometimes slightly off-center
Changelog
0.1.0
- Adds ShipRename, ShipNameplates, BoatyMcBoatface features
- Better lifecycle management
- Adds boat icons to ShipPin feature and reduced update time
0.0.2
- Fix null pointer when local player is not yet assigned in ModerBoating. This probably didn't affect gameplay, but removed the error none-the-less
- Updated readme and default options
0.0.1
The initial release contains ModerBoating, NotMyShip, PaddleFaster, SailingGrace, ShipBonkies, ShipPin, and Speedometer.