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

RendezvousGoal possible? #5

Open
pweingardt opened this issue Jun 12, 2013 · 3 comments
Open

RendezvousGoal possible? #5

pweingardt opened this issue Jun 12, 2013 · 3 comments

Comments

@pweingardt
Copy link
Owner

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)

@RaymondDragonHardy
Copy link

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:

VesselNameGoal
   vesselName = Sample Ship Nomenclature

EVAGoal
  requiredKerbal = Jebidiah

Lacking the last name on the req kerbal because from my telling they all have the same last name.
Its just my thought on it, any way I would love the RendezousGoal.

edit--------------------------------------------------------6/18/2013-10:04AM-----------------------------------------------------------------------edit
VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV

Also again more close to your Rendezvous Goal something like this:

DockingGoal
    targetVesselName = Sample Ship Nomenclature

Just as a possibly cheaper way to make it work.

edit--------------------------------------------------------6/18/2013-11:40AM-----------------------------------------------------------------------edit
VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV

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.

@pweingardt
Copy link
Owner Author

While this is perfectly possible, name please one good usecase :).

@RaymondDragonHardy
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants