Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thank you for submitting Will Love Prevail to the Branchy Studio Narrative Jam, and for learning Ink and BranchyStudio simultaneously for this project. That takes real dedication, and it shows in the result.

After reviewing the full project files, there is a clear arc across the three sheets that is worth addressing directly.

Sheet 0 and Sheet 1 implement weather as a dialogue choice: the player picks “Clear Skies” or “Raging Storm” and receives a specific scene in response. This is traditional branching with weather-themed labels. The player is selecting an outcome, not setting a condition. That is the core constraint the jam asked to avoid.

Sheet 3 is a different story. Here, weather is set first, and then conditional checks on the affection and confusion variables determine Steve’s internal monologue independently. The structure becomes: weather establishes a context, and accumulated state shapes the reaction. That is much closer to what the jam was designed around, and it is the strongest moment in the project.

The direction between sheets is exactly right. The design is moving toward a genuine switch system. The task for a future version would be to apply that same logic consistently from the start: let weather exist as a persistent world state, and have both characters react to it based on their own internal variables throughout, rather than only in the final sheet.

One technical note on Sheet 3: nodes 3-006 and 3-009 check affection >= 1 and affection <= 0 sequentially in the same flow. These conditions are not mutually exclusive. If affection equals exactly 0, both can trigger on the same playthrough. Worth tightening those boundaries (for example, affection > 0 and affection <= 0) to ensure only one path fires.

The emotional core of the story is strong, and the writing has a quiet sincerity that works well for the subject matter. Looking forward to seeing where you take it.

You can find other submissions feedback on discord server in this channel: https://discordapp.com/channels/1383776038013763619/1490280560902275082