-
Posts
684 -
Joined
-
Last visited
Everything posted by Jso
-
I'm planning on revisiting the Atlas engines. The lack of a stock cryogenic fuel makes Centaur very heavy so that complicates things a little. Mass at this scale runs about 20-25% depending on the model. I try to shoot for 50% of real with payloads to allow for heavy KSP parts. Really, anything you can get off the launch pad on teeny-tiny Kerbin will probably make orbit with these rockets. I build an Atlas II with a twin engine Centaur using the 1100 and two 400 tanks, on top of the Atlas stage with the usual bottom setup minus the verniers, two 1200's and a 600 tank. That setup won't lift much, but if you strip the Centaur down to just the 1100 tank you should be able to get about 3.5 tons up. You need to hang on to the boosters until the big tank is nearly dry to get your apoapsis up as high as you can. The sustainer can run for about a minute and a half on just the fuel in the little adapter tank at the bottom.
-
It's much easier than you think. 1 set of source files. You use a batch file to script building the individual zips. Atlas for example would be just the files required for the Atlas in exactly the same folder structure. Accommodating CKAN could be the trick. I'm not sure how it would handle the same file being in different addons when sharing occurs. You might need something like a BDB_Core to contain anything that would be shared.
-
Try dry mass 23% of fuel mass and Isp 40 secs below real. That's what SMURFF is expecting. BTW, you probably want to roll back the liquid engine thrust buffs SMURFF gives. They're already anywhere from Ok to OP. This is the config I use for HSSx3: @SMURFFCONFIG:BEFORE[zSMURFF]:NEEDS[SMURFF] { // 1 = real-ish performance ("classic" SMURFF), 0 = stock, and anything in between is in between. @tanklever = 0.5 @enginelever = 0.5 @podlever = 1 } @PART[bluedog*,Bluedog*]:HAS[@MODULE[ModuleEngines*],@MODULE[ModuleSMURFF]]:AFTER[zSMURFF]:NEEDS[SMURFF] { @MODULE[ModuleEngines*]:HAS[@PROPELLANT[Oxidizer]],* { @maxThrust /= #$@SMURFFCONFIG/enginethrustfactor$ } }
-
Well this sounds like a project. At the very least they should probably all have the same fuel/mass ratio so they're balanced against each other mass-wise. If I had my way they would have the isp of their real world counterparts, which should lighten them considerably. The squad-alike solid isps tend to be awful. @CobaltWolf, have you been using any system at all with solids? I haven't looked under the hood on them since the Delta's so I'm not sure what the general state of affairs is.
-
Texture sharing might be a little borked. Numerous errors in the log along these lines: [LOG 20:32:20.243] PartLoader: Compiling Part 'Bluedog_DB/Parts/Antennas/BluedogMariner2Omni/bluedog_mariner2omni' [ERR 20:32:20.246] PartCompiler: Cannot replace texture as texture replacement string is invalid. Syntax is 'origTextureName newTextureURL'
-
Thanks. It's not in dispute. I was watching the TV coverage of Atlas Agena 9 and the commentator was talking about the sustainer failing to ignite when they lost it. That's not what happened of course, but I had the idea in my head when I was reading that page. Sounded like something they would try. Why they hang on to 6 spent boosters? Assuming they do (I'm not sure), I would guess safety overrides the weight in that case.
-
Is the texture getting stretched or something? I notice the redstone engine looks much sharper than it's tank as well. The top node on the Fenris-860 adapter tank is a little low. Stick the Chryslus-9SA adapter on it and it becomes obvious. Do you have some mechanism to keep a list of nodes-to-be-fixed since you're probably not dropping everything to fix these as they come up.
-
Cool. Higher res textures? I've been flying Atlas a lot this week looking for flipping issues that were mentioned (probably 10 pages back by now), there's aren't any. That turned into fixing the engines - much better with correct Isp's and a lower thrust sustainer. That turned into adjusting Centaur 'cause it's too heavy or the Atlas engines are way OP. Now I've got a liquid hydrogen/liquid oxygen Centaur config - stock, not real fuels. Less than half the weight, and much more realistic DV's. Interested? Trivia discovered researching this - Atlas-Agena did not light the sustainer until booster shutdown.