Jump to content

Peter Balholm

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Peter Balholm

  1. The specs for this engine are all messed up. It was designed to work with Realism Overhaul, and it does work well in previous versions. However, RO uses different units for thrust, fuel volume, etc., and so without RO, it doesn't make sense. That is why its TWR was so low it couldn't lift off at all. I have just arbitrarily decreased the fuel load to make it lift off, but I have not attempted to get it exact an realistic. BTW, this is a hybrid rocket based roughly on this design: In my alternative storyline, it is used for a Mars mission in 1917. I have a story plotted with hundreds of characters, only two of whom are fictional.
  2. Here is my folder from inside GameData. Perhaps the parts would all work, but the "FirstStageEngine" is the one I am working with right now. https://drive.google.com/file/d/0ByFshSPbart8cTlUZ0s0aHJUTWs/view?usp=sharing
  3. After a lot of deleting and reinstalling mods in various combinations, I have found that the fundamental problem is caused by Realism Overhaul. Without it, the engines work great, even in the modded version. I don't strictly need RO, but would like to figure out how to make my engines compatible. I haven't found anything on the forums right off. Any suggestions? Thank you so much for all your help!
  4. I reduced the fuel load and now it works, in the basically unmodded versions. It does not work yet in the heavily modded RO/RSS 1.2.2. In this, it has no thrust (exactly zero) and does not even register as an engine on the staging diagram. This was my original problem, of course, and it was what led me to not suspect that the problem in the unmodded versions was different, since it acted much the same. Only Kerbal Engineer could show the difference. So, do you have any thoughts on what could be disabling my engines in the modded version? I have tried removing RealFuels, but that did no help. I will be gradually reinstalling mods and seeing what makes a difference.
  5. Thanks to your advice, it got off the ground! Hooray! More specifics later.
  6. I have tried modifying my .cfg from the mainsail engine. I have removed the fairing module, etc. The only part I have added is propellant. This is a hybrid rocket, and so contains its own propellant, like an SRB does, but is throttleable. Like my other version, it still produces no thrust. However, it does not display the flame effect or sound until it is staged. Here is the .cfg file: https://drive.google.com/file/d/0ByFshSPbart8Y29WeHg1NWhGT1E/view?usp=sharing
  7. https://drive.google.com/file/d/0ByFshSPbart8TVF2cGxncXUxVGs/view?usp=sharing I believe this should do it. Sorry about the delay. This is learning curve with more than just KSP!
  8. Okay, first, if I paste a picture into the comment box, it displays nicely, but then disappears when I actually post. Back to the Imgur technique, I guess. Here is a link to the .mu file for my engine. https://drive.google.com/open?id=0ByFshSPbart8TVF2cGxncXUxVGs
  9. Here is a picture of the second-stage engine. I can't find the file for the first stage right now. They act the same, I believe. By the "model" you mean this Unity file, right? How do I upload it? Can you point me toward instructions?
  10. I removed the animation module. Thanks. It still doesn't work. The other symptom I have noticed is that as soon as the vessel is loaded on the launchpad, the exhaust and engine noise are going. before I have throttled up or staged. And then, when I do stage, there is the clunk noise of the engine starting, but no thrust. Does that help?
  11. Okay, I just stripped my install of KSP 1.1.3 down to nothing but Squad parts and my custom engines. This makes it a direct comparison with my 1.2.2 install. Now, the two exhibit the same behavior! Neither works. Here is a picture, after my rocket tipped over. Perhaps it had a tiny bit of thrust; I can't tell. But it certainly didn't have enough even to scoot it sideways. So, my engines do not work in either unmodded install. They work in modded 1.1.3, but not modded 1.2.2. (My mods, by the way, run heavily toward RO and RSS.) I'm puzzled. Any thoughts?
  12. I have a thrust transform on my model. Is it a child of the "Game Object" in the picture you posted? (The hierarchy still confuses me.) If it helps to narrow down the possibilities, my engine works in 1.1.3. So I feel that it should have everything there. There must just be some slight glitch. Thanks!
  13. I have built my own engines for KSP by the usual methods; Blender, Unity, and then modifying a .cfg file to fit my specific engine. The engines work just great in KSP 1.1.3. However, when I install them in KSP 1.2.2, they have no thrust. They use fuel, produce smoke, and make noise; they just do not have any thrust on the pad and no thrust is computed on the stats in the VAB. I am using a completely stock install of 1.2.2, except for the engines, which are in their folder under GameData. Here are two photos of the same part in action in both versions. Here is my .cfg file: PART { name = hybridFirstStage module = Part author = Peter Balholm, after Kartoffelkuchen mesh = model.mu rescaleFactor = 0.7 node_stack_top = 0.0, 33.42, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0.0, -4.4, 0.0, 0.0, -1.0, 0.0, 1 TechRequired = start entryCost = 0 cost = 2000 category = Engine subcategory = 0 title = Hybrid First Stage Engine manufacturer = Sarawak Tank Company description = A hybrid rocket engine which can be clustered to build the first stage of the Cassandra rocket. The oxidizer tank is bamboo plywood and holds nitrous oxide pressurized with gaseous oxygen. The fuel is paraffin wax and powdered aluminum. The sea-level nozzle made of Baekelite reinforced with asbestos fiber. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision attachRules = 1,1,1,1,0 // --- standard part parameters --- mass = 3.33 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 2 crashTolerance = 7 breakingForce = 200 breakingTorque = 200 maxTemp = 3600 RESOURCE { name = LiquidFuel amount = 6012 maxAmount = 6012 } RESOURCE { name = Oxidizer amount = 24048 maxAmount = 24048 } EFFECTS { running_closed { AUDIO { channel = Ship clip = sound_rocket_hard volume = 0.0 0.0 volume = 1.0 1.0 pitch = 0.0 0.2 pitch = 1.0 1.0 loop = true } PREFAB_PARTICLE { prefabName = fx_smokeTrail_veryLarge transformName = smokePoint emission = 0.0 0.0 emission = 0.05 0.0 emission = 0.075 0.25 emission = 1.0 1.25 speed = 0.0 0.25 speed = 1.0 1.0 localOffset = 0, 0, 1 } MODEL_MULTI_PARTICLE { modelName = Squad/FX/ksX_Exhaust transformName = thrustTransform emission = 0.0 0.0 emission = 0.05 0.0 emission = 0.075 0.25 emission = 1.0 1.25 speed = 0.0 0.5 speed = 1.0 1.2 } } engage { AUDIO { channel = Ship clip = sound_vent_soft volume = 1.0 pitch = 2.0 loop = false } } flameout { PREFAB_PARTICLE { prefabName = fx_exhaustSparks_flameout_2 transformName = smokePoint oneShot = true } AUDIO { channel = Ship clip = sound_explosion_low volume = 1.0 pitch = 2.0 loop = false } } } MODULE { name = ModuleEnginesFX thrustVectorTransformName = thrustTransform engineID = AJ-26-62 runningEffectName = running_closed exhaustDamage = True ignitionThreshold = 0.1 minThrust = 0 maxThrust = 924 useEngineResponseTime = False engineAccelerationSpeed = 20 heatProduction = 400 fxOffset = 0, 0, 1.5 PROPELLANT { name = LiquidFuel ratio = 0.4 DrawGauge = True } PROPELLANT { name = Oxidizer ratio = 1.6 } atmosphereCurve { key = 0 345 key = 1 268 } } MODULE { name = ModuleGimbal gimbalTransformName = AJ-62_Engine_Nozzle gimbalRange = 4 } MODULE { name = ModuleAnimateHeat ThermalAnim = --None-- } MODULE { name = ModuleAlternator RESOURCE { name = ElectricCharge rate = 8.0 } } RESOURCE { name = ElectricCharge amount = 0 maxAmount = 0 isTweakable = false hideFlow = true } }
  14. I'll try to increase the torque by rearranging my engines. I'll also try MechJeb. I didn't know that I could still use it. I suppose I just keep the Stability button clicked on TCA, and nothing else?
  15. I added four BIG thrusters (c. 75 kN) and put them right up near the top. It flies straight up beautifully, and doesn't deviate more than a degree or two. (of course, other than the RCS, I have no roll control). But when I set the orbital autopilot, It still does the wobble at 1500 meters, and goes completely off the rails at 6000 meters, shutting down entirely. Thank you for the formula, by the way. It makes it all much less mysterious! So, it would appear that the gravity turn is kicking in too fast for even my enhanced craft, and forcing it to shut down. I tried to fly it nearly straight up, basically beyond the atmosphere, and then hit the Prograde control. I had hoped that this would force it to thrust over at the horizon. But It did not seem to try, and continued at about a 60 degree angle. I don't know what I should do, but let me explain how this rocket's throttle steering should work, in my fictional real-life. The cluster of 127 rockets would all fire at launch. The rocket would lift off. If it got a little off course, all of the rockets on one half of the rocket (roughly 60) would throttle back. In an extreme situation, they would shut down entirely for a moment, perhaps. Thrust would be lost, of course. But under no circumstances could it drop below 50%. To make this work with the first stage (for example), I would probably rebuild my part files. Instead of having one giant cluster with 18 strapped-on control rockets, I would have one central rocket (required by symmetry) and six-pie shaped wedges of clustered rockets. (It is sixfold-symmetry because that is how cylinders pack the best--the reason for honeycomb.) Each of these wedges would be one engine as far as the game was concerned. Therefore they could be throttled up and down and control the ship with a great deal of authority, and the part count would only be 7 for the entire first stage! My question is, can TCA control such a craft? Could I get past the shutdown gremlin? Thank you for your help!
  16. Okay, thanks! I'll see what more-meaty thrusters I can add. Your explanation sounds good, although I am almost positive that the engines throttle down while the ship is still on course (errors of just a few degrees and "system nominal"). It drifts off after shutdown. By the way, you have no idea what an improvement your mod has made for me. I have been trying to get this beast into orbit with no gimbling and nothing but RCS thrusters. It turns like frozen molasses. I have made the design choices I did, not because I didn't know any better, but because I am working on a story about travel to Mars with 1917 technology. They are using a hybrid rocket with paraffin and nitrous oxide. A hybrid cannot be scaled up indefinitely without extending its burn time. So, in order to get off the ground, massive clustering is REQUIRED. And gimbling might still be possible, but it would cause serious technical headaches.
  17. I have reread the manual. Once again, the "To Orbit" autopilot throttled down at about 1500m, and totally shuts down about 5000m. And the "To Orbit" button is shown in red, which I thought would mean it can't work. However, it displays info like "gravity turn" at the bottom, so It seems like it is working at least a little. The first stage on my rocket has well over a hundred clustered engines, and if modeled as such, would lead to an unworkable part count. I custom built the bulk of these engines together in Blender, etc. to act a one part. It has the combined thrust of all the engines, and multiple thrust points. This bundle is Engine Group G5. After your last message, I have switched it from "Thrust" to "Unbalanced Thrust" since it is on the axis of the rocket, thrusting in the direction of the axis, and is symmetrical about it. (Although I really don't understand this terminology; it seems to me that this thrust IS balanced.) My intention is that this central cluster would thrust at full power the whole time. There are also 18 individual engines clustered around the central block, which are intended as the steering engines. I have them as group G4. They are set to "Thrust and control." https://www.dropbox.com/s/8sh5hu9snqzoaaa/TCA screenshot 2.jpg?dl=0 Thank you for your patience and thank you for writing a manual! I am sorry I haven't quite got this yet.
  18. Sorry about the photo. Hope this works. I will (re)read the manual. https://www.dropbox.com/s/o5c06nv6rz1dpbk/TCA screenshot.jpg?dl=0
  19. I have installed KSP 1.1.3, and now TCA works! Thank you! However, I have one problem. I turn on "To Orbit" and use the default settings. Liftoff proceeds smoothly. (the fact that "TO Orbit is shown in red is worrisome, though). at about 1500 meters elevation, the autopilot throttles down to less that 1.0 TWR. That can't be good (see picture). It gradually recovers, and begins accelerating again. Finally, at about 5000 meters, it throttles back to nothing and the engines shut off completely. This is no way to achieve orbit! What am I doing wrong? How can I fix this?
  20. Thank you very much! I am downloading the newer version of the game right now! I MUST get this working. :-)
  21. Here is an up-to-date log file. It is using the 64-bit version. I am using the most recent version of TCA, I believe. Thank you so much for your help. This time I had the same blank TCA window, and the game eventually crashed. I have an 32-bit version of KSP installed, as well. Could that be causing trouble? https://drive.google.com/file/d/0ByFshSPbart8X0xwZkMxc2o4NWs/view?usp=sharing
  22. Here is an up-to-date log file. It is using the 64-bit version. I am using the most recent version of TCA, I believe. Thank you so much for your help. This time I had the same blank TCA window, and the game eventually crashed. I have an 32-bit version of KSP installed, as well. Could that be causing trouble? https://drive.google.com/file/d/0ByFshSPbart8X0xwZkMxc2o4NWs/view?usp=sharing
  23. https://drive.google.com/file/d/0ByFshSPbart8c2VTeHVobFZyRm8/view?usp=sharing
  24. Here is the output file. I have linked to it in GoogleDocs. I couldn't figure out any other way of sharing it. Pasting the contents it just crashed the browser every time. Too large? https://drive.google.com/a/uw.edu/file/d/0ByFshSPbart8c2VTeHVobFZyRm8/view
  25. I am in sandbox. I have a lot of other mods installed, including RSS.
×
×
  • Create New...