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

Evacuate not working (DERP inflatible excape pod) #78

Open
wile1411 opened this issue Feb 3, 2017 · 0 comments
Open

Evacuate not working (DERP inflatible excape pod) #78

wile1411 opened this issue Feb 3, 2017 · 0 comments

Comments

@wile1411
Copy link

wile1411 commented Feb 3, 2017

In testing, I'm using 3 parts;
Mk1 Command pod (containing a Kerbal)
DERP Service ring mounted to the top node of the pod (so there is something to decouple)
DERP Pod mounted directly on top of the service ring.

I linked the DERP Pod action Evacuate to the "Gear" action group and when loaded to the launchpad, hit "g". The debug menu gives three lines upon using Evacuate:

Inflating
Evacuating!
Could not find any crew to move

Looking at the code on the SrvPack Github repository (SrvPack/Lifeboat/LifeBoat.cs) I found the line that evaluates to no crew. Not sure why.

var source = vessel.Parts.First(x => x != part
&& !x.Modules.Contains("LifeBoat")
&& x.protoModuleCrew.Count > 0);

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

No branches or pull requests

1 participant