-
Posts
13,406 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by NathanKell
-
[0.23.5] Realism Overhaul: ROv5.2 + Modlist for RSS 6/30/14
NathanKell replied to NathanKell's topic in KSP1 Mod Releases
Did you follow the instructions when downloading RftS Engines to also download the gimbal plugin? -
Niiice! Snjo, when you get a sec, could you check out pWings's procedural control surface? I'm trying to apply the texture switcher to it and failing. No log messages... It works fine for the regular and the all-moving wings BTW. Here's what I have now: @PART[pCtrlSrf1] { MODULE { name = FStextureSwitch moduleID = 0 showListButton = true textures { name = ProceduralDynamics/Parts/Aero/procedural_ControlSurface_1/model000 name = RftS/FS/SurfGreen name = RftS/FS/SurfBlack } objects { name = obj_ctrlSrf name = model name = Armature name = Root name = Tip } } } I'm just tossing all the transforms I could at it...
-
[WIP] Aerojet Kerbodyne (Released Service Module Pack)
NathanKell replied to blackheart612's topic in KSP1 Mod Development
Since your collision mesh will hopefully be a different, custom made mesh, not your actual part's mesh, the facecount of the visual mesh shouldn't matter for physics. -
Now-defunct-thread-that-should-not-appear-in-google-search.
NathanKell replied to Cilph's topic in KSP1 Mod Releases
Multiple antenna multiplier will work as follows: The maximum omni range of a node = largest_range_antenna's_range + sum(all_other_antennae's_ranges) * multiplier Root works as follows: For two nodes A and B, where max range of A < max range of B: max distance between two nodes = rangeA + sqrt(rangeA * rangeB) -
Nonono, the reason for using 1/rescaleFactor is if you use a non-1.0 rescaleFactor. Let me example: Instead of this: MODEL { model = foo scale = 0.5, 0.5, 0.5 } scale = 1.0 rescaleFactor = 2.0 node_bottom = 0.0, -1.0, 0.0, blah.... do MODEL { model = foo scale = 2.0, 2.0, 2.0 } scale = 1.0 rescaleFactor = 1.0 node_bottom = 0.0, -2.0, 0.0, blah....
-
The _R means I modify a copy, not the original, so as not to interfere with FASA realism patches. The new engines are created in my local cfgs, which I haven't released with RftS because of FASA's licensing. I doubt Frizzank or I want RftS configurations of engines in FASA, but I was planning to ask whether he'd mind if I include the copy cfgs in RftS.
-
[WIP] Aerojet Kerbodyne (Released Service Module Pack)
NathanKell replied to blackheart612's topic in KSP1 Mod Development
Man, you just keep pumping this stuff out! Impressive! A pretty-please request, though: could you make the engines without baseplates? (As you did for the earlier ones.) That way they can be used on any size tank (or clustered easily). -
RealKerbin - a Real Solar System fork
NathanKell replied to ialdabaoth's topic in KSP1 Mod Development
I really like your probe ideas. Before RT2 came out I had a module based on RT1 for "science cores" that allowed right-clicking but not flight control, for uncontrollable (but still science-returning) satellites. So I guess what I'd suggest is adding that kind of "probe" as well. -
Atmospheric Autopilot -> Airplanes, Gliders, et al.
NathanKell replied to P.Funk's topic in KSP1 Mods Discussions
Tex_NL: you might want to consider the fact that not everyone uses the stock soupodynamics. Some of us use FAR, and in that case MJ doesn't work. Under FAR, your best bet is to enable wing leveler and the dampers, and trim out as close to 0 vertical velocity as you can, then adjust pitch trim every few minutes. -
OP states: This converts the Kerbol system into our real solar system. So yes.
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
NathanKell replied to ferram4's topic in KSP1 Mod Releases
For normal KSP: divide diameter by 1.25, round normally (except: precisely 0.625m = size 0) For RO: divide diameter by 1, round normally (except: precisely 0.5m = size 0)- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[0.23.5] Realism Overhaul: ROv5.2 + Modlist for RSS 6/30/14
NathanKell replied to NathanKell's topic in KSP1 Mod Releases
Given that it's referring to KSP Achievements, I'd suggest removing that and seeing if things get fixed. -
Mod bundler for "Real Solar System" (DEFUNCT)
NathanKell replied to jamis's topic in KSP1 Mod Releases
jamis: hope the job changing went/is going well! A note on MJ: you should always be grabbing the latest dev version; the only difference between a dev version and a version in the OP is that r4m0n edited the OP to point to the latest dev version. FYI I'll be updating all my stuff very soon (I too have been semi-away, moving). -
[1.0.5] Advanced Jet Engine v2.6.1 - Feb 1
NathanKell replied to camlost's topic in KSP1 Mod Releases
We do. We just don't need to. -
ARM Pack [0.23.5] Mod Compatibility Thread
NathanKell replied to DMagic's topic in KSP1 Mods Discussions
It's by the original author of MM, who has now returned (sarbian was maintaining MM in ialdabaoth's absence). So yeah. Heard one person it didn't work for in the thread though; I've been AFK moving for the past forever so I have little testing experience with it as yet (seems fine). -
1. Convert the texture you want to png using the . 2. Rename original model00x.mbm to .bak 3. Edit the PNG in GIMP to taste. 4. Profit!!!
-
[1.1.2][1-1-2] May 13-2016 EnvironmentalVisualEnhancements
NathanKell replied to rbray89's topic in KSP1 Mod Releases
Because that's totally unrealis...oh.. -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
NathanKell replied to ferram4's topic in KSP1 Mod Releases
Ah, sorry. What I mean is that in .23.5, the stock KSP method that writes to the Navball executes after Ferram's, so his value is clobbered (and thus never shows). As a fix, if you write to the navball textbox via the LateUpdate() method, it won't be clobbered. Thread is here: http://forum.kerbalspaceprogram.com/threads/75308-0-23-5-Speed-Unit-Changer-Simple-plugin-to-visualize-speed-in-different-units Dev thread (discussing the fix) is here: http://forum.kerbalspaceprogram.com/threads/74918-Not-possible-to-write-on-GUI-Elements-%280-23-5%29?p=1068081#post1068081 Uh...to be clear, this has to be a fix implemented in source and recompiled, so you might want to wait for Ferram to do it if you don't want to (edit and) compile from source yourself.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
ARM Pack [0.23.5] Mod Compatibility Thread
NathanKell replied to DMagic's topic in KSP1 Mods Discussions
And by unofficial you mean official. (just because r4m0n hasn't edited the OP yet, doesn't mean that the latest version of MJ isn't official)