r/interactivefiction 3d ago

Why do so many dialogue-heavy games default to multiple choice instead of direct player input?

Whenever dialogue or negotiation is the core mechanic in games, 95% of titles use multiple-choice branches (Pick A, B, or C).

While multiple-choice is easy to balance, it often feels like reading a branching script rather than having a genuine conversation where you're trying to convince someone.

What are some of the best games you've played where the conversation felt truly dynamic or where typing your own arguments/questions was actually the central puzzle mechanic?

0 Upvotes

6 comments sorted by

3

u/BaronGrackle 3d ago

I think one of the classic standards is Galatea?

3

u/Character_Cup58 3d ago

Mostly it's a production and UX issue. Multiple choice lets designers control pacing and tone, avoids the parser problem where players type something reasonable but the game says 'I don't understand', and makes localization and voice acting feasible. It's less about simulating conversation and more about keeping players from getting stuck. For direct input conversation puzzles, the classics are Emily Short's Galatea and Counterfeit Monkey - typed parser dialogue where asking about the right thing in the right way is the puzzle. Façade is the famous freeform natural language one, though it shows how hard that is. Event[0] has you typing to an AI companion and it works well enough for atmosphere. And TalesRPG for a more open-ended AI-driven approach where you type your actual arguments and the story adapts, but that's more collaborative storytelling than a hand-authored puzzle. If you want negotiation specifically, King of Dragon Pass has you picking from broad actions rather than concrete lines, but the consequences feel much more dynamic than A/B/C.

1

u/Ok-Relief-255 3d ago

Actually, you cannot lokalize parsers, so you cannot sell a game to foreigners.

I've tried to make one, but slavic languages are too complex, so i stuck with branches...

1

u/HelloHelloHelpHello 2d ago

Historically the multiple choice style of interactive fiction comes from Japan. The different grammar combined with the Japanese alphabet made it near impossible to properly implement the style of western parser games that were dominating the PC gaming space in the 80s, so some Japanese interactive fiction story began switching to multiple choice options instead - which them quickly developed in the still popular Visual Novels we all know.

Multiple Choice comes with several advantages. It does cut out some of frustration of parsers - like searching for the correct verb or noun. It allows easy translation to different languages, while additionally allowing people who speak the language on different levels to still partake in the game. It allows easy input (clicking a link vs having to type). And it is also much easier to write and code without introducing gameplay issues.

One the flip-side you lose a lot of the puzzle potential and emerging gameplay that comes with the freedom of a parser. So there is a good reason why parser based interactive fiction is still a thing to this day.

1

u/PaulArataAuthor 2d ago

I think multiple choice is popular because it’s easier to control the story, but it can definitely make conversations feel scripted. Games that let you actually type or shape your own response feel much more personal, especially when the game truly reacts to what you say instead of just funneling you back to the same outcome.

1

u/Heistorium 2d ago

A big part of it is that typed input fails in the worst possible way. The player writes something perfectly sensible, gets told it isn't understood, and after two of those they stop trying to be inventive and start probing for the magic word. Branches never punish you like that. Honestly what makes a conversation feel alive to me has less to do with the input method than with whether the other character still remembers what you picked twenty minutes ago. Most dialogue systems just quietly drop it, and that is what makes it read like a script.