-
Posts
331 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by MAFman
-
-
That thread is even older, and has been locked
-
I'm trying to update this to work with 1.12.5, on a Windows machine. AFAIK the instructions to compile the source use Linux commands; how do I compile it on Windows?
-
*starts playing Ievan Polkka on full volume
-
I've noticed that the "Kodiak" engines (the Soyuz lookalikes) are far too powerful to get a reasonable TWR when I make a kind-of-realistic-looking Sputnik, Molniya, or Soyuz vehicle. Is this intended?
-
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
MAFman replied to JonnyOThan's topic in KSP1 Mod Releases
Never mind, I just had to reinstall the mod. Something must've broken when I unzipped it the first time. -
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
MAFman replied to JonnyOThan's topic in KSP1 Mod Releases
No matter how I filter the parts menu, I can't find the camera. Is there something wrong with my installation? -
[1.8.x-1.12.x] - RasterPropMonitor (adopted)
MAFman replied to JonnyOThan's topic in KSP1 Mod Releases
Where are the attachable camera parts that the external camera menu alludes to? -
It doesn't seem to show up on the RPM external camera display...instead it moves the viewpoint camera to the location of the camera part.
-
Is this mod compatible with RasterPropMonitor?
-
I can't find the camera part in my parts list after installing the mod. Help?
-
I think it'd be cool if the magnetometer part actually "measured" the magnetic field of whatever body you're orbiting and displayed it in the appropriate units, like Gauss or something, similar to how the thermometer part displays the ship's current temperature. How would I start that kind of project?
-
This idea could be for a mod... what if data rate was inversely proportional to how far away you are from the Kerbal Space Center like in real life, where the data rate they can get from spacecraft gets slower the farther away they are? For this purpose, what should the bandwidth of the KSC's DSN be, like, what frequencies does it operate on?
-
I've noticed that in real-world launches, the engine ignites a few seconds before the launch clamps release, apparently to allow the engines to spool up to full thrust. Why do engines do this?
-
That's a hilariously good way to describe the atmosphere
-
I know that the atmosphere "ends" at exactly 70 km on Kerbin, but I'm wondering where the Karman line is, where a hypothetical plane would have to fly at orbital speed for the lift its wings could generate to equal its weight equals the centrifugal force it feels from moving so fast horizontally.
-
Gameplay-wise, I'm most excited for the procedural wings and realistic-ish fuel types. Visuals-wise, I'm excited for the general quantum leap in quality as well as the realistic rocket exhaust plumes.
-
[1.12.*] KerBalloons Reinflated - Real Science?
MAFman replied to linuxgurugamer's topic in KSP1 Mod Releases
Is it possible to make a balloon that stays near its maximum altitude without exceeding it and bursting? -
When I last tried adding struts to a space station using an EVA, I couldn't control the astronaut and place the strut at the same time, making it hard to do the latter without drifting away from the station. Is there a way to get around this? Not sure whether this is actually Breaking Ground related.
-
High-Res SCANSat heightmap for rover navigation?
MAFman replied to MAFman's topic in KSP1 Mods Discussions
I actually realized that downloading a map that's high enough resolution would take a ridiculous amount of data. How do I navigate a rover using kOS without needing every terrain height value on Kerbin? -
How do I export a height map from ScanSat that's high enough resolution to do pathfinding for a rover? Hopefully something like 10 to 100 meters per pixel.
-
I created a quick ModuleManager configuration that copies the stock LES and scales it down by 50%, so I can have LES's on all my rockets, even Mk. 1 ones. +PART[LaunchEscapeSystem] { @name = Mk1LES @title = Mark 1 Launch Escape System @rescaleFactor = 0.5 @cost /= 2 @mass /= 2 @bulkheadProfiles = size0 @MODULE[ModuleEnginesFX] { // Tone down the thrust to deal with the decreased size @maxThrust /= 2 } @RESOURCE[SolidFuel] { @amount /= 2 @maxAmount /= 2 } }
-
How would I configure robotics to make a mining truck that could interface with any airplane waiting to be refueled? I'm having trouble wrapping my head around how to make a robotic arm.