This content uses a plugin that requires a one time or recurring payment to operate and may not have full funcionality without it.
1777371089051.png

FlagDeltaTrigger is a bridge plugin for Virt-a-Mate that turns external state flags into native VaM trigger actions.

It was created to move heavier character progression and state logic out of VaM and into Voxta or similar external systems. VaM is already performance-heavy, so systems such as trust levels, relationship stages, sexual experience levels, learned abilities, personality states, or other progression modules can be managed outside VaM while still being usable inside a scene.

FlagDeltaTrigger watches a flag list exposed by another plugin and detects when individual flags become active or inactive. Each monitored flag can have its own VaM trigger actions for activation and deactivation.

This allows Voxta to handle the logic and progression, while VaM only reacts to the resulting state changes. For example, a trust level flag can unlock animations, change expressions, trigger poses, start sounds, enable scene options, or call Vaan20’s ActionListManager for larger action sequences.

It works especially well as an addition to Voxta and ActionListManager:

Voxta manages the character state.
FlagDeltaTrigger detects flag changes.
VaM and ActionListManager perform the visible scene actions.

In short:
Let Voxta manage the state, let VaM react to it.

Features:
- Watch flags from Voxta or other plugins exposing dynamic flag data
- Detect when a flag appears or disappears
- Separate trigger actions for flag activation and deactivation
- Add flags from the source list or enter custom flag names manually
- Rename and remove monitored flags
- Save and load presets
- Useful for trust systems, experience stages, abilities, progression logic, scene states, and AI-driven behavior
Dependencies:
No hard VAR dependencies.

Recommended:
- Voxta or another plugin that exposes dynamic flags
- Vaan20 ActionListManager for larger action chains

Included:
- MacGruber_Utils.cs by MacGruber
1777368347171.png

1777368891997.png
React to this content...

Share this resource

Back
Top Bottom