
You are viewing a potentially older version of this package. View Latest Version

Rendering, logic, and loading time optimizations for both client and server versions of Valheim.
Create a file called Environment.props inside the project base and change the Valheim install path to your location.
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<!-- Needs to be your path to the base Valheim folder -->
<VALHEIM_INSTALL>E:\Steam\steamapps\common\Valheim</VALHEIM_INSTALL>
</PropertyGroup>
</Project>