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

Bastila showing all four visions #10

Closed
DarthParametric opened this issue Jan 23, 2019 · 3 comments
Closed

Bastila showing all four visions #10

DarthParametric opened this issue Jan 23, 2019 · 3 comments
Labels
Bug Something isn't working Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Permission Granted Permission has been received to incorporate 3rd party content Tier 1 Just Fixes Type: Conversation This issue is a DLG-specific bug/error Type: Scripting This issue is related specifically to a scripting bug/error

Comments

@DarthParametric
Copy link
Contributor

Making it to where Bastila gives all four post-vision speeches would be nice, and allows you to view any of the visions after the fourth, and not just the first three (the game expects you to beat each planet as soon as you land on it, so if you visit the fourth planet before getting the third Star Map, you have the vision and then just spawn in front of her; it evidently expects her to already be captured by that point. Likewise, if you ask her to show you the vision again, she won't be able to show the fourth). K1R has this fix.

@DarthParametric DarthParametric changed the title v1.7 Bastila showing all four visions Bastila showing all four visions Jan 23, 2019
@DarthParametric DarthParametric added the Bug Something isn't working label Jan 23, 2019
@DarthParametric
Copy link
Contributor Author

Requires submitting a request to Fair Strides for use of the K1R content. Sounds like a job for @Mako88

@DarthParametric DarthParametric added the Contact 3rd Party Requires contacting the author of an external mod for permissions label Jan 30, 2019
@Mako88
Copy link
Contributor

Mako88 commented Jan 30, 2019

I talked to FairStrides and got permission:

image

@DarthParametric
Copy link
Contributor Author

DarthParametric commented Feb 1, 2019

So it would seem the K1R fix consists of adding a new Entry to ebo_bast_vision.dlg in the Ebon Hawk module

k1r_bastila_vision_added_dlg

which has an added conditional

int StartingConditional() {
	int int1 = (GetGlobalNumber("Ebon_Vision") == 3);
	return int1;
}

And fires a new script

void main() {
	SetGlobalNumber("Ebon_Vision", 3);
}

I am assuming that alone is sufficient.

Edit: Added the above DLG and script changes. Reopen and notify if anything further is required.

@DarthParametric DarthParametric added Requires Implementation The solution for this issue needs to be implemented and added to the patch Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Permission Granted Permission has been received to incorporate 3rd party content Type: Conversation This issue is a DLG-specific bug/error Type: Scripting This issue is related specifically to a scripting bug/error Tier 1 Just Fixes and removed Contact 3rd Party Requires contacting the author of an external mod for permissions labels Feb 1, 2019
@DarthParametric DarthParametric removed the Requires Implementation The solution for this issue needs to be implemented and added to the patch label Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Module: Ebon Hawk Issue occurs primarily on the Ebon Hawk Permission Granted Permission has been received to incorporate 3rd party content Tier 1 Just Fixes 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