using emotions as dialogue choices?

A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
Message
Author
Koveras
Regular
Posts: 165
Joined: Sat Dec 13, 2008 1:15 pm
Projects: The King's Dragon (TBA)
Location: Karlsruhe, Germany
Contact:

Re: using emotions as dialogue choices?

#16 Post by Koveras »

JinzouTamashii wrote:Fahrenheit! I love Fahrenheit! That is GREAT game and so is Ico and my poor PS2 doesn't work anymore. Don't you push arrow directions to select choices?
I played it on the PC, so I just used the mouse... Although I did play it with a USB controller once, and IIRC you have to move the control sticks to select options. And in most cases, you must select it before a certain timeout, otherwise the game randomly selects an option for you...
"Yo, Buddy, you still alive?"

User avatar
rioka
Royal Manga Tutor
Posts: 1255
Joined: Fri Jul 16, 2004 12:21 pm
Completed: Amgine Park, Garden Society: Kykuit, Metropolitan Blues (art)
Location: somewhere in NY
Contact:

Re: using emotions as dialogue choices?

#17 Post by rioka »

Hey, I was thinking about something like this earlier this year! It would be interesting to see your take on it.

@ Koveras
Not necessarily. You can turn a situation in which as a player, if you select one emotion, the NPC can reply by saying they don't get what you're trying to "say". It's a standard trick in RPGs where if you select one choice, they steer you back to the only choice you can select to continue the story.

Of course, I personally think it's better to get a reaction for each emotional choice but as you say, it will be a bit daunting keeping track of each progression. Though, if you think about it, you can batch everything into a point system and depending on how well you react to the person, they can swing to being friends or being enemies. Based on your current relationship points with the person, conversations can vary to enemy dialogue, casual/acquaintance dialogue, or friendly dialogue. Let's say...

enemies <= -30
acquantance >= -29 && <=29
friends >= 30 && <=70
crush >=71 && <=110
love >= 111

girl-npc-relationship-points = 44

if girl-npc-relationship-points <= -30
"Don't talk to me. I hate your guts!"
choice 1
choice 2
etc etc
else if girl-npc-relationship-points >= -29 && <=29
"Oh, hello. Can I help you?"
choice 1
choice 2
etc etc
else if girl-npc-relationship-points >= 30 && <=70
"Hey there! I'm throwing a party later this week - want to come?"
choice 1
choice 2
etc etc
else if etc. etc

(Yeah, yeah, not proper coding but you get the idea.)

JinzouTamashii
Eileen-Class Veteran
Posts: 1686
Joined: Mon Sep 21, 2009 8:03 pm
Projects: E-mail me if you wanna rock the planet
Location: USA
Contact:

Re: using emotions as dialogue choices?

#18 Post by JinzouTamashii »

I have a feeling that Bliss Stage is very similar in idea to this:
Though, if you think about it, you can batch everything into a point system and depending on how well you react to the person, they can swing to being friends or being enemies. Based on your current relationship points with the person, conversations can vary to enemy dialogue, casual/acquaintance dialogue, or friendly dialogue.
Don't worry, we can get through it together. I didn't forget about you! I just got overwhelmed.
https://cherylitou.wordpress.com

Koveras
Regular
Posts: 165
Joined: Sat Dec 13, 2008 1:15 pm
Projects: The King's Dragon (TBA)
Location: Karlsruhe, Germany
Contact:

Re: using emotions as dialogue choices?

#19 Post by Koveras »

rioka wrote:@ Koveras
Not necessarily. You can turn a situation in which as a player, if you select one emotion, the NPC can reply by saying they don't get what you're trying to "say". It's a standard trick in RPGs where if you select one choice, they steer you back to the only choice you can select to continue the story.
That trick works but it ruins the atmosphere. If the NPC starts spouting the standard phrases, it makes the player immediately revoke their suspension of disbelief, which OK in graphic RPGs, I guess, but fatal in VNs IMO...
"Yo, Buddy, you still alive?"

Tsundere Lightning
Miko-Class Veteran
Posts: 910
Joined: Sun Jul 06, 2008 4:30 pm
Projects: And plenty of them!
Location: Creche Alpha, Treasure Island
Contact:

Re: using emotions as dialogue choices?

#20 Post by Tsundere Lightning »

JinzouTamashii wrote:I have a feeling that Bliss Stage is very similar in idea to this:
Though, if you think about it, you can batch everything into a point system and depending on how well you react to the person, they can swing to being friends or being enemies. Based on your current relationship points with the person, conversations can vary to enemy dialogue, casual/acquaintance dialogue, or friendly dialogue.
I'll answer this.

On the one hand, yes, this point system is how Bliss Stage works, kind of. On the other, raising the Intimacy of a Relationship up to Intimacy 4 can be a matter of kissing someone, walking in on them in the shower, or breaking their nose. Most of the game checks a character's past actions with who they're interacting with in the context of current Intimacy and Trust to determine what scene plays.

Example: If A punched B in the face before, but A currently has 3 out of 5 Trust with B, then a scene might play where A offers to let B punch him out in response to A's latest fuck-up. If A x B's trust is very low, on the other hand, B will have an argument with A over that fuck-up instead.

This is however a tangent, unless I miss my guess.
I THINK the OP was talking about the only decision you make about dialog being the tone of voice and emotions expressed through it.

"Yes, sir, Captain, sir!" as opposed to "Yes, sir... Captain, Sir." or "Yessir, Cap'n sir!"

Is this correct?
She's sun and rain: She's fire and ice. A little crazy, but it's nice.
Bliss Stage: Love is your weapon! A sci-fi visual novel about child soldiers coming of age. Kickstarter prerelease here. WIP thread here. Original tabletop game by Ben Lehman here. Tumblr here.

User avatar
rioka
Royal Manga Tutor
Posts: 1255
Joined: Fri Jul 16, 2004 12:21 pm
Completed: Amgine Park, Garden Society: Kykuit, Metropolitan Blues (art)
Location: somewhere in NY
Contact:

Re: using emotions as dialogue choices?

#21 Post by rioka »

Koveras wrote:
rioka wrote:@ Koveras
Not necessarily. You can turn a situation in which as a player, if you select one emotion, the NPC can reply by saying they don't get what you're trying to "say". It's a standard trick in RPGs where if you select one choice, they steer you back to the only choice you can select to continue the story.
That trick works but it ruins the atmosphere. If the NPC starts spouting the standard phrases, it makes the player immediately revoke their suspension of disbelief, which OK in graphic RPGs, I guess, but fatal in VNs IMO...
Regarding my example, it is not uncommon for people to remain solidly on one stance that they will not accept any other choice but their own. They call those type of people stubborn and obstinate.

There's only so much you can do in a VN. Even if you can try to think of all possible scenarios and actions that a player may wish to do and actually code and script it into a game, you will never actually accomplish all possibilities because in the end, it is still a game. It all comes down to what are reasonable exchanges, interactions, and scenarios. (It also boils down to what is a reasonable development time and what you wish to accomplish in your game that's something else)

Post Reply

Who is online

Users browsing this forum: No registered users