sarbian Posted December 7, 2013 Share Posted December 7, 2013 (edited) vXSovereignXv did not connect on the forum since August, the plugin needs some love and the licence allow for it. So for now I'll work on it. Just don't expect new feature This plugin will allow you to add or remove crew from parts while on the launch pad or transfer crew between parts in the same vessel. You can also edit/add custom crew members in your available crew roster provided that they are not part of an active flight (or dead). Downloads: Download Sourcecode Instructions: In the flight scene: Click on the Manifest Icon to show the Manifest Window. Crew Manifest: To Add or Remove Crew you must be landed at the Runway or Launchpad. Select the part from the top list (the part will be highlighted in yellow). The bottom list will show the crew of that part and actions that can be performed (Add or Remove). You can also open the Crew Roster window to add specific Kerbals to the selected part. Click the "Add" button next to their name. Crew Transfer: To Transfer Crew, click the Transfer Crew button at the bottom of the Manifest Window. A new window will popup. You can select a part on the left and move crew from that part to the select part on the right (or Vice Versa). The left selected part will be highlighted in green while the right selection will be highlighedt in red. Clicking the "Out" button will send the Kerbal to the other selected Part. Use the "Update Portraits" button to refresh the crew portraits if they did not load correctly during transfer. Crew Roster: To open the Crew Roster, click the button on the Crew Manifest window To Edit a Kerbal, click the edit button next to their name. Kerbal names in Red are assigned to a Vessel and cannot be modified. Name, Courage, Stupidity, and the badass flag can all be modified. Click the "Apply" button to submit changes. Cancel will revert your changes. To Create a Kerbal click the "Create Kerbal" button at the bottom of the window. This will generate a semi-random Kerbal that can be further modified.(Uses the games code. It's not entirely random.) Click the "Apply" button to add the new Kerbal to the Manifest. License: MIT License Version 0.6.4.0 - Fix part highlight Version 0.6.3.0 - KSP 1.2 Version 0.6.2.0 - KSP 1.1 - Make the launcher icon allways on Version 0.6.1.0 - Fix the Launcher icon not showing up for users without Blizzy Toolbar - Add a cfg option to hide the Launcher icon Version 0.6.0.0 - 1.0.x update. Use the stock application launcher. Gender + Type edit, and display the profession for the name (profession comes from the Kerbal name) Version 0.5.10.0 - 0.90 update and merged an old ozraven patch that keep the windows from going offscreen Version 0.5.9.0 - 0.25 update Version 0.5.8.0 - 0.24 update Version 0.5.7.0 All fix from ozraven. Many thanks. - Compatibility fix with TextureReplacer - portrait refresh working - lose roster/transfer windows when the manifest window is closed - more highlight bug fixed - Removed the Toolbar from the DL. You still need it ! Version 0.5.6.2 - updated included Toolbar dll to 1.2 Version 0.5.6.1 - Recompile for .23 - Fixed the bug where you can't unselect a pod and it stay yellowish. Version 0.5.6.0 –Code cleanup for 0.22 - Removed all code that duplicate function already available with KSP crew Management - Use Blizzy78 ToolBar plugin for the button (included) Version 0.5.5.0 –Compatibility fixes for version 0.21 –Can no longer remove a Kerbal from the Crew Manifest –Permadeath option is now disabled since it’s in the game now. Version 0.5.4.0 –Fixed issues loading the settings file/icons in Linux/Mac (Hopefully) –Added a button for Fill Vessel and Empty Vessel to the Crew Manifest Window. –Added ability to respawn dead Kerbals. A respawn button will appear next to dead Kerbals in the roster window. Must be enabled in the settings menu on the space center screen. Disabled by default. –Changed color coding of Kerbals in the roster window. Red = Dead, Yellow = Assigned, Green = Available Version 0.5.3.0 –Fixed the persistence stuff to work with version 0.20. All features re-enabled! –Added a debug console that can be enabled in the settings menu. This really only helps me develop to mod, but it's there. Version 0.5.2.0 –Compatibility Fix for version 0.20 –Note: Settings persistence is still broken so the settings menu is disabled for now. This effects window position and button position persistence. Kerbal permadeath is disabled for now as well. Version 0.5.1.1 –Cleaned up icons a bit –Added settings menu to the Spacecenter Scene Version 0.5.0.1 –Fixed issue that broke game save when restarting a flight in which Kerbals died while Permadeath was enabled. –Fixed issue where the ui button would disappear after restarting a flight. –Fixed issue that caused the mod to still require a part with the CrewManifestModule attached. Part is no longer required. –Fixed issue where kerbals were flagged as Available after transferring between modules. –Fixed issue that caused Kerbals to be flagged incorrectly as available when restarting a flight. Version 0.5.0.0: –You can now add/remove Kerbals from your Crew Roster. The changes are saved at the same time as the persistence file is saved. –Kerbals in your roster can be edited if they are not assigned to an active vessel (or dead). You have full control over their personality and name. –Removed requirement for having a part. This mod is now activated by a UI button similar to the alarm clock mod. –You can destroy the old crew manifest part by using the click menu –Window positions now persist between game sessions. –Additional UI tweaks as well as behind the scenes prep for UI rework. –There is an option to allow Kerbal permadeath. This is enabled by setting the EnablePermadeath flag in the Plugindata config file. Disabled by default. Enable at your own peril! Version 0.3.5.0 –Added a button to the transfer screen to reset the crew portraits. Use this if the portraits don’t update after the transfer. –Some UI tweaks –Added the ability to add crew to a part from the crew roster. You can now pick what Kerbals you want in your modules. Version 0.3.1.0 –Fixed a bug that could cause a wrong Kerbal to be transferred. Version 0.3.0.0 –Revamped the interface and reworked all the code. –Vessel only Requires one Manifest Module to be attached to manage all parts in that vessel. –Crew can now be transferred between parts in the same vessel –Included a single manifest part. It can be found in the science tab. It uses the same model as the Gravity Sensor. Version 0.2.2 –Kerbals are no longer “Killed†when they are removed from a part. (Thanks CaptainArbitrary for suggestion) –Built against 0.18.4 –Updated package with 18.4 stock parts Version 0.2.1 –The Crew Portraits now update correctly when adding Kerbals to pods –The download package now includes the entire part folder for each part. Apparently the MAC OS doesn’t know how to merge folders. –Built against 0.18.2 Version 0.2 –Added ability to remove crew members through the context menu. The option is only available when landed at the lauchpad/runway and there are Kerbals in the the module. –Plugin now uses an accurate count of Kerbals that are in the module Version 0.1 –Initial Release Edited December 30, 2016 by sarbian Link to comment Share on other sites More sharing options...
Deltac Posted December 7, 2013 Share Posted December 7, 2013 Wonder what's taking the KSP devs so long to implement a system like this. At least for docked ship crew transfer. Then again, being able to change the crew on the launch pad is also handy.Sarbian, good luck! Link to comment Share on other sites More sharing options...
Lord DarkRift Posted December 7, 2013 Share Posted December 7, 2013 Good luck, this plugin is awesome ! Link to comment Share on other sites More sharing options...
Ratzap Posted December 7, 2013 Share Posted December 7, 2013 Hehe, freaky Sarb, I downloaded the master repo for this 2 hours ago since the guy had been gone so long and there's one or two things I want to add. Link to comment Share on other sites More sharing options...
Superfluous J Posted December 7, 2013 Share Posted December 7, 2013 While I appreciate and support you picking up this project (and anybody picking up any abandoned project), if you're not adding any features what is the purpose of taking it over? Link to comment Share on other sites More sharing options...
Frederf Posted December 7, 2013 Share Posted December 7, 2013 Is it possible to make a "lite" version of this mod only for the purposes of transferring crew within a craft? I have no interest in managing crew outside of the astronaut complex or at the prepare launch screen. I was thinking a third button on the portraits "IVA" "EVA" "XFR" and then clicking the destination part. It would be very slim and minimalistic. Link to comment Share on other sites More sharing options...
sarbian Posted December 7, 2013 Author Share Posted December 7, 2013 (edited) Ratzap : Share our idea or submit a patch to github 5thHorseman : To make it work with future version of KSP ? The code was full of call that are now marked obsolete in current KSP version. If you have idea for feature go on and tell me.Frederf : I'll need to see it's easy to add thing to the portrait first. Edited December 7, 2013 by sarbian Link to comment Share on other sites More sharing options...
Superfluous J Posted December 8, 2013 Share Posted December 8, 2013 5thHorseman : To make it work with future version of KSP ? The code was full of call that are now marked obsolete in current KSP version. If you have idea for feature go on and tell me.You asked so I'd love to be able to transfer the crew though the right-click menus, kind of like how we transfer fuel now. Right click one pod, alt-right-click the other pod, and you can "out" and "in" Kerbals between them.I also want this for TAC fuel balancer, but that's a different thread Link to comment Share on other sites More sharing options...
Read have Read Posted December 8, 2013 Share Posted December 8, 2013 Sweet, thanks for keeping this updated.I find the manifest window and the transfer window to duplicate functions, it would be nice if the manifest window turned into the transfer window when you pressed transfer rather than having a 3 windows up with 3 lists of parts. Link to comment Share on other sites More sharing options...
sarbian Posted December 8, 2013 Author Share Posted December 8, 2013 AFAIK to add that I would have to move the addon back to a module addon, since it's the only way I know to add a contextual menu. I may try it, but not before .23 since the tweakable may impact the code and I don't want to do it twice Link to comment Share on other sites More sharing options...
longhornchris Posted December 8, 2013 Share Posted December 8, 2013 Sarbian - Thanks for the update. I do have a bug report. When flying a ship with only 1 crew module you can't de-select the module so I've got a lander with a yellow highlighted crew cabin. Link to comment Share on other sites More sharing options...
vXSovereignXv Posted December 8, 2013 Share Posted December 8, 2013 I was meaning to send out a request for someone to take this over. I just haven't had the time to update it or even play Kerbal lately. Best of luck to you sarbian. Feel free to message me if you have any questions. Link to comment Share on other sites More sharing options...
Warhorse Posted December 8, 2013 Share Posted December 8, 2013 Is there a way to move the icon around? Currently, running in 1920 x 1080, it's stuck in the middle of my screen. Also, on the space centre screen, there's a little black box at about the location where the icon would be on the flight screens. Both these issues are new to this version for me. Link to comment Share on other sites More sharing options...
sarbian Posted December 8, 2013 Author Share Posted December 8, 2013 I just uploaded a new version of the download with the last version of blizzy78 toolbar It will be easier to move the button. Link to comment Share on other sites More sharing options...
FlexGunship Posted December 9, 2013 Share Posted December 9, 2013 I just uploaded a new version of the download with the last version of blizzy78 toolbar It will be easier to move the button.Just installed the latest version and I can't move the button. I'm running 1920 x 1200. Link to comment Share on other sites More sharing options...
sarbian Posted December 10, 2013 Author Share Posted December 10, 2013 This version should have a small arrow at the right of the toolbar that open a menu to unlock and move it the bar. At least when you are flying a ship. Link to comment Share on other sites More sharing options...
likke_A_boss Posted December 11, 2013 Share Posted December 11, 2013 Just curious, but with some mods (eg. Chatterer, engineerer, mechjeb, ect.) you can click, drag, and drop the button. I'm running very low on memory so another mod really isn't the ideal solution. Is there anyway to change this? Link to comment Share on other sites More sharing options...
KerbMav Posted December 11, 2013 Share Posted December 11, 2013 The memory usage of a plugin like the toolbar-thingy should be unnoticable really, it has no parts/big textures. Link to comment Share on other sites More sharing options...
sarbian Posted December 11, 2013 Author Share Posted December 11, 2013 It's something like a 40kB memory use + the icon. A lot of mods are switching to using this toolbar too. Link to comment Share on other sites More sharing options...
likke_A_boss Posted December 11, 2013 Share Posted December 11, 2013 So on the 000_Toolbar file that is in crew manifest, is that to be merged with blizzy78 same file called 000_Toolbar? Link to comment Share on other sites More sharing options...
sarbian Posted December 11, 2013 Author Share Posted December 11, 2013 Yes, they are the same. Link to comment Share on other sites More sharing options...
WinkAllKerb'' Posted December 14, 2013 Share Posted December 14, 2013 Wonder what's taking the KSP devs so long to implement a system like this. At least for docked ship crew transfer. Then again, being able to change the crew on the launch pad is also handy.Sarbian, good luck!Thats probably fairly easily doable, thats why they probably focus something else i guess. But we definetely need to be able to move our crew within assembled part will come sooner or later for sure.@sarb: nice you maintain it. Link to comment Share on other sites More sharing options...
sarbian Posted December 16, 2013 Author Share Posted December 16, 2013 Sarbian - Thanks for the update. I do have a bug report. When flying a ship with only 1 crew module you can't de-select the module so I've got a lander with a yellow highlighted crew cabin.Fixed on my build. I'll release tomorrow when I can compile for .23 Link to comment Share on other sites More sharing options...
simmy2109 Posted December 18, 2013 Share Posted December 18, 2013 Fixed on my build. I'll release tomorrow when I can compile for .23Looking forward to it! Link to comment Share on other sites More sharing options...
sarbian Posted December 18, 2013 Author Share Posted December 18, 2013 Ah Sorry, with the bug pilling up in MJ I forgot to post that I uploaded the .23 version Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now