42
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 10 Aug 2023
42 points (100.0% liked)
Baldur's Gate 3
6242 readers
45 users here now
All things BG3!
Baldur’s Gate 3 is a story-rich, party-based RPG set in the universe of Dungeons & Dragons, where your choices shape a tale of fellowship and betrayal, survival and sacrifice, and the lure of absolute power. (Website)
Spoilers
If your post contains any possible spoilers, please:
- Use the text [SPOILER] at the beginning of your title, do not include any spoilers in the title.
- Use the appropriate spoiler markup to conceal that content in the body of your post.
Thank you!
founded 1 year ago
MODERATORS
The devs did mention in the weeks before launch that it was something that they wanted to address but that it was very difficult to implement with their current system and how the conversation cutscenes work. They did try different things internally that they never added to Early Access but they weren't happy with any of their solutions and so they opted to focus the efforts on polishing other aspects of the game.
I have a very limited understanding of game development, but isn't it as easy as checking which characters/players are currently participating in a conversation, be it actively or just listening, and then allowing the player(s) to choose a characters stat for a given skill check?
It might have to be limited to stuff like investigating, arcana checks, athletics checks, etc. and not include conversation relevant checks, like intimidation, persuasion, and deception
Pathfinder already solved this problem, any time there is a skill check in dialogue it automatically uses the skill check of the character in the party with the highest bonus, no matter who is "talking", and mousing over the selection will show you whose skill check you're using. It's pretty seamless and it works because the party engages in conversations as a unit, just like a real tabletop party does. You usually have a main character that's driving the specific conversation but party members interject or argue frequently.
It's possible they tried it and didn't like it or thought maybe it made conversations too easy. You'd probably have to ask Larian to be certain. They are probably going to do a dev stream some time soon. Might be able to get an answer then if you submit it.
It does seem to be the easiest solution if they were to try but it's possible they just let modders work it out since they are working on releasing mod tools for BG3 later this year.
Often times those seemingly trivial fixes can be quite more complicated because of how the code is structured.