Jump to content

Friznit

Members
  • Posts

    754
  • Joined

  • Last visited

Posts posted by Friznit

  1. On 4/6/2020 at 3:19 AM, DeadJohn said:

    What satellite is the Barquetta based on? It's a versatile core for tiny relays, but the more I look at it the more I think @akron stuck a joke into the mod. Is it supposed to be a guitar amplifier? I couldn't find any discussion of that in the thread.
     

    If you look in the craft files, it's used for the Mars Odyssey inspired satellite.  See also:  https://github.com/friznit/Unofficial-BDB-Wiki/wiki/Satellites

  2. Stick in a Saturn I INT-16 for good measure - it really was a bonkers idea!  Do let me know if you see any significant errors in the wiki or craft files (dimensions can get a bit confusing because I don't use the Saturn rescale patch).  You'll note that when you get to MLV I've deliberately simplified things a little because information (and parts) become a bit more scarce.

  3. 1 hour ago, Leszek said:

    So I just downloaded the latest version from spacedock and started a new career.  I am ready to orbit with Mercury Atlas and find the parts don't match up.

    I have checked the Wiki:

    https://github.com/CobaltWolf/Bluedog-Design-Bureau/wiki/Atlas

    for clues but it doesn't seem to have any.  I went back through this thread to page 624 and didn't find anything. (Though it is a lot of content and I may have just not seen it.)  I searched Bossart and Hermes to see all the related parts but there isn't anything obvious.  Now I am sure this has come up before and probably I am just being an idiot, so please have mercy.  How do I build a Mercury Atlas now?

    Edit: Specifically the Mercury capsule doesn't line up withe Atlas.

    The wiki on BDB github is pretty out of date.  Check the "unofficial" one (linked in the op and in my sig block) for more up to date guides.  Note that anything related to Dev branch stuff will be listed in the Issues tab until it's released.

  4. Just now, dave1904 said:

    Hehe, I would get banned for saying the things I would do for that :) 

    That's all BDB Titan LDC parts except the engine which is the ReStock Skipper, slightly tweakscaled to fit (I would use CryoEngines Etna but I've not unlocked it in this career yet).  Zorg did an alternative build using mostly restock tanks which I stuck on the wiki here

  5. 3 hours ago, Alex33212 said:

    Downloaded it a bit ago, can confirm the parts work in 1.8.1 @moguy16 :D
    However, a few minor bug reports:

    • 1.5m cylindrical shroud is labelled as another 1.25m shroud
    • Vostok-style shroud has the secondary-bay interactions available even when not in the radiators configuration (side note: how do those radiators work?)
    • Soyuz-style shroud has secondary-bay options, despite not having secondary bays

    All together though, this is a really fantastic update! The two different 1.25m -> 1.5m shrouds are especially nice, as I can now play around with some 1.5m parts without needing to grab BDB or Tantares (which both seem like excellent part packs, don't get me wrong; I just prefer to make stuff unrelated to real history, and the parts in those seem a bit too specialized for me to work with ^^;), and the details on the new parts are all amazing!

    You really should try them.  They're both built with "lego-ability" in mind and there are lots of ahistorical parts included to make whacky rockets.  They go exceptionally well with US2.

  6. 18 minutes ago, Morphisor said:

    Thanks, you are right about the advance funds, completely forgot about those.

    As for KH-1, I'll look into it, may do a workaround within the contract instead, don't wanna bloat the count if it isn't necessary.

    First contract I saw was to launch a Keyhole into polar orbit of the Sun then return the capsule to Kerbin, which feels a bit...odd?  I might give it a go just to see if I can.

  7. 1 hour ago, Zorg said:

    Guess who's a glutton for punishment helpful soul

    https://github.com/CobaltWolf/Bluedog-Design-Bureau/issues/754

    You were right the first time.  I just updated all the Tantares craft files too :blink:

    Zorg inevitably pointed out a flaw in my plan.  For LV's which are optimised for higher orbits, such as Titan IVB with a Centaur, I should have factored in the mass of the upper stage.  That adds around ~4600Kg to their payload capacity and in fact, maybe even better with no upper stage.  I'll redo the graph in due course.

     

  8. I got frustrated hunting around for the right launch vehicle to use for whatever bonkers payload I'd mashed up so started roughing out the max payload for each of my craft files to get into JNSQ LKO using KER.  Then I turned it into a graph. And added pictures.  There's no science to it and some may not actually work all that well but it's enough to get in the right ballpark when choosing an LV.

    XGWBvVc.png

    Added to the BDB wiki under "Payload & Performance" at the bottom

  9. I tested without CommNetManager installed and all seems to be working fine.  The only minor issue I've found was there in the old release too.  If you reload a vessel with an activated addon module (HCU etc), the PAW resets the button to "Activate" even though the module is already active, and you can no longer deactivate it.

  10. Spoiler

     

    //Module Manager patch to add some Snacks Support for Mir station parts.  Rationale:
    //1.  Add Snacks Processor to Aquila 18-B2 Crew Compartment B to simulate the Kristall material processors, plus space for a little Ore for input resource
    //2.  Add Soil Recycler and Air Scrubber to Aquila 18-B1 Crew Compartment A to simulate station-wide ECLSS on Kvant-2, Spektr, Priroda plus space for a little Soil and Stale Air
    //3.  Add Stress Relief to Eridani 27KB Crew Module to simulate Mir Core living compartment

    //Snack Processor (Aquila 18-B2 Crew Compartment B used for Kristall)
    @PART[aquila_crew_s1p5_2_2]:NEEDS[SnacksUtils]
    {
        MODULE
        {
            name = SnackProcessor
            ConverterName = Snack Processor
            StartActionName = Start Snack Processor
            StopActionName = Stop Snack Processor
            AutoShutdown = false
            GeneratesHeat = false
            UseSpecialistBonus = true
            UseSpecializationBonus = true
            SpecialistEfficiencyFactor = 0.1
            ExperienceEffect = ScienceSkill
            EfficiencyBonus = 1.0
             
            //Ore masses 0.01 metric tons per unit
            INPUT_RESOURCE
            {
                ResourceName = Ore
                Ratio = 0.002
                FlowMode = STAGE_PRIORITY_FLOW
              }

            INPUT_RESOURCE
            {
                ResourceName = ElectricCharge
                Ratio = 30
                FlowMode = STAGE_PRIORITY_FLOW
            }

            //Snacks masses 0.001 metric tons per unit
            //1 Ore = 5 Snacks, not all of the ore is usable...
            OUTPUT_RESOURCE
            {
                ResourceName = Snacks
                Ratio = 0.001
                DumpExcess = false
                FlowMode = STAGE_PRIORITY_FLOW
            }
        }
        
        RESOURCE
        {
            name = Ore
            amount = 0
            maxAmount = 200
        }
    }

    //Soil Recycler; Calibrated for 4 kerbals (Aquila 18-B1 Crew Compartment A used for Kvant-2, Spektr, Priroda)
    @PART[aquila_crew_s1p5_2_1]:NEEDS[SnacksUtils]
    {
        MODULE
        {
            name = SoilRecycler
            ConverterName = Soil Recycler
            StartActionName = Start Soil Recycler
            StopActionName = Stop Soil Recycler
            AutoShutdown = false
            GeneratesHeat = false
            UseSpecialistBonus = true
            ExperienceEffect = ConverterSkill
            EfficiencyBonus = 1.0
            RecyclerCapacity = 4
         
            INPUT_RESOURCE
            {
                ResourceName = Soil
                Ratio = 0.00004630
                FlowMode = ALL_VESSEL
              }

            INPUT_RESOURCE
            {
                ResourceName = ElectricCharge
                Ratio = 3
                FlowMode = STAGE_PRIORITY_FLOW
            }

            OUTPUT_RESOURCE
            {
                ResourceName = Snacks
                Ratio = 0.00004630
                DumpExcess = false
                FlowMode = ALL_VESSEL
            }
        }

        RESOURCE
        {
            name = Soil
            amount = 0
            maxAmount = 400
        }
    }

    //Air Scrubber (Aquila 18-B1 Crew Compartment A used for Kvant-2, Spektr, Priroda)
    @PART[aquila_crew_s1p5_2_1]:NEEDS[SnacksFreshAir]
    {
        MODULE
        {
            name = SnacksConverter
            ConverterName = Air Scrubber
            StartActionName = Start Air Scrubber
            StopActionName = Stop Air Scrubber
            AutoShutdown = false
            GeneratesHeat = false
            UseSpecialistBonus = false
            
            INPUT_RESOURCE
            {
                ResourceName = StaleAir
                Ratio = 0.00074
                FlowMode = ALL_VESSEL
            }

            INPUT_RESOURCE
            {
                ResourceName = ElectricCharge
                Ratio = 0.4
                FlowMode = ALL_VESSEL
            }

            OUTPUT_RESOURCE
            {
                ResourceName = FreshAir
                Ratio = 0.000296
                FlowMode = ALL_VESSEL
            }
        }

        RESOURCE
        {
            name = StaleAir
            amount = 0
            maxAmount = 400
        }
    }

    //Stress Relief (Eridani 27KB Crew Module used for Mir Core Module)
    @PART[Eridani_Crew_2]:NEEDS[SnacksStress]
    {
        MODULE
        {
            name = SnacksConverter
            ConverterName = Entertainment Center
            StartActionName = Start Entertainment
            StopActionName = Stop Entertainment
            AutoShutdown = false
            GeneratesHeat = false
            UseSpecialistBonus = false
            minimumCrew = 1
            requiresHomeConnection = true

            //This condition is set whenever the kerbal enters the part and the converter is active, and
            //when the converter is started. Since it's registered as a SKILL_LOSS_CONDITION, the kerbals will lose their
            //skills while the converter is running.
            conditionSummary = Relaxing

            INPUT_RESOURCE
            {
                ResourceName = ElectricCharge
                Ratio = 1.6
                FlowMode = STAGE_PRIORITY_FLOW
            }

            ROSTER_INPUT_RESOURCE
            {
                ResourceName = Stress
                AmountPerDay = 2
            }
        }
    }

     

     

  11. 58 minutes ago, iteranthypatic said:

    Is there some way that I can add those features to these parts? Are there some lines I'm supposed to add to them?

    Pretty much only WBI will support all of Snacks to the fullest, though it's straight forward to add functionality to other parts with a simple Module Manager patch.  You can see examples in the MM_stock.cfg in Snacks Module Manager patches folder.  For example, to add Air Scrubbers to parts :

    Spoiler
    
    @PART[name_of_part_to_add]
    {
        MODULE:NEEDS[SnacksFreshAir]
        {
            name = SnacksConverter
            ConverterName = Air Scrubber
            StartActionName = Start Air Scrubber
            StopActionName = Stop Air Scrubber
            AutoShutdown = false
            GeneratesHeat = false
            UseSpecialistBonus = false
            
            INPUT_RESOURCE
            {
                ResourceName = StaleAir
                Ratio = 0.00074
                FlowMode = ALL_VESSEL
            }
    
            INPUT_RESOURCE
            {
                ResourceName = ElectricCharge
                Ratio = 0.4
                FlowMode = ALL_VESSEL
            }
    
            OUTPUT_RESOURCE
            {
                ResourceName = FreshAir
                Ratio = 0.000296
                FlowMode = ALL_VESSEL
            }
        }
    
        //Add space for a small amount of StaleAir resource to get converted back to Air
    
        RESOURCE:NEEDS[SnacksFreshAir]
        {
            name = StaleAir
            amount = 0
            maxAmount = 100
        }
    }

     

    You can do something similar with Snack Recycler or just adding the various life support resources.

×
×
  • Create New...