-
Notifications
You must be signed in to change notification settings - Fork 5
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
RendezvousGoal possible? #5
Comments
Could something similar be used to have a specific Kerbal EVA, say the mission requires Jebidiah Kerman. I think that could be a simple(ish) check name of kerbal line. And on that thought, couldn't a name become a requirement of ship. something like this:
Lacking the last name on the req kerbal because from my telling they all have the same last name. edit--------------------------------------------------------6/18/2013-10:04AM-----------------------------------------------------------------------edit Also again more close to your Rendezvous Goal something like this:
Just as a possibly cheaper way to make it work. edit--------------------------------------------------------6/18/2013-11:40AM-----------------------------------------------------------------------edit So elaborating on this you make on mission requiring a certain name, then another mission that requires you complete the first mission and requires you to dock to the ship of a certain name. and instead of it having to route around files, it just has to read a line of text and check if it matches, so I think that'd be less resource intensive. |
While this is perfectly possible, name please one good usecase :). |
For the Specific Kerbal to EVA I can't think of a good use, however for the vessel name requirement, I see it easier to implement so instead of use ship from goal number etc. and have it go in and assign a code to that ship, it only has to scan the vessel name line, being less resource hoggish. Now it only has to check a line instead of having to to add a line and then check for that line again later. Make sense? |
We would need a new instruction for this: VESSEL_FROM_MISSION(mission_name) that sets the vessel id that has finished the mission mission_name.
And the RendezvousGoal needs access to the manager, that handles the completed missions. The information is there. Once it is there, we could check if the vessel is within reach. (< 100m, or even configurable)
The text was updated successfully, but these errors were encountered: