Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Big brain challenge - non-tree dialogue system?

CryptRat

Arcane
Developer
Joined
Sep 10, 2014
Messages
3,572
One of my favorite dialogue systems is actually when you have to convince demons in the Shin Megami games to join you. It's randomized enough that even if you meet the same demon type, you never know exactly how it will respond (although when you do it often enough you learn how they respond and when to push forward or keep back) and the failure states are dangerous enough that can't just blindly click through the options available.
In Demon (the rogue-like) choosing to initiate a negotiation is often critical and that's great.
 
Last edited:

V_K

Arcane
Joined
Nov 3, 2013
Messages
7,714
Location
at a Nowhere near you
But it is pretty much just a one branch dialogue tree.
Nope. You're using those terms too loosely. A "one-branch tree" would be a dialog where there's exactly one option. What you probably meant is a tree with a maximum depth of one, but that's still not technically correct applied to keyword system, because in such a tree dialog would end after one input and have to be restarted.
Technically, you can of course represent a table with a complete graph - i.e. one where every node connects to every other node. But that wouldn't be strictly a tree because by definition in a tree there should be exactly one path between any two nodes, and a complete graph has an infinite number of those. Although often RPG dialog trees aren't really trees in that regard either.
Yes, I'm being pointlessly anal. But so is claiming that keywords are a subclass of dialog trees.
 
Joined
May 31, 2018
Messages
2,558
Location
The Present
The idea of parallel system for combat, dialogue, and skills felt cumbersome, so I ultimately shelved the concept
You could have shelved combat instead, or made it really simple. It's just the matter of what your goals are, core gameplay-wise - whether you want to have an RPG built around diplomacy, or just a traditional RPG with slightly more spicy dialogs.

That's a very lazy and dismissive remark. It's not as simple as that. Devising a skill and ability system to give depth and reactivity to an abstract like conversations (while still being intuitive) is complicated enough. Merging it within a mechanical framework to deal with more literal and concrete physical challenges is a tall order. At best you wind up with a system of abilities and skills that are extremely vague in scope and resolution systems that are either too involved, or not involved enough.
 

V_K

Arcane
Joined
Nov 3, 2013
Messages
7,714
Location
at a Nowhere near you
The idea of parallel system for combat, dialogue, and skills felt cumbersome, so I ultimately shelved the concept
You could have shelved combat instead, or made it really simple. It's just the matter of what your goals are, core gameplay-wise - whether you want to have an RPG built around diplomacy, or just a traditional RPG with slightly more spicy dialogs.

That's a very lazy and dismissive remark. It's not as simple as that. Devising a skill and ability system to give depth and reactivity to an abstract like conversations (while still being intuitive) is complicated enough. Merging it within a mechanical framework to deal with more literal and concrete physical challenges is a tall order. At best you wind up with a system of abilities and skills that are extremely vague in scope and resolution systems that are either too involved, or not involved enough.
What I'm saying is that normally in an RPG you have detailed combat and combat-supporting systems, while everything else is severely simplified - often abstracted to binary skill checks. Now if you try to take this template of an RPG with a detailed and complex combat system and try to add and equally detailed and complex dialog system on top of it - I can fully understand how this can become unwieldy, especially if the two systems have fundamentally different rules and mechanics. But these two approaches - detailed combat + barebones dialog vs. detailed combat + detailed dialog - are not the only options out there. It'd be completely viable to build the game entirely around diplomacy, with combat playing a minor role and relegated to binary skillchecks. If you have a simplistic combat system with no equipment or consumables, no hitpoints and only one or two combat skills (the way diplomacy is approached in a traditional RPG), you're freeing up a lot of resources to better support the dialog gamplay.
Pedantic rant about graph theory.

Found the programmer.
Former programmer. I'm doing cultural studies now. Not joking.
 

Duckard

Augur
Joined
Aug 14, 2010
Messages
354
I don't think the author of this has much experience with CRPG tools, just tools used in visual novels/walking simulators. What she's essentially describing is already implemented in branching dialogue trees that loop back to earlier in the conversation.

You could of course represent something like this as a hardcoded node graph, but it's inefficient and error-prone for a narrative designer to wire up all possible dialogue paths for all possible goal states. The pathfinding approach takes control over a part of NPC decision-making, allowing the narrative designer to create a much simpler node graph by defining only the possibility space of outcomes, and not the conditions leading to each outcome. The greater the number of connections between nodes, the more designer-facing complexity you save by automating the decision logic.

If this doesn't seem useful, then remember that most narrative designers are writers, and not logicians. In practice, this means they have to limit the complexity of their branching logic so they (and other writers on the team) can understand it. This results in games with tons of text but little reactivity, even if the game system supports it.
 

Saerain

Augur
Patron
Joined
May 27, 2011
Messages
495
Wiz8 is fucking stupid. Having to click 500 words and combine them with 500 other words, fuck dat shit. The only solution is to have an AI that can communicate with people. There already are a few good ones that you could never tell are a robot. Get an open source version of that and every game will be less crap.
You can use the technologies of cleverbot and autocorrect to make an organic dialogue system where you type your responses yourself.

Time consuming for the sheer quantity of writing required, however. You could only have maybe 2-3x as many characters as you have writers without surpassing Star Citizen's development time. But that's not to say an RPG with an extremely limited cast couldn't be good.
 
Last edited:

JarlFrank

I like Thief THIS much
Patron
Joined
Jan 4, 2007
Messages
33,166
Location
KA.DINGIR.RA.KI
Steve gets a Kidney but I don't even get a tag.
Dialogue trees and keywords are essentially the same thing from a technical perspective. They both work with nodes.

Pick option X in a tree -> get response X
Type out keyword X -> get response X

It's still the same principle of a certain player input corresponding to a certain NPC response.
 

anvi

Prophet
Village Idiot
Joined
Oct 12, 2016
Messages
7,553
Location
Kelethin
The problem isn't the tech, the problem is all the stories and dialogue is always shit.
 

Bad Sector

Arcane
Patron
Joined
Mar 25, 2012
Messages
2,245
Insert Title Here RPG Wokedex Codex Year of the Donut Codex+ Now Streaming! Steve gets a Kidney but I don't even get a tag.
Morrowind adapted the traditional keyword-based dialogue system into a hypertext dialogue system:

1446799457846.jpg


:M

I'm certain it isn't hypertext but just highlights words in the text it can recognize as it sometimes fails and creates weird "links".

Personally of all the systems i've seen i like Morrowind's best (and i sort of see it as a continuation of Ultima-style keyword-based conversation, especially as seen in later Ultimas) but i think the actual text is too "encyclopaedia-y". Most of the common responses (e.g. Ebonheart shown above) do not look like as if someone is speaking to you but as if you are reading a term definition. Having common responses is not a bad idea, but they should be more discussion-like and have variations for different character personalities. But overall i prefer the idea of choosing a *topic* to talk about and having new topics appear as you go, as opposed to prewritten sentences most dialog systems have.

Also i'd really liked it if the game remembers which topics you have already discussed with someone that will give you responses you have already read and use a different color for those (yeah, like visited wikipedia links having different color, i know i know). It doesn't make much sense logically to "know" if the character has anything to say about a topic, but with a long list of topics it can be useful to avoid repetition (like how in New Vegas you get the [empty] suffix in a container before even opening it so that you do not waste time opening and closing it).
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom