Jump to content

blowfish

Members
  • Posts

    4,559
  • Joined

  • Last visited

Everything posted by blowfish

  1. B9 Aerospace v6.5.2 for KSP 1.5.x Release for KSP 1.5.x Fix HX hanger bays aerodynamic shielding Fix HX hangar shields getting stuck upon decoupling Fix shading issues on HL, S2, Mk5, Mk2b cockpits Note: dependencies are compiled for KSP 1.5.1, to use with a different version of KSP 1.5.x, you may need to download the dependencies separately. Note 2: Had some issues with the automatic upload to the S3 download mirror, will deal with that tomorrow.
  2. That might help, thanks! It could take some time to get workable information out of it though. And now it occurs to me, probably a lot of the assumptions made about intakes are no longer valid in a scramjet.
  3. @lk00david AJE has no scramjet support. Supersonic combustion behaves very different than subsonic, and I have not found any paper properly describing it. If you know of such a source, please let me know, but it needs to go into the detailed thermodynamics.
  4. Area - area of engine at the intake, in m^3 - affects overall thrust scaling of the engine and determines how much intake you need Mdes - design mach number, i.e. the point at which the compressor pressure ratio (CPR) is specified Tdes - as above but ambient air temperature at that flight condition (in kelvins) eta_n - efficiency of the nozzle FHV - heat energy extracted by burning fuel, in joules per kilogram
  5. That would really be more of a question to ask on the RO side, since that's where such patches typically live.
  6. You're missing the final : on your regex replacements ... it's :pattern:replacement:
  7. Yeah, which is part of the reason that it will still complain to the user so that the mod author will be encouraged to fix it.
  8. B9 resource switching will yield to whatever other module is on the part. Other switching functions will still work.
  9. B9PartSwitch v2.5.1 for KSP 1.5.1 Moved stack nodes now respect scale, rescaleFactor, and TweakScale Moved surface attach node now respects scale and rescaleFactor When only one subtype is present, disable switching GUI and display subtype title as non-interactable string Downgrade incompatible resource switching module to a warning and disable B9 resource switching in that case French localization
  10. @Gordon Dry well I'm still sort of wondering what you were seeing. May need more info to investigate but if it is a possible bug then it might be worth looking into. Unrelated, but in your new patch you should be able to do @OUTPUT_RESOURCE[LiquidFuel],*
  11. @Gordon Dry so what isn't it applying to that you would expect it to apply to?
  12. I don't know the details but both MFT and B9 resource switching have been added to the part (and they can't both manage resources). Might be worth pinging the mod's author. I've been seeing this a lot lately though and I might downgrade this to a warning (complains but doesn't force you to quit). Really there's no general patch that could fix every case (the module should be completely removed in some cases and just disabled in others) but if B9 fuel switching disables itself and warns then at least it's probably working and the mod author has some time to fix it.
  13. As the exception would suggest, it does not work. The new delta-v simulation stuff (related to the burn time indicator) made some significant changes in KSP with respect to how resources are handled and that forced an incompatible change in B9PartSwitch. In general, no support will be provided for using an incompatible version even if it works in some cases. The release titles and .version file all say which version of KSP they're for, if you're using a different version you're on your own.
  14. You're on KSP 1.4.x (or earlier) and using a version of B9PartSwitch intended for KSP 1.5.x
  15. Not sure about what's going on with DX9, but the DX11 issue is stock and unrelated to Scatterer. There are mods that fix it. Installing Textures Unlimited (even with no configuration for it) will fix it, IIRC @Electrocutor also extracted the fix into a standalone package. It may be worth using DX11 if you can. It uses significantly less RAM.
  16. Only the first HAS/NEEDS was ever processed. It just never complained before. Combining them is the right thing to do. NEEDS accepts &/, for AND or | for OR. HAS only accepts &/, though this might change in the future.
  17. @JH4C what errors are you seeing? A bunch of the non-critical stuff has already been downgraded to warnings. Nothing should have changed between 3.1.1 and 3.1.2 with respect to what errors appear in the log. Could you be more specific about what you’re seeing on that front?
  18. Sarbian is away for a bit, so I'll post this Version 3.1.2 Fix color tag on warning message Fix NRE when reloading the game database Fix database reloads generating a bunch of log errors and not detecting changes Downloads : ModuleManager-3.1.2.zip ModuleManager.3.1.2.dll
  19. Ah, so it's not a patch. That's normal, expected, and has always been the case. ModuleManager commands are only evaluated within patches, not root insert nodes. It may be possible to change this in the near future, but for now you need to put this all in a patch.
×
×
  • Create New...