


ESPless framework allowing mod authors to add working heartbeat sensors to their weapons.

The following mods utilize Heartbeat Sensor Framework:

The Heartbeat Sensor Framework enables functional heartbeat sensors without additional scripting.
Once you add the required mesh blocks and a configuration file, the framework handles the rest.
This tutorial covers the steps to add support for your weapon.
Please refer to the example files in the Miscellaneous download section for reference.
WEAPON MESH
The heartbeat sensor screen mesh requires two specific blocks:
HeartbeatFramework:0 - Uses BSShaderNoLightingProperty; acts as the UI projection surface.
HeartbeatFramework:1 - Uses BSShaderPPLightingProperty; offset slightly behind the main screen, acts as a background.
Optional: Add a third block offset in front of the screen for a glass layer.
WEAPON CONFIG
Place an INI file named after your weapon's EditorID in the Config/HeartbeatFramework folder.
This file enables the heartbeat sensor and allows for configuration on a per-weapon basis:
SETTINGS
Update Rate - How often the sensor will "ping" actors.
Brightness - Brightness of the screen.
Corpse Icons - Toggles the display of icons for deceased actors.
Height Indicator - Toggle visual indicators for actor elevation relative to the player.
Main Texture - Custom texture assigned to the main heartbeat sensor element.
Actor Texture - Custom texture assigned to actor icons.
Sound - Custom sound that plays on sensor update.
ADDITIONAL QUESTIONS
Leave a commend or message me on Discord @Stentorious.

xNVSE 6.4.0+

Installs like any other mod, manually or using a mod manager.
Overwrite any mods including the same files.
Instructions
Installs like any other mod, manually or using a mod manager.
Overwrite any mods including the same files.
Heartbeat Sensor Framework
ESPless framework allowing mod authors to add working heartbeat sensors to their weapons.
