Fork of sby's deepthroatactionsV6. Original mod: link
WHAT THIS ADDS
--------------
Dynamic gag/wince/shock scaling. Instead of flat percent chances, reactions
now scale based on:
- Speed (faster = more reactive)
- Depth (deeper = more reactive)
- His pleasure level
- Cum count (degrades over multiple rounds)
Slow and gentle? Minimal reactions. Fast and rough? Constant gagging.
INSTALL
-------
1. Copy mod folder to Mods/$INIT$/
2. Copy deepthroatactionsV6_fork_settings.txt to Settings/
3. Add mod path to your Mods.txt
Default settings use low base percents with speed scaling enabled.
See notes.txt for example profiles and calculation breakdowns.
Set dynamic*=0 to disable and use original flat percent behavior.
WHAT THIS ADDS
--------------
Dynamic gag/wince/shock scaling. Instead of flat percent chances, reactions
now scale based on:
- Speed (faster = more reactive)
- Depth (deeper = more reactive)
- His pleasure level
- Cum count (degrades over multiple rounds)
Slow and gentle? Minimal reactions. Fast and rough? Constant gagging.
INSTALL
-------
1. Copy mod folder to Mods/$INIT$/
2. Copy deepthroatactionsV6_fork_settings.txt to Settings/
3. Add mod path to your Mods.txt
Default settings use low base percents with speed scaling enabled.
See notes.txt for example profiles and calculation breakdowns.
Set dynamic*=0 to disable and use original flat percent behavior.
The depth factor doesn't delay the trigger - gag/wince still fires the instant you cross the threshold
(deepthroatDistance or hiltDistance). What the depth factor affects is the probability at that moment.
Looking at the code (getDepthFactor at line 436):
depthPast = penisInMouthDist - threshold
factor = depthPast / depthMax
So it measures how far past the threshold you currently are:
- Barely crossing deepthroat threshold (75) at depth 76 → depthPast = 1 → low factor
- Ramming deep past threshold at depth 120 → depthPast = 45 → higher factor
For hilt specifically: Even though hilt is "the deepest," there's still variance because:
- her.hiltDistance is the threshold where hilt triggers
- You can be barely at hilt vs pressed firmly against it
- The depth factor measures that difference
So a slow approach to hilt = lower factor, forceful thrust to hilt = higher factor.
Rough guide: gentle bobbing ≈ 5-10, normal ≈ 10-20, aggressive ≈ 20-30+