Vegemeister
Members-
Posts
60 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by Vegemeister
-
[1.12.x] MemGraph Updated with Stutter Reduction
Vegemeister replied to linuxgurugamer's topic in KSP1 Mod Releases
Whatever is bound to "MODIFIER_KEY" in settings.cfg in the KSP directory. By default, that's alt on Windows and right shift on Linux (because some crappy desktop environments use it for global shortcuts instead of super like they should). -
[1.12.x] MemGraph Updated with Stutter Reduction
Vegemeister replied to linuxgurugamer's topic in KSP1 Mod Releases
This mod allows greatly reducing the frequency of GC pauses, exactly as advertised. It went from something like once every 4 seconds to once a minute, for only ~2 GiB extra memory usage. As an owner of a keyboard without a numpad, I am very happy to finally be able to use it, now that the window can be closed. Luckily, the important function (mod+end) isn't on the numpad, but it'd be even better if there was a way to bring the window back after closing it, or adjust the scale of the graph. -
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
Vegemeister replied to cybutek's topic in KSP1 Mod Releases
Descriptions of semi-major and semi-minor axes are confusing in the context of orbital mechanics. People will probably read "center of orbit" as the focus at the center body, not the geometric center of the orbital ellipse. Would probably be better to describe as "half the largest/smallest diameter of the orbit". Or possibly length/width, if you don't expect users to understand diameter. Separator "creats" a line. I am unsure about the description of Thermal.CriticalPart. I haven't read the code, but my intuitive expectation is that it should be the part that is closest to it's maximum temperature. I'm not sure what it would mean for a part to be "most structurally critical", or how KER could make such a determination. Vessel.SpecificImpulse should probably be described as the "combined" Isp, not the "average". Calling it the average could make people think that it's an arithmetic mean. Surface.Biome should be correct even if the vessel is landed or splashed, so the description should probably not use the word "flying", and instead say "biome below the vessel". -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
Yeah, the thing I've noticed about stock aero in the prerelease is that the slope of the Cd vs. AoA curve is incredibly steep. Trying to turn your trajectory with lift throws away a huge amount of energy. There's not much engine mass saving to be had by building a spaceplane instead of a rocket.- 14,073 replies
-
- 1
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
You probably don't need a maneuver node for that at all. I just set the navball to target relative reference and burn retrograde until velocity hits zero.
-
The aerospike is almost at the very end of the tech tree, and it costs nearly 4000 spesos. I don't think its a problem if it's strictly better than a couple of the other engines. The aerospike is not based on any engine that has actually flown on a rocket. Aerospike rocket engines are a real thing, but they haven't yet been put to real-world use.
-
I'm not sure tweaker is right about their proposed changes, 'cause recessed mounting points in the MK3 bulkhead would mean it could only be used for 3-engine designs. But that said, breaking craft files/saves is not as big a problem as you lot think it is. If realism or aesthetics dictates that the overall length of an engine must be changed, just make the new engine design a separate part with the same title, and remove the old one from the parts bin and the part testing contract list. Old ships with deprecated parts will still load and function as designed, but newly-built ships will use the new, prettier engine design.
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
Vegemeister replied to bac9's topic in KSP1 Mod Development
Thanks, that fixed it. -
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
Vegemeister replied to bac9's topic in KSP1 Mod Development
I'm having a problem. Due to an unfortunate graphics card mishap, I'm using an Intel integrated GPU. In order to maintain a playable framerate in flight, I have to run the game at 1280x800. But the initial position of the wing parameter dialog box seems to be specified in absolute pixels at a suitable position for a 1920 px wide window. On 1280x800, it's not even visible on screen. I have to run at 1680x1050 to get enough of it poking out the side to grab: -
I don't think either mod is intentionally interfering with the other, but if they are installed concurrently, the changes made by AJE to stock jet engines are undone. I was able to restore the AJE functionality by deleting jetEngineAfturburning.cfg, jetEngineBasic.cfg, jetEngineBig.cfg, jetEngineTurbo.cfg, and miniJet.cfg from RealPlume/RealPlume-Stock/Squad.
-
I've encountered a compatibility problem between this mod and Advanced Jet Engine. AJE replaces all of the "Engine" modules on jet engines with "AJE Turbofan", or "AJE Turbojet", or some such. With Real Plume - Stock Configs installed, most, but not all of the engines get their old stock Engine modules back, and therefore consume much less fuel than they should. The affected engines have "Plume configured by RealPlume.", added to their descriptions.
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
Tweakscale enables Infernal Robotics (the actuators are only offered in one size), which enables variable geometry aircraft. I don't use it that much -- I made an oblique-wing-thing once, but that's it -- but it is something to think about.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.0] Kerbal Engineer Redux 1.1.3.0 (2017-05-28)
Vegemeister replied to cybutek's topic in KSP1 Mod Releases
What do you need terminal velocity for, anyway? -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
The directories "ModularFlightIntegrator" and "FerramAerospaceResearch", and the file "ModuleManager.2.6.24.dll" should be in GameData in your KSP directory. If you want the example vessels, the "Ships" folder should be merged into the Ships folder in your KSP directory.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
That didn't work at first, but I looked at the documentation for ModuleManager and changed @MODULE[ModuleWheelDeployment].* to @MODULE[ModuleWheelDeployment],* and clipped gears are working now. Thanks!- 14,073 replies
-
- 1
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
I'm having a problem with landing gear clipped inside the fuselage (for area ruling). After being retracted, they cannot be re-extended. A message appears which reads, "[ModuleWheelBase]: Cannot deploy while stowed." I first noticed this on 1.1.1 with Kartveli, but it is still present on 1.1.2 with the current FAR. Here's a minimal craft that exhibits the problem: https://u.pomf.is/acpocm.craft. All 4 gear retract, but only the front ones will extend.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
Hmm. I'm sorry to hear that. I forgot about spoilers.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
Vegemeister replied to ferram4's topic in KSP1 Mod Releases
@Somgosomgo Please use pastebin instead of posting your log directly in the thread.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
Vegemeister replied to bac9's topic in KSP1 Mod Development
I tried it, and the wings do have textures now, but they're not being mapped correctly. It's better than solid black. At least I can see the edges to place control surfaces now. -
For the extcam, it's already in RPM. You just need to put one or more "JSI External Radial-mount Camera" parts on your vessel. You can find it under utility, or just search for cam. Vessel View is this mod. It seems to have been stricken with bitrot. The last time I tried it, some of the jet engines weren't displayed correctly and I couldn't figure out how to use it to actually interact with the ship.
- 2,070 replies
-
- 1
-
- iva
- rasterpropmonitor
-
(and 1 more)
Tagged with: