Angelo Kerman Posted November 12, 2017 Author Share Posted November 12, 2017 BARIS 1.4.7 is now available: KAC Vehicle Integration - Vessel integration timer now relies on the KAC alarm, significantly improving accuracy. - Vessel integration timer now accurately reflects delays due to work stoppage events. - If you delete your integration alarm before vehicle integration is completed, then the corresponding VAB/SPH bay will be cleared as well and its integration efforts lost. - The High Bay/Hangar Bay Load button won't be available until vehicle integration has completed. - The High Bay/Hangar Bay vessel integration shows the final reliability after vehicle integration. NOTE: These improvements only apply to new vessel integration, not existing projects. Bug Fixes & Enhancements - Fixed missing user message during launch failures. Link to comment Share on other sites More sharing options...
Geschosskopf Posted November 13, 2017 Share Posted November 13, 2017 On 11/12/2017 at 1:48 PM, Angel-125 said: BARIS 1.4.7 is now available: Yay! Link to comment Share on other sites More sharing options...
White Owl Posted November 15, 2017 Share Posted November 15, 2017 Spent the past couple of days working through the beginning of a new career save, with BARIS at mostly default settings. I'm really enjoying it so far! This is the first time in my KSP experience that I've ever had a legitimate need for crew escape systems. First time ever I've had to repair the launchpad and runway after an accident. Lots of fun. What would it take to make SSTU fuel tanks work with BARIS? Right now there doesn't appear to be any chance of an SSTU tank failing. I looked at that github pull request and put together this MM patch: @PART[SSTUModularFuelTank]:HAS[!MODULE[ModuleBreakableFuelTank]]:FOR[BARIS] { MODULE { name = ModuleBreakableFuelTank } } But BARIS still doesn't seem to be aware of the tanks. Link to comment Share on other sites More sharing options...
White Owl Posted November 16, 2017 Share Posted November 16, 2017 (edited) Got it figured out! Spoiler //SSTU BARIS integration @PART[SSTU-SC-TANK-MFT-A] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MFT-D] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MFT-L] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MFT-LV] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MFT-R] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MFT-S] { MODULE { name = ModuleBreakableFuelTank } } @PART[SSTU-SC-TANK-MUS] { MODULE { name = ModuleBreakableFuelTank } } Instead of attempting a single MM patch for all SSTU tanks, I just made several much simpler patches. I haven't seen a failure in flight yet, but the tanks show up as breakable in BARIS' GUI. edit: I can now personally confirm that the above MM patch will cause SSTU fuel tanks to catastrophically fail in a very satisfying fashion. Edited November 16, 2017 by White Owl Link to comment Share on other sites More sharing options...
Fergrim Posted November 27, 2017 Share Posted November 27, 2017 I'm confused about the install process. I downloaded BARIS-master.zip and if I understand correctly, I'm supposed to ignore every folder there except the ones that are under gamedata? That's what I did at first, unzipped everything below gamedata into my gamedata folder and when I loaded up KSP I fail to see any BARIS icon in the button toolbar. Link to comment Share on other sites More sharing options...
Krakatoa Posted November 27, 2017 Share Posted November 27, 2017 16 minutes ago, Fergrim said: I'm confused about the install process. I downloaded BARIS-master.zip and if I understand correctly, I'm supposed to ignore every folder there except the ones that are under gamedata? That's what I did at first, unzipped everything below gamedata into my gamedata folder and when I loaded up KSP I fail to see any BARIS icon in the button toolbar. It may not solve your problem, but use this download instead (It's the actual release). Link to comment Share on other sites More sharing options...
Fergrim Posted November 27, 2017 Share Posted November 27, 2017 That totally solved my problem, thank you Link to comment Share on other sites More sharing options...
dlrk Posted November 28, 2017 Share Posted November 28, 2017 Is there a smaller component storage part, or any got an MM for one? Link to comment Share on other sites More sharing options...
Fergrim Posted November 29, 2017 Share Posted November 29, 2017 You could always use containerconfigurer, tweakscale, tweakeverything. I know I have containers of all sizes, if those aren't what you're looking for, can you be more specific? Do you mean inventory storage or resource? Link to comment Share on other sites More sharing options...
DAL59 Posted November 29, 2017 Share Posted November 29, 2017 What is the earliest version compatible with 1.2.2? Link to comment Share on other sites More sharing options...
Fergrim Posted November 29, 2017 Share Posted November 29, 2017 out of curiosity, why do you run 1.2.2? Link to comment Share on other sites More sharing options...
JadeOfMaar Posted November 29, 2017 Share Posted November 29, 2017 5 hours ago, dlrk said: Is there a smaller component storage part, or any got an MM for one? Is the smallest Buckboard part (the size of the default KIS box) too big? Or are you unaware of the Buckboards? They should also hold Equipment. Link to comment Share on other sites More sharing options...
dlrk Posted December 1, 2017 Share Posted December 1, 2017 What's a buckboard? Link to comment Share on other sites More sharing options...
JadeOfMaar Posted December 1, 2017 Share Posted December 1, 2017 1 hour ago, dlrk said: What's a buckboard? It's a multipurpose box. It holds nearly every resource that's used by the WBI mods and it doubles as a KIS storage. Link to comment Share on other sites More sharing options...
dlrk Posted December 2, 2017 Share Posted December 2, 2017 I don't see that anywhere, is it from this mod? Link to comment Share on other sites More sharing options...
WuphonsReach Posted December 3, 2017 Share Posted December 3, 2017 On 9/18/2017 at 1:16 AM, Angel-125 said: Equipment is the official repair resource for BARIS, but if you want to use a different resource, such as RocketParts, you can edit MM_BARIS.cfg to add the desired resource to the entries that add ModuleQualityControl. Consult the wiki entry for ModuleQualityControl to find what field you need. For MKS integration, I'd suggest either SpecializedParts or MaterialKits, or maybe the next tier which is Machinery (constructed from SP+MK). Mmm, probably MaterialKits would be best. They're approximately the same unit cost as Equipment (2.0 for MK, 1.5 for EQ), and roughly the same density (0.001 for MK, 0.0025 for EQ). So cost per mass unit is: EQ = 1/0.0025 * 1.5 = 600 MK = 1/0.001 * 2.0 = 2000 Might have to adjust both maintenanceMassPercent and repairMassPercent by a factor of about 3 in order to use Material Kits and have the same approximate costs. Although, I'm not sure that's necessary as with MKS, you often have material kits laying around and most repairs are measured in 10s of units of EQ, not 1000s of units. The provided tanks could either be turned off when MKS is present, or swapped to hold MaterialKits. The question is whether we should match up on a mass basis or a volume basis. Probably a mass basis, so any container that holds Equipment should instead hold MaterialKits, just multiply the amount/maxAmount values by 2.5 to keep things simple. Notes: I don't see a way to change the default "maintenanceResource" in Constants.cfg. Assuming that Constants.cfg could be affected by ModuleManager, a USI compatibility patch could could change a value there instead of needing to specify it multiple times in MM_BARIS.cfg. It should be possible to use MM to swap Equipment storage for MaterialKits storage for any part that has it, including changing the quantities. Link to comment Share on other sites More sharing options...
Geschosskopf Posted December 5, 2017 Share Posted December 5, 2017 I had an event card that said one of my astronauts had gone AWOL and was kicked back at "Malcolypse Resort" or some such. Shortly thereafter, he turned up KIA (not MIA) on the roster. Is this the usual result and expected result of a vacation, or was he supposed to have come back eventually? So now I'm wondering what happened to him. Alcohol poisoning, a terminal case of the clap, eaten by a shark, kidnapped by blackimarket organ procurers, or shot by police while resisting arrest for public nudity, etc. It would be nice to know. I have various forms to fill out now Link to comment Share on other sites More sharing options...
Angelo Kerman Posted December 5, 2017 Author Share Posted December 5, 2017 13 minutes ago, Geschosskopf said: I had an event card that said one of my astronauts had gone AWOL and was kicked back at "Malcolypse Resort" or some such. Shortly thereafter, he turned up KIA (not MIA) on the roster. Is this the usual result and expected result of a vacation, or was he supposed to have come back eventually? So now I'm wondering what happened to him. Alcohol poisoning, a terminal case of the clap, eaten by a shark, kidnapped by blackimarket organ procurers, or shot by police while resisting arrest for public nudity, etc. It would be nice to know. I have various forms to fill out now I think the astronaut was supposed to return, but I haven't look at that code in awhile. Regarding what happened to him, I believe it's "all of the above." Link to comment Share on other sites More sharing options...
DAL59 Posted January 2, 2018 Share Posted January 2, 2018 @Angel-125 what's the latest version of this mod that is compatible with 1.2.2? Link to comment Share on other sites More sharing options...
JadeOfMaar Posted January 3, 2018 Share Posted January 3, 2018 9 hours ago, DAL59 said: @Angel-125 what's the latest version of this mod that is compatible with 1.2.2? BARIS is not available for KSP 1.2. Link to comment Share on other sites More sharing options...
eberkain Posted January 3, 2018 Share Posted January 3, 2018 On 12/2/2017 at 7:10 PM, WuphonsReach said: For MKS integration, I'd suggest either SpecializedParts or MaterialKits, or maybe the next tier which is Machinery (constructed from SP+MK). Mmm, probably MaterialKits would be best. They're approximately the same unit cost as Equipment (2.0 for MK, 1.5 for EQ), and roughly the same density (0.001 for MK, 0.0025 for EQ). So cost per mass unit is: EQ = 1/0.0025 * 1.5 = 600 MK = 1/0.001 * 2.0 = 2000 Might have to adjust both maintenanceMassPercent and repairMassPercent by a factor of about 3 in order to use Material Kits and have the same approximate costs. Although, I'm not sure that's necessary as with MKS, you often have material kits laying around and most repairs are measured in 10s of units of EQ, not 1000s of units. The provided tanks could either be turned off when MKS is present, or swapped to hold MaterialKits. The question is whether we should match up on a mass basis or a volume basis. Probably a mass basis, so any container that holds Equipment should instead hold MaterialKits, just multiply the amount/maxAmount values by 2.5 to keep things simple. Notes: I don't see a way to change the default "maintenanceResource" in Constants.cfg. Assuming that Constants.cfg could be affected by ModuleManager, a USI compatibility patch could could change a value there instead of needing to specify it multiple times in MM_BARIS.cfg. It should be possible to use MM to swap Equipment storage for MaterialKits storage for any part that has it, including changing the quantities. You could just rename Equipment to Repair Parts, i dont see a problem with it being a different resource. Link to comment Share on other sites More sharing options...
Antik Posted January 6, 2018 Share Posted January 6, 2018 Hmm, are leaks on unloaded crafts supposed to magically stop and not proceed? Case: got a craft on orbit, fuel tank got a leak, returned to space center, warped forward for an hour, returned to craft, tank's still leaking with the same amount of fuel as before warp. Is this a feature or a bug? Link to comment Share on other sites More sharing options...
Bottle Rocketeer 500 Posted January 9, 2018 Share Posted January 9, 2018 On 11/28/2017 at 7:57 PM, DAL59 said: What is the earliest version compatible with 1.2.2? @DAL59 The archived 1.3 versions with a plugin compiled for 1.2.2 have been deleted, but you could probably try recompiling it for 1.2.2 (though it would be very hard- believe me, I tried) Link to comment Share on other sites More sharing options...
DAL59 Posted January 9, 2018 Share Posted January 9, 2018 Just now, Bottle Rocketeer 500 said: @DAL59 The archived 1.3 versions with a plugin compiled for 1.2.2 have been deleted, but you could probably try recompiling it for 1.2.2 (though it would be very hard- believe me, I tried) Why? Can you please repost them, @Angel-125? Link to comment Share on other sites More sharing options...
Angelo Kerman Posted January 9, 2018 Author Share Posted January 9, 2018 48 minutes ago, DAL59 said: Why? Can you please repost them, @Angel-125? Supporting older versions of KSP is pretty laboriously intensive for me. I've made a lot of bug fixes since 1.2.2. So no, sorry. Link to comment Share on other sites More sharing options...
Recommended Posts