-
Content Count
90 -
Joined
-
Last visited
Community Reputation
7 NeutralAbout OminousPenguin
-
Rank
Rocketry Enthusiast
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Love the mod @Gotmachine! Thanks for your hard work. On smaller vessels I find myself missing a four-way micro RCS block, i.e. a micro equivalent of the RV-105, or following the naming of your other parts, a part that would be named 025T_2xlateral_1xup_1xdown. Is there a reason this part was omitted? On some craft it makes sense to have one set of RM-025-IL at one end of the vessel, and another set rotated 180° at the other end. However for smaller probes I'd prefer to just have a set of four-way RM-025 around the COM. Hope this makes sense. Thanks!
- 164 replies
-
Just installed this as I've been using external tools for this sort of thing, but I feel like I must be missing something - The slider for Body Orbital Height does not allow for accurate input: Far left is 1km, next value is 80km, next is 619Mm... A box into which a number could be typed would be great!
-
Hi all. I'm wanting to set an exact orientation and rotation so that it doesn't drift over time. I had a look at the save files but after a bit of futile experimentation with the rotation quaternion and direction vector I gave up. Anyone got any suggestions for this sort of thing? Thanks
- 680 replies
-
- persistent
- persistentrotation
-
(and 1 more)
Tagged with:
-
[1.1.3] RealHeat (Minimalist) v4.3 July 3
OminousPenguin replied to NathanKell's topic in Add-on Releases
@Phineas Freak recompiled for 1.6.1 on March 25th (thanks). If you could tag it and create a release that'd be great as I think CKAN would pick up on that automatically. https://github.com/KSP-RO/RealHeat/commits/master Hopefully just a recompile is needed for 1.7.1 as well. -
I've been searching around and looking at the krpc source and I can't work out how to get the result of an expression: dynamic_pressure = conn.get_call(getattr, vessel.flight(), 'dynamic_pressure') velocity = conn.get_call(getattr, vessel.flight(), 'true_air_speed') heatflux = conn.krpc.Expression.multiply( conn.krpc.Expression.call(dynamic_pressure), conn.krpc.Expression.call(velocity) ) If someone can tell me how to get the result of the heatflux expression that'd be great. Thanks.
-
[1.4.x] Improved Chase Camera - v1.6.2.1, Apr 13, 2018
OminousPenguin replied to Papa_Joe's topic in Add-on Releases
Just a note for those looking for a build of this for 1.3.1: https://github.com/Ni2Be/ImprovedChaseCamera-by-BahamutoD/releases/tag/Chase_Cam_v1_3 -
Found this mod last night and wow. Thank you @The White Guardian!
- 1,001 replies
-
- renaissance compilation
- visual enhancements
-
(and 3 more)
Tagged with:
-
My fiancée made me a Kerbal birthday cake!
(FYI Kerbals have carrot cake on the inside)
-
OminousPenguin changed their profile photo
-
[1.8.0-1.11.0] AtmosphereAutopilot 1.5.16
OminousPenguin replied to Boris-Barboris's topic in Add-on Releases
I think the cleanest solution to this problem is to have a short (configurable) delay (about 1 second) after changing the value before it takes effect. eg. The course reads 195. You want to change it to 210. 1. You clear the 195 and press the '2' key. 2. Internally, the mod starts a 1 second countdown. The mod still behaves as though the course is still 195. 3. Less than 1 second later you hit the '1' key. 4. The mod restarts the 1.5 second countdown. The mod still behaves as though the course is still 195. 5. Less than 1 second later you hit the '0' key. 6. The mod restart- 818 replies
-
- 1
-
-
- autopilot
- fly-by-wire
-
(and 1 more)
Tagged with:
-
If FuelWings is compatible with RealFuels, then in CKAN FuelWings should require ModularFuelTanks OR RealFuels. This would involve asking both @taniwha and @NathanKell to both add something like "provides" : [ "ModularFuelSystem" ] to their netkan files and then having FuelWings require "ModularFuelSystem". The user would then be asked to choose to install either ModularFuelTanks OR RealFuels. (Currently RealFuels conflicts with "ModularFuelSystem" although I can't see any mod that actually has that name. (Doesn't look like the old Modular Fuel System is in CKAN)) Unrelated, @To
-
[1.9.x] KSP Alternate Resource Panel v2.10.0.0 (April 26)
OminousPenguin replied to TriggerAu's topic in Add-on Releases
Thank you for your hard work @TriggerAu