![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
![](https://forum.kerbalspaceprogram.com/uploads/set_resources_17/84c1e40ea0e759e3f1505eb1788ddf3c_default_photo.png)
charfa
Members-
Posts
32 -
Joined
-
Last visited
Reputation
16 GoodProfile Information
-
About me
Bottle Rocketeer
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Oh crap, sorry people. I've stopped playing KSP and stopped paying attention to what's going on here. I knew this was going to happen, that's why I didn't want to make my release the official one @Kerbas_ad_astra, I somehow missed your PR on github. I can put out a new release with it, but if you intend to stick around then maybe it's best if you take back the maintenance of this mod. I feel like my job is done here
-
@ManuxKerb, Can you double check if your Landertrons are set to Soft Landing mode, and not Short Landing? I was only able to reproduce the behavior you describe in ShortLanding mode. I'll try to correct this either way, but ShortLanding isn't really supposed to be used this way. BTW, I installed FAR on my dev install and didn't notice any change in behavior. @lodestar, Sorry for late reply, I must have missed your post. I think that putting airbags on a lander might have it's merits even without explicitly telling Landertron to stop at some altitude above terrain. It would make fragile cargo safe from being dropped from too high when you're coming in at high speed. So I don't really see a benefit from being able to tell Landertron to stop at least x meters above surface. I'll look into reimplementing that tweakable, but you haven't convinced me it's worthwhile
-
My guess is you forgot that 1.4Mm limit is from Kerbin center, but the altitude shown in game is above sea level, so your max altitude is 800km. Did I guess right?
-
KR-14 has a very narrow cone angle (0.04o), when you point it at Kerbin from Minmus it's not wide enough to connect to satellites in keostationary orbit (unless when one of them crosses right in front of Kerbin. You should use DTS-M1 (45o angle) for Minmus/Mun-Kerbin communication (both ways).
-
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
charfa replied to cybutek's topic in KSP1 Mod Releases
That's interesting... I would guess that changing thrust shouldn't impact effective Isp calculation. After all, we'll get the same dV from the same amount of fuel. Isn't KER calculation weighted by thrust or something? (I haven't done the actual math to check how it should look like.) -
Out of curiosity, which attempts have you tried? It should work similar to how you change label colors, only you need to modify the button style in skin, and change also hover and (optionally) active styles: GUIStyle redButton = new GUIStyle(GUI.skin.button); redButton.normal.textColor = Color.red; redButton.hover.textColor = Color.red; redButton.active.textColor = Color.red; ... GUILayout.Button("Launch", operational ? greenButton : redButton, GUILayout.ExpandWidth(false))
-
Regarding plant colors. Plants don't pick up their color after the color of the star - after all plants of Earth are not yellow If anything they pick the complementary color. Plants on Earth contain chlorophyll that absorbs red and blue and reflect green. You can invent other substance plants will use in photosynthesis on your planet, but it would make sense if it absorbed wavelengths that are most abundant in star's light, and reflected others.
-
[1.0.5] TAC Life Support v0.11.2.1 [12Dec]
charfa replied to TaranisElsu's topic in KSP1 Mod Releases
Thanks Nathan! -
[1.2.0] Precise Node 1.2.4 - Precisely edit your maneuver nodes
charfa replied to blizzy78's topic in KSP1 Mod Releases
Yes, it's a new feature in KSP 1.0.5, where double right-click enables mouse-look, akin to how it works in IVA. You can disable it in KSP settings. -
5thHorseman landing A-class asteroid on Kerbin with wings (in 23.5):