

NoDrowsyDragonDriving is a companion client mod for SleepSkip.
Prevents players falling off from mounts on SleepSkip sleep vote
SleepSkip.SleepSkipPlugin.OpenMenuOnClient.AlwaysAccept: sends VoteYes automatically, no popup.AlwaysDecline: sends VoteNo automatically, no popup.Ask: allows the popup, but protects riding state from detach during sleep-stop flow.Game.SleepStop and blocks the sleep-triggered detach calls for a short guarded window.
If you still fall off, it is said that increasing config values would help
## Enable/disable riding detach guard during sleep-stop flow. This setting updates live.
# Setting type: Boolean
# Default value: true
Enable Riding Detach Guard = true
## Extra post-SleepStop guard window in milliseconds for off-stack detach calls. 0 disables.
# Setting type: Int32
# Default value: 300
# Acceptable value range: From 0 to 2000
Detach Guard Extra Window (ms) = 300
## How many detach calls can be blocked during the extra post-SleepStop window. 0 disables.
# Setting type: Int32
# Default value: 2
# Acceptable value range: From 0 to 8
Detach Guard Extra Blocks = 2
## Maximum frame distance from SleepStop for extra off-stack guard blocks. Lower values reduce false positives.
# Setting type: Int32
# Default value: 6
# Acceptable value range: From 0 to 120
Detach Guard Extra Window (frames) = 6