


A ValheimRaft fork that works with latest Valheim. The original mod owner Sarcenzzz stopped maintaining the mod.
As of 12/25/2023 I got official permission to maintain and open source this mod.
This decompile fork aims to keep the mod functional with future goals of expanding functionality.
Server support may or may not work. In >=1.6.2 ships and loading were mainly fixed by adding some threading
optimization. There is also a config called ServerRaftUpdateZoneInterval this allows users to tweak the update
frequency of checks.
The following has been tested:
Join us on discord to get the latest information, upcoming features, and discover other mods.
| ConfigName | Description |
|---|---|
| InitialRaftFloorHeight | Lets you set the height of the floors so they do not clip. Recommended to stay between 0.4 and 0.6. |
| ServerRaftUpdateZoneInterval | Set interval in seconds for the server update to trigger and re-render pieces if in view |
| pluginFolderName | Allows you to specify the plugin folder if it's been renamed. See the meshes section below for more details |
| raftHealth | Set the raft health for wear and tear. I set it to 500 default, but it was originally 10000 which is not balanced |
| fixPlanBuildPositionIssues | Turn on/off the patches for PlanBuild, only needed if the user has PlanBuild and it adds support for ValheimRaft coordinates. The planbuild plugins requires a specific naming convention. Make sure in the plugins folder it is named either "MathiasDecrock-PlanBuild" or "PlanBuild" |
| DisplacedRaftAutoFix | Should automatically regenerate the displaced raft. Only useful if the command raftoffset 0 0 0 works for this issue. |
| Deprecated. Use the propulsion controls below | |
| EnableCustomPropulsionConfig | Enables custom propulsion overrides (For customization and testing) |
| SailTier1Area | (propulsion) -> Sets the tier1 sail area. |
| SailTier2Area | (propulsion) -> Sets the tier2 sail area. |
| SailTier3Area | (propulsion) -> Sets the tier3 sail area. |
| SailCustomAreaTier1Multiplier | (propulsion) -> sets the area multiplier the custom tier1 sail. Currently there is only 1 tier |
| SailAreaThrottle | (propulsion) -> Divides the whole ship's area calc by this number |
In Mod versions at or lower than 1.4.9 there were problems with the folder being renamed. In >=1.5.0 there is a
configuration
manager option to change the path to resolve the ValheimRAFT folder.
If you want meshes (IE sails and ropes ) to render automatically, your mod must either be named ValheimRAFT
or zolantris-ValheimRAFT.
Otherwise make sure to edit the pluginFolderName key and add the folder name for ValheimRaft located
within the BepInEx\Plugins path. Afterwards relaunch the game. There should be no mesh issues.
If you have a bug, please create an issue under the repo's issues section.
Click here to create an issue now.
In 1.6.0+ this mod supports PlanBuild a popular blueprinting mod.
Support is added via a patch that makes PlanBuild use the Raft localPosition instead of world position which each item
could be moving/swaying and updating as the PlanBuild iterated through the items. This easily breaks the Plan save.