Dropping into this mod blind will result in death within the first 15 minutes. Forget everything you know about vanilla Raft. Follow this protocol:
| ID | Issue | Severity | Workaround | |----|-------|----------|------------| | #01 | Anchor desync on dedicated servers (raft drifts after relog) | High | Re-anchor + restart client | | #02 | Dawnhold supply crate respawn timer too short (30 sec vs intended 2 min) | Medium | Manual server config edit | | #03 | FRI reputation UI not updating after trading | Low | Reopen vendor menu | | #04 | Rare crash when loading custom raft blueprints with >2000 pieces | High | Reduce blueprint complexity |
Last night, I encountered the new Shifting Squall (not a typo—the devs call it that). Unlike old storms, this one doesn’t move in a straight line. It circles. It watches. And if you’ve ever thrown a crewmate overboard (even accidentally, even in a previous save file)… the squall will hum. A low F-sharp. The same note your lost crewmate’s whistle made.
v1.09 doesn’t punish you. It remembers you. dawnhold Raft fri -v1.09-
1. Add Anchor State
public enum AnchorState Raised, Lowering, Lowered, Raising
public AnchorState currentAnchorState;
2. Input Handling
3. Raft Drift Logic
void FixedUpdate()
if (currentAnchorState == AnchorState.Lowered)
rb.velocity = Vector2.zero;
rb.angularVelocity = 0f;
else
ApplyCurrentAndWind();
4. Animation & Sound
5. UI Indicator
If you share your current code snippet, class structure, or specific feature request, I’ll write you a ready-to-integrate implementation for Dawnhold Raft v1.09. Dropping into this mod blind will result in
Subject: Dawnhold Raft – Chronicles of the Fractured Tide (fri -v1.09)
Posted by: Tide-Warden Kaelen
Tags: #Dawnhold #RaftLife #v1.09 #DeepLore #SurvivalLog
There is a specific type of silence that only comes with Dawnhold Raft v1.09. It’s not the peaceful quiet of a calm sea. It’s the tense, low-frequency hum just before the Fracture Tide rolls in.
For those new to the drift: the “fri” branch isn’t just a patch number. It stands for Fractured Resonance Ingress. The developers didn’t just add content this time—they rewired the ocean’s soul. or specific feature request
In vanilla Raft, you find the next story note on a table. In Dawnhold v1.09, progression is gated behind Environmental Puzzles.