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

Ebon Hawk - Galaxy map cutscene not firing? #610

Closed
ghost opened this issue Jun 16, 2022 · 7 comments
Closed

Ebon Hawk - Galaxy map cutscene not firing? #610

ghost opened this issue Jun 16, 2022 · 7 comments
Labels
Enduser Problem Local install problem, not a K1CP issue.

Comments

@ghost
Copy link

ghost commented Jun 16, 2022

Not sure what happened here. There's supposed to be a cutscene the first time you enter the Ebon Hawk's cabin, but it failed to fire for me this time. I checked a playthrough on YouTube and this is what it's supposed to say:

[This is the Galaxy Map [...].]
[When you are ready to leave Dantooine [...].]
[A destination is still stored [...].]

I don't know how this could be an issue on my end, but I don't think K1CP could've screwed with this either. I'll add the issue just in case. Maybe someone else could double check with the latest version installed. The first time I entered the cabin was before the PC was actually allowed to leave Dantooine yet.

@DarthParametric
Copy link
Contributor

We don't touch the trigger (newgeneric006.utt) or its OnEnter script (k_pebo_showmap). You could check the Override for the script, otherwise extract the one from ebo_m12aa.mod and make sure it matches this:

void main() {
    if (GetGlobalNumber("K_Kotor_Master") != 0 && GetLocalBoolean(OBJECT_SELF, 10) == FALSE)
        {
            ActionStartConversation(GetFirstPC(), "ebo_galcam", FALSE, CONVERSATION_TYPE_CINEMATIC, FALSE);
        }
}

K_KOTOR_MASTER being 0 is when you are still on the Endar Spire, so that seems like an odd check to be making.

@ghost
Copy link
Author

ghost commented Jun 16, 2022

Apologies. I've been trying to open the script for an hour using different tools, but I can't remember how to get it working and I can't find my notes on how it's done. It's not in the Override folder though.

@ghost
Copy link
Author

ghost commented Jun 16, 2022

Hmm... This may be related and it doesn't look good. Presumably I was just given the stowaway (Sasha) quest, and it shows on the feedback section, but it's not on my active quests, nor does the food storage box in the cargo hold say anything new. There's basically no new quest and I honestly don't know why. Quest is called "Dwindling Supplies" according to feedback.

@DarthParametric
Copy link
Contributor

This sounds like a problem on your end, not with K1CP.

@ghost
Copy link
Author

ghost commented Jun 18, 2022

Yeah, after playing some more it became clear my hardware has a hard time firing specific things. Happened with Sharina Fizark's trigger next to the hunting lodge as well. I'd say you can chalk this up along with #590 and maybe #609 as issues on my end, simply because of how random they sound. Next batch should be more pertinent, as I know what to look out for on my end now.

@ghost
Copy link
Author

ghost commented Jun 20, 2022

Found the source of the problem; indeed, no issues on K1CP's part:

"Removed Ebon Hawk Nav Computer Tutorial" from Tutorial Remover. Had no idea that was in there. What I don't understand is how that also seems to break the Sasha quest, but it's clear that's also linked to that mod.

@DarthParametric
Copy link
Contributor

TSLPatcher bug. One of Sasha's scripts has a - in it, and presumably got nuked in the module repack.

@DarthParametric DarthParametric added the Enduser Problem Local install problem, not a K1CP issue. label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enduser Problem Local install problem, not a K1CP issue.
Projects
None yet
Development

No branches or pull requests

1 participant