AUTO HEALTH REGEN 2.0.1 — Out-of-Combat

Restores 2 percent of form-specific maximum HP per second. Regenerates only outside combat and fails safe (no healing) if combat state cannot be read.
Works in Human and Vampire forms. Human regeneration scales from MaxHealth.
Vampire regeneration scales from BloodSegmentCount x BloodPerSegment, fills
ordinary missing Blood first, then raises Blood while reducing BloodPermDamage
so it crosses every health-segment boundary, including talent-added segments.

IMPORTANT 2.0.1 HOTFIX
Version 2.0.1 fixes a stale-player reference that could crash while loading or
switching from Vampire to Human form. Replace the complete older 2.0.0 folder.

REQUIREMENT
UE4SS 3.x must already be installed and working.

INSTALL
Extract into the The Blood of Dawnwalker game folder and merge Dawnwalker.
Remove every older Dawnwalker_AutoHealthRegen_*_P.pak/.ucas/.utoc file first.
Install only one Auto Health Regen variant.

CONFIG
Dawnwalker\Binaries\Win64\ue4ss\Mods\DawnwalkerAutoHealthRegen\config.ini
Edit PercentPerSecond, save, then restart the game. Mode accepts Always or
OutOfCombat. RestoreVampireSegments should remain true for full Vampire healing.

FILES USED BY THIS MOD
Dawnwalker\Binaries\Win64\ue4ss\Mods\DawnwalkerAutoHealthRegen\enabled.txt
Dawnwalker\Binaries\Win64\ue4ss\Mods\DawnwalkerAutoHealthRegen\config.ini
Dawnwalker\Binaries\Win64\ue4ss\Mods\DawnwalkerAutoHealthRegen\Scripts\main.lua

RUNTIME LOG
Dawnwalker\Binaries\Win64\DawnwalkerAutoHealthRegen.log

CONFLICTS
This build replaces no cooked game asset and includes no pak/ucas/utoc. Another
mod conflicts if it installs the same UE4SS folder or writes the live player
CharacterAttributeSet.Health, VampireAttributeSet.Blood, or
VampireAttributeSet.BloodPermDamage attributes. The Out-of-Combat preset also
reads CombatComponent.CurrentState and CurrentCombatMode; it does not write them.
Old Auto Health Regen packages conflict and must be removed as described above.

UNINSTALL
Delete only:
Dawnwalker\Binaries\Win64\ue4ss\Mods\DawnwalkerAutoHealthRegen

TEST STATUS
Live-tested on Steam game build dw1-pc-257186-shipping-patch2-all-CL-257186.
Verified post-prologue Human percentage healing, two-segment Vampire healing to
full, segment-boundary crossing, save reload, Vampire-to-Human switching, and
combat pause/resume. The 2.0.1 hotfix remained stable in Human form after the
same transition that crashed 2.0.0. The test Vampire healed from 255/510 to
510/510 at 10.2 HP/s with the 2% setting.
Version 2.0.1 adds validity-before-name checks when reacquiring a destroyed pawn
and removes the redundant ClientRestart hook that previously duplicated resets.
