


Client-side BepInEx mod for snappier, more reactive Valheim combat. No server changes, no requirement for other players to install it.
Left Alt), half stamina, shortened iframes. Disabled by default.All behaviour is tunable via BepInEx config
(BepInEx/config/com.lubertmiliutin.immersivecombat.cfg).
ImmersiveCombat.dll into <Valheim>/BepInEx/plugins/ImmersiveCombat/.Requires .NET SDK 9.x. Set ValheimPath if your install isn't at the default
Steam location (see Directory.Build.props.user.example).
dotnet build src\ImmersiveCombat.csproj -c Release
The post-build target copies the resulting DLL into <Valheim>/BepInEx/plugins/ImmersiveCombat/
automatically. Pass /p:DeployAfterBuild=false to skip.
MIT — see LICENSE.