-
Posts
24,911 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
I'll look into it when I get home, thanks for looking at it.
-
This is a revival of the mod CrewQueue, which was orignially written by @enneract in 2015. Original thread is here: http://forum.kerbalspaceprogram.com/index.php?/topic/97702-10x-crewqueue-crew-rotation-and-vacations/ The mod had been updated by @Starwaster for 1.1.3, which is where I cloned the source code from. New Dependencies Click Through Blocker Download: https://spacedock.info/mod/1324/Crew R&R Source code: https://github.com/linuxgurugamer/CrewRandR License: MIT Crew R&R This mod is focused around the idea of encouraging the player to keep a deeper roster of crew, and to increase the value of individual experienced crew. This mod gives crew members a 'cool-down' when they return to Kerbin, so that you need to use a more varied crew rather than just Bill, Bob, and Jeb. It also changes which crew are automatically selected, so that the most-experienced crew who has least-recently been on a mission is picked first. Features Crew go on R&R after completing a mission, between 7 and 28 days in length, depending on the length of their mission. (configurable in the stock Settings page) While on R&R, crew cannot be sent on missions. The main pod is crewed with the highest-level crew who has least-recently been on a mission, creating a sort of 'crew rotation'. Crew assigned to pods, either automatically or with the 'fill' button, will make some sense in regard to what that part does. For example, Science Labs will get mostly Scientists, Cockpits will get at least one Pilot, etc. Installation Download the latest Release from the link above, or use CKAN to install it Once you've downloaded this file, simply unzip it and merge the GameData directory with the one located in your Kerbal Space Program installation directory, overwriting any files if prompted. Strongly Suggested Mod This mod give you a reason to spread the experience around: Known Issues Renaming Kerbals or changing their professions is unsupported. KerbalStats method of changing professions may work. Most likely NOT compatible with KCT Not compatible with Better Crew Assignment Reported problems with Final Frontier. I have not been able to duplicate them (please report these bugs!) I accept pull requests.
- 206 replies
-
- 23
-
For anyone who wants to see the final code for this: public void RemapFillButton() { var buttonFillBtn = CrewAssignmentDialog.Instance.transform.Find("VL/Buttons/Button Fill"); // <-- GetComponent<Button> on this if found if (buttonFillBtn == null) return; Button b1 = buttonFillBtn.GetComponent<Button>(); if (b1 != null) { b1.onClick.RemoveAllListeners(); b1.onClick.SetPersistentListenerState(0, UnityEventCallState.Off); b1.onClick.AddListener(OnFillButton); } }
-
I'm updating the CrewQueue mod, and I need to have the mod's functions be used instead of the stock actions. Specifically, there is a button on the Crew Assignment which I see is defined as: public void ButtonFill(); How can I replace the stock code with the code in this mod? The old code used the old EZGui, which obviously can't be used. I know that the launch button has ways to do this using "fetch", but the crew assignment dialog doesn't have a fetch, only a static Instance. And while the EditorLogic has a public Button for launchBtn which I use in other mods, there is no public button for the CrewAssignmentDialog. I'm guessing that reflection may come into play, but I haven't any idea of what the button is actually called internally. Thanks in advance
-
It would be helpful if you could test this in a clean install, I may not have time to set up a test for a whie
-
[1.3.1] Persistent Dynamic Pod Names release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ok. I think I found it, please try this: https://www.dropbox.com/s/wjmacnh94uy1wxw/PersistentDynamicPodNames-0.1.7.2.zip?dl=0 and let me know how it goes -
Here is a version with some extra debugging added. No bugs, but the string being returned may not be what @Angel-125 posted earlier. Can you please install it and try it? There aren't any changes other than added debug statements. One you run it (and you see the bad science), please exit the game and send me the log https://www.dropbox.com/s/3ahoi9bq0iwioh1/KEI-Debug-2011-04-16.zip?dl=0
-
Look at State Funding Continued
-
[1.3.1] Persistent Dynamic Pod Names release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Probably not, could you test and repost a log ifile it happens again? -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
linuxgurugamer replied to ferram4's topic in KSP1 Mod Releases
sorry, it was replaced: https://www.dropbox.com/s/a0ufhy5wxd4pcbc/vng-beta3.zip?dl=0- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with: