Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible for Jolee to reference Star Map quest prematurely #446

Closed
JCarter426 opened this issue Dec 3, 2020 · 5 comments
Closed

Possible for Jolee to reference Star Map quest prematurely #446

JCarter426 opened this issue Dec 3, 2020 · 5 comments
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Type: Conversation This issue is a DLG-specific bug/error Type: Scripting This issue is related specifically to a scripting bug/error

Comments

@JCarter426
Copy link
Contributor

(reported on Reddit)

Allegedly, it is possible to progress through Jolee's dialogue tree without finishing Kashyyyk, and he will reference the events surrounding the Star Map quest even though you have not experienced them if you don't complete the planets one at a time in order like a good little player.

It seems like the dialogue branch in question begins at So when did you go to Kashyyyk?. Attaching a conditional script that locks the node off until Kashyyyk is completed might fix it.

@JCarter426 JCarter426 added the Type: Conversation This issue is a DLG-specific bug/error label Dec 3, 2020
@DarthParametric DarthParametric added Minor Issue Aesthetic issue or other problem that isn't really a bug Type: Scripting This issue is related specifically to a scripting bug/error labels Dec 4, 2020
@DarthParametric
Copy link
Contributor

DarthParametric commented Dec 4, 2020

It's the sub-reply R105 that's the branch of interest:

R105 You sound quite fond of them. (3947)
|
--- E89 I suppose I am, in a way, despite the smell. For a race of gardeners, they've developed quite interestingly. (3622)
   |
   --- R106 Gardeners? (3948)
      |
      --- E90 You remember the alien computer, correct? Kashyyyk was meant to be an agricultural planet. The Wookiees were made for a reason. (3623)
         |
         --- R107 <>
            |
            --- E91 Or, at least, that's what I'm thinking. But I'm an old man who's had a long time to develop that opinion, so don't argue with me. (3624)
               |
               --- R108 <>
                  |
                  --- E88 At any rate, we should be moving along, don't you think? If you sat around this long in the Shadowlands, a tach would eat you. (Already listed) (3621)

I suppose we could split the audio for E89 and add a new entry with just the first half I suppose I am, in a way, despite the smell. Then E89 could be gated off with a starting conditional.

@JCarter426
Copy link
Contributor Author

JCarter426 commented Dec 4, 2020

I think it would be enough to change the initial conditional script for that branch to lock it until Kashyyyk is finished. That way there is no need to mess around with the dialogue file, and a few of his conversations imply that you've long left Kashyyyk anyhow.

@DarthParametric
Copy link
Contributor

Perhaps, but that would also potentially allow for unintentionally skipping one his branches if a banter trigger pops up and the player doesn't pursue it again manually later.

@JCarter426
Copy link
Contributor Author

Oh, right, I forgot about that problem that came up with Carth before.

@DarthParametric
Copy link
Contributor

Jolee_Kash_Star_Map_DLG

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Minor Issue Aesthetic issue or other problem that isn't really a bug Type: Conversation This issue is a DLG-specific bug/error Type: Scripting This issue is related specifically to a scripting bug/error
Projects
None yet
Development

No branches or pull requests

2 participants