Papa_Joe

Papa_Joe

57.9k Downloads

Can not fill crew on launchpad.

georgir opened this issue ยท 8 comments

commented

The most basic and yet most important use of this type of mods is filling the command pods of a craft on the launch pad if you launched when you forgot to select crew.
It is especially important with KCT when you would not want to waste time for recover/recondition/re-rollout.

It just does not work with the current version of Ship Manifest.
In roster list, "add disabled. no source part is selected"
But a source part does not make sense for this - the source is the roster not another ship part.

commented

Hi geogir, I'm sorry you are encountering difficulties. The following link will explain how this process works. https://github.com/PapaJoesSoup/ShipManifest/wiki/1.5---Roster-Window

This explains how the Roster window operates. The functionality you are looking for does exist.

If you are wanting to add a kerbal to a vessel (meaning they are currently available), then you do need to specify a source part. The reason you need to specify a source part is due to the fact tha s ship can have multiple parts that can be crewed (science labs, passenger containers, etc. So sm cannot "assume" you mean the command pod. Therefore you need to specify the part in which you wish to place the crew member.

All this is affected by the Realism Mode setting. Finally, if you want to fully crew a vessel with one click, then turn off Realism and in preflight, buttons will appear at the top of the Manifest window to allow you to fill or empty the crew with one click.

commented

Thanks for the reply,
Unfortunately the info in that link does not help any, and the mod behavior is not as described there.
When I select a source part the add buttons for my available kerbals in the roster simply get replaced by '---' buttons.

I also tried selecting my pod as a "target" part, as calling the part where you want to add the kerbals "source" instead of "destination" or "target" is illogical, but that did not do anything.

The "empty" button did indeed work OK to remove the current crew, but the "fill" button did not do anything.

Tried turning off the realism checkbox as well - it made no difference.

commented

Thanks for the reply. I will make sure that this is resolved in the upcoming release. I did a major refactor so I did touch that area of the code.

Sent from my iPhone

On Jan 19, 2016, at 8:17 AM, georgir [email protected] wrote:

Thanks for the reply,
Unfortunately the info in that link does not help any, and the mod behavior is not as described there.
When I select a source part the add buttons for my available kerbals in the roster simply get replaced by '---' buttons.

I also tried selecting my pod as a "target" part, as calling the part where you want to add the kerbals "source" instead of "destination" or "target" is illogical, but that did not do anything.

The "empty" button did indeed work OK to remove the current crew, but the "fill" button did not do anything.

Tried turning off the realism checkbox as well - it made no difference.

โ€”
Reply to this email directly or view it on GitHub.

commented

Release soon. Fixed my performance issue.

commented

Fixed with the release of 5.0.1.0

Has this been resolved for you with the latest release?

commented

since I'm not playing ksp much now and just waiting for 1.1 I hadn't tested.
just replaced it in my gamedata folder, now I don't get any shipmanifest
buttons in my toolbar.
probably didn't install something quite right, tho i'm not sure what -
folder structure seems ok.
if I get more time later i'll retest.

On Sat, Mar 19, 2016 at 1:37 AM, Joseph Korinek [email protected]
wrote:

Closed #14 #14.

โ€”
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#14 (comment)

commented

looking at the description of the last release has me confused - removed
some dll, supposedly replaced by "smwrapper" but theres no smwrapper in the
gamedata folder? theres a c sharp source file for one in the archive but no
compiled dll

On Sat, Mar 19, 2016 at 10:51 PM, Georgi Rusev [email protected] wrote:

since I'm not playing ksp much now and just waiting for 1.1 I hadn't
tested.
just replaced it in my gamedata folder, now I don't get any shipmanifest
buttons in my toolbar.
probably didn't install something quite right, tho i'm not sure what -
folder structure seems ok.
if I get more time later i'll retest.

On Sat, Mar 19, 2016 at 1:37 AM, Joseph Korinek [email protected]
wrote:

Closed #14 #14.

โ€”
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#14 (comment)

commented

Sorry for the confusion. The dll file I'm referring to are for Mod developer use. they do not affect the use of SM in general. The SMWrapper.cs file is used by Mod developers to make it easy to consume the public code interface of SM. It will not be in GameData anywhere and is part of the root of the distribution zip.

So, you only need ShipManifest.dll and CLSInterface.dll in your GameData\ShipManifest\Plugins folder.

If you delete the SM folder and install the mod by overwriting the gamedata folder, all will be well.

Alternatively, you can use Either CKAN or KSP-AVC to install/upgrade SM.