-
Posts
2,475 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blizzy78
-
Thanks, let me know how it goes! (best done in the mod's thread)
-
No, because delta-v is calculated using exhaust velocity: Now while exhaust velocity is calculated using Isp: this does not matter for delta-v calculation, because the exhaust velocity stays constant regardless of gravity. The only thing that actually changes would be Isp: So aliens on lighter planets would get higher Isp values, but that does not affect delta-v calculations. You can set any value for g0, which will modify your Isp value, but putting it all together the two g0's will cancel each other out, with the effect of leaving exhaust velocity a constant mathematically.
-
Best orbit for beginners
blizzy78 replied to Dimetime35c's topic in KSP1 Gameplay Questions and Tutorials
Please don't make a post just stating "me too" or "I second this." It does not add anything useful to the discussion. -
Well that depends on how much energy your devices draw, if the solar panels are pointed to the Sun, and if it's day instead of night (duh.)
-
Seeing inclination of an orbit
blizzy78 replied to astroboy820's topic in KSP1 Gameplay Questions and Tutorials
In the case of Kerbin, select Mun as your target. Since it has a relative inclination of zero to Kerbin, it's equator is coplanar with Kerbin's, too. -
Rendezvous Tutorial 1.1.0 is now available for download. Now including going back to previous tutorial pages, as well as improvements as suggested by PrivateFlip.
-
I think the "best" heavy lifter (or rocket in general) is one that gets the job done. That said, I recently made a generic lifter that can bring up to 80 t into 100 km orbit around Kerbin. It's not the most powerful lifter I've ever made, though. Also, it's rather easy to construct those once you know how many engines you need - there's less trial, error and tedium involved. See my signature for a calculator to produce engine layout configurations for a given payload mass.
-
Two Stage to Orbit Reusable
blizzy78 replied to RuBisCO's topic in KSP1 Gameplay Questions and Tutorials
Wouldn't this question be better suited in the mod's thread? -
[1.2.0] Precise Node 1.2.4 - Precisely edit your maneuver nodes
blizzy78 replied to blizzy78's topic in KSP1 Mod Releases
I think the label "Multiplier" is a bit confusing because what you chose from is how much to add/subtract from the values below. -
Starting Fresh: soliciting tips
blizzy78 replied to Moencino's topic in KSP1 Gameplay Questions and Tutorials
MechJeb is not all about the autopilots. It also has some really useful informational readouts, which you can customize to your liking. -
Timing a launch for interplanetary travel
blizzy78 replied to jebster's topic in KSP1 Gameplay Questions and Tutorials
Also: http://ksp.olex.biz/ -
Decouplers can't take compression
blizzy78 replied to Pixel of Life's topic in KSP1 Gameplay Questions and Tutorials
Do note that those struts are much heavier. -
Decouplers can't take compression
blizzy78 replied to Pixel of Life's topic in KSP1 Gameplay Questions and Tutorials
I'd say you need more struts. Yesterday I was building myself a lifter to transfer a payload of 80 t into orbit, but at least one of the 4 asparagus-style boosters kept falling off before the vehicle cleared the launch clamps. Believe it or not, simply adding more struts to tape the boosters to the main stack helped. I also added struts in an X fashion between every two boosters, just for good measure. The whole thing now flies like it should. Bottom line: Stock struts are not the most powerful. Also, I've seen Quantum struts fail. -
[0.21.1] StretchyTanks v0.2.2 (updated 8-26-13)
blizzy78 replied to AncientGammoner's topic in KSP1 Mod Releases
Speaking of which, isn't there a way to get all resource types programmatically? I think I've seen it done deep down in Lazor's source code somewhere. -
[0.21.1] StretchyTanks v0.2.2 (updated 8-26-13)
blizzy78 replied to AncientGammoner's topic in KSP1 Mod Releases
I've noticed a small typo when cycling through a tank's fuel type: It must be "Monopropellant", not "Monopropellent". -
Looks like it's working like a charm, thanks alot! vessel.orbit.epoch = oldOrbit.epoch + (Planetarium.GetUniversalTime() - oldUT);
-
Is there a "Perfect Rocket"?
blizzy78 replied to JiWint's topic in KSP1 Gameplay Questions and Tutorials
It comes down to this simple formula: To get more delta-v, you need to bring more fuel. To bring more fuel, you need to bring more fuel to get it up into orbit. To be able to bring more fuel to get more fuel into orbit, you need even more fuel. You get the idea. Tsiolkovsky rocket equation. In my opinion, a "perfect rocket" would be one that has enough delta-v to get the job done, but not substantially more. Everything else is just dead weight not needed for the job. -
Thanks, I'll give that a try. Sounds like a simple fix
-
TL;DR: Looking for code to "teleport" a vessel to a previously-stored position, all the while restoring a previously-stored orbit of said vessel. Hi, in one of my mods I'm wanting to add a "back" button to tutorial pages. This would make the tutorial display the previous page as well as restore the current vessel's orbit as it has been before leaving said page. Now, the problem I have is in restoring said orbit. I've already gone so far as to looking at HyperEdit's source to see how an orbit can be manipulated, which is quite straightforward. So the problem is not so much restoring the orbit itself, that part works fine. It's the vessel's position in the orbit that I can't seem to find a way to restore. For example, if I have a vessel in a circular orbit with the vessel being right above KSC, then timewarp half an orbit, then restore the orbit back to where it was, the vessel should be right above KSC again. I've also already tried setting the vessel's orbit's "vel" and "pos" fields with values I've stored before, along with setting those in the vessel's OrbitDriver, to no avail. (sorry I can't quite remember the code, I'm at work right now) What's more, I've also tried to not use "orbit.UpdateFromUT(Planetarium.GetUniversalTime())", but "orbit.UpdateFromUT(oldOrbit.startTime)", also the same with the old orbit's epoch. (Again, sorry I can't remember the exact code right now.) Both changes did not help - they didn't even seem to affect anything. The best I got so far was that for a brief moment (like a flicker), the vessel was in the right position, then immediately jumped forward in its orbit as if its position did never change. (Although the orbit has been restored perfectly like I described.) Of course I can't be sure how the OrbitDriver works, but I'm suspecting it overwrites the vessel's position somehow in the next frame or something like that. Is there anything I could do to make it restore the vessel's position exactly like it was?
-
You might also want to check out my online engine layout calculator (see signature.) It allows you to enter payload mass (among other things), and it will tell you how to configure central stack and booster stacks for an asparagus-style staging, with the exact sum of thrust you need.
-
Docking alignment is actually pretty easy once you're docked. Undock the vessel/module/whatever, back off a few meters, rotate to align, thrust forwards to docking port again. There's also a mod named Docking Washers (or something like that) that provides for washers to put under docking ports, so you can rotate a module while it is docked. Personally I find that a bit too much. Also, what Apollo13 said, the Docking Alignment Indicator mod also includes a rotational indicator.