Hi guys, I avoided this type of missions first, cause I had the same problems as everyone (using the shortcuts). The first time I resolved the problem "my way"... after that I forgot to google about it... So I tried it again with 0.25 and (of course) again had the same problem... It's just to good to put down. This was the way I solved it: - First: Just bring a recovery Vessel nearby - Second: Be confused, cause you are not able to control the Kerbonaut - Third: Save and Quit to edit the savegame - Go to <SteamDirectory>\Steam\SteamApps\common\Kerbal Space Program\saves\<SavegameName>\ - Open persistent.sfs with Notepad++. - Search for "VESSEL" or use the Kerbal name (e.g. "Allison Kerman") (...) VESSEL { (...) name = Allison Kerman type = EVA (...) ref = [COLOR="#0000FF"]<CopyFromRecoveryVessel>[/COLOR] ctrl = True [COLOR="#FF0000"](probably this enables the control by switching [with shortcuts], even though it is sth. like a "discovert unknown object" and not "owned")[/COLOR] (...) PART [COLOR="#0000FF"](edited to be a "part" of recovery vessel; probably not needed)[/COLOR] { name = kerbalEVA uid = [COLOR="#0000FF"]<KeepUntouched>[/COLOR] mid = [COLOR="#0000FF"]<CopyFromRecoveryVessel[U]Part[/U]>[/COLOR] launchID = [COLOR="#0000FF"]<CopyFromRecoveryVessel[U]Part[/U]>[/COLOR] (...) sqor = 0 (Dont know - just copied) sidx = 0 (Dont know - just copied) (...) } (...)[COLOR="#FF0000"] DISCOVERY (probably this solved the problem, but I don't try it without the other changes) { state = -1 lastObservedTime = 0 lifetime = Infinity refTime = Infinity size = 2 }[/COLOR] (...) } (...) Now I can control the Kerbal directly from Tracking Station. I'll try the shortcuts next time Regards Eld0r