Jimbodiah Posted January 24, 2016 Share Posted January 24, 2016 The minimum crew was zero, the tac patch needs 1 or more in order to add tac supplies. I made my own patch that is now included with the mod in question (SSTU) and also has adjusted amounts for more days. Let me know if you need an example. Link to comment Share on other sites More sharing options...
teej9 Posted January 24, 2016 Share Posted January 24, 2016 5 hours ago, Jimbodiah said: The minimum crew was zero, the tac patch needs 1 or more in order to add tac supplies. I made my own patch that is now included with the mod in question (SSTU) and also has adjusted amounts for more days. Let me know if you need an example. Thank you Sir, works like a charm if I just adjust the minimum crew reqs. Link to comment Share on other sites More sharing options...
Jimbodiah Posted January 24, 2016 Share Posted January 24, 2016 Glad it works! Link to comment Share on other sites More sharing options...
DerekL1963 Posted January 25, 2016 Share Posted January 25, 2016 (edited) I used to have a link to a Google Docs spreadsheet that would calculate the required amounts of life support for a given time (very handy for use with MFT), but somewhere along the line I lost the link... Anyone have the link? Edited January 25, 2016 by DerekL1963 Link to comment Share on other sites More sharing options...
konsti156 Posted January 28, 2016 Share Posted January 28, 2016 I wanted to put TAC LS into some non-stock pods and i used this given code: Spoiler RESOURCE { name = Food amount = 1.097 maxAmount = 1.097 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Water amount = 0.725 maxAmount = 0.725 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Oxygen amount = 111.038 maxAmount = 111.038 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = CarbonDioxide amount = 0 maxAmount = 95.913 @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Waste amount = 0 maxAmount = 0.1 @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = WasteWater amount = 0 maxAmount = 0.924 @maxAmount *= #$/CrewCapacity$ } problem is it only adds as much life support as in a one man pod. Do I have to modify something in this code? Link to comment Share on other sites More sharing options...
Frenzi Posted February 2, 2016 Share Posted February 2, 2016 Hi guys, I made a calculator for you! Download instructions: Download, extract, execute! Use instructions: Link: https://mega.nz/#!ItxAGRwB!0B4xNmFEeS6xt9VlRJND4zdndiYWt1mQnw4aGKSFoAg Link to comment Share on other sites More sharing options...
Sardaukar Posted February 6, 2016 Share Posted February 6, 2016 Great mod, i play Realism overhaul and all the stuff that makes it harder ;-) So, i stumbled over a "bug" when i finally achieved Mars crewed flyby... I had 2 Water purifiers (TACLS) on my spacecraft and my water never decreased during the 2year trip, only waste Water increased. Food and Oxygen worked quite as they should ... On another station it happened too. Sorry for my bad english. Anyone had the same issue with Water purifiers ? Btw. The CO2 recycler with Potassium Superoxid worked amazing :-D Great mod indeed, thnx for your attention. Link to comment Share on other sites More sharing options...
Andem Posted February 11, 2016 Share Posted February 11, 2016 (edited) Never mind. Edited February 11, 2016 by Andem Link to comment Share on other sites More sharing options...
speedwaystar Posted February 11, 2016 Share Posted February 11, 2016 (edited) On 2/6/2016 at 1:39 AM, Sardaukar said: Great mod, i play Realism overhaul and all the stuff that makes it harder ;-) So, i stumbled over a "bug" when i finally achieved Mars crewed flyby... I had 2 Water purifiers (TACLS) on my spacecraft and my water never decreased during the 2year trip, only waste Water increased. Food and Oxygen worked quite as they should ... On another station it happened too. Sorry for my bad english. Anyone had the same issue with Water purifiers ? Btw. The CO2 recycler with Potassium Superoxid worked amazing :-D Great mod indeed, thnx for your attention. whenever i revisit a station with a carbon extractor or water purifier, i have to manually pump the carbon dioxide from adjoining modules into the extractor, and ditto with waste water for the purifier. they don't seem to automatically scavenge them while the station is on rails. i'm not sure if this is a bug or a KSP limitation. Edited February 11, 2016 by speedwaystar Link to comment Share on other sites More sharing options...
Nightside Posted February 11, 2016 Share Posted February 11, 2016 On 1/28/2016 at 7:51 AM, konsti156 said: I wanted to put TAC LS into some non-stock pods and i used this given code: Hide contents RESOURCE { name = Food amount = 1.097 maxAmount = 1.097 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Water amount = 0.725 maxAmount = 0.725 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Oxygen amount = 111.038 maxAmount = 111.038 @amount *= #$/CrewCapacity$ @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = CarbonDioxide amount = 0 maxAmount = 95.913 @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = Waste amount = 0 maxAmount = 0.1 @maxAmount *= #$/CrewCapacity$ } RESOURCE { name = WasteWater amount = 0 maxAmount = 0.924 @maxAmount *= #$/CrewCapacity$ } problem is it only adds as much life support as in a one man pod. Do I have to modify something in this code? Are you trying to write a Module Manager patch or just add those into the part's config? If you are writing a patch, try asking over in the module manager thread, but if you are just editing the config, multiply the amount and max amount values by the number of kerbals that fit in the pod. You can leave off the "@maxAmount *= #$/CrewCapacity$" part. Link to comment Share on other sites More sharing options...
Nich Posted February 12, 2016 Share Posted February 12, 2016 So I tried searching the topic but couldn't find anything. TAC life support appears to be working however when ever it starts I get the following error. here is my install. I cant find a version number but I downloaded it about a month ago Link to comment Share on other sites More sharing options...
goldenpsp Posted February 12, 2016 Share Posted February 12, 2016 (edited) 13 minutes ago, Nich said: So I tried searching the topic but couldn't find anything. TAC life support appears to be working however when ever it starts I get the following error. here is my install. I cant find a version number but I downloaded it about a month ago It looks like you downloaded the github repository, but not the release for modulemanager. You should just have a modulemanager DLL file in your gamedata folder. Notice the DLL in my gamedata folder (old picture) Edited February 12, 2016 by goldenpsp Link to comment Share on other sites More sharing options...
Nich Posted February 12, 2016 Share Posted February 12, 2016 Thank you so much that has been driving me CRAZY Link to comment Share on other sites More sharing options...
StevieC Posted February 14, 2016 Share Posted February 14, 2016 Small issue I've uncovered. The life-support supply calculator seems unable to factor in the presence of fuel-cells, be they the fuel+oxidizer type, or the monopropellant type, in calculating how long a spacecraft's electrical-charge can sustain the crew. Link to comment Share on other sites More sharing options...
Nightside Posted February 14, 2016 Share Posted February 14, 2016 1 hour ago, StevieC said: Small issue I've uncovered. The life-support supply calculator seems unable to factor in the presence of fuel-cells, be they the fuel+oxidizer type, or the monopropellant type, in calculating how long a spacecraft's electrical-charge can sustain the crew. I don't think any generator or resource recyclers are accounted for for unloaded vessels (in any life support mod). That said, I don't think electricity is consumed by unloaded vessels either. Link to comment Share on other sites More sharing options...
eberkain Posted February 18, 2016 Share Posted February 18, 2016 Is the Declutter addon still a thing, anyone know where to find it? Link to comment Share on other sites More sharing options...
Farix Posted February 19, 2016 Share Posted February 19, 2016 22 hours ago, eberkain said: Is the Declutter addon still a thing, anyone know where to find it? Use the GitHub repository. https://github.com/TheFarix/TACLS-Declutter-Revised/releases Link to comment Share on other sites More sharing options...
TerLoki Posted March 1, 2016 Share Posted March 1, 2016 (edited) Quick question: Does anyone know if the old Somnambulic Aerospace pasts still work with this mod or the game in general? The mod hasn't updated in forever, but they're just life support containers. Edit: Oh. Just checked, they do work but have yet to be rebalanced. Hmm... Guess I need to figure out how much to change the resource capacities for each part. :/ Edit: Edit: Thank you Frenzi for that calculator, it was a lifesaver! I've gotten the resource values rebalanced (I think), provided this doesn't blow up in my face I'll look over the original mod license and see if I can't upload it for anyone else to use if they want. Edit: Edit: How many edits am I going to need?!!: Edit: And no it's not working. Craaaaaap. Edited March 1, 2016 by TerLoki Link to comment Share on other sites More sharing options...
Nich Posted March 1, 2016 Share Posted March 1, 2016 I love TAC life support brought new life to my passion for KSP. My only complaint is there any chance TAC parts could get there own tab? My utilities is already so cluttered. Link to comment Share on other sites More sharing options...
Nansuchao Posted March 1, 2016 Share Posted March 1, 2016 Just few posts above you'll find your solution. https://github.com/TheFarix/TACLS-Declutter-Revised/releases This will remove every TAC-LS parts except for the supplies container, inline and radial. Link to comment Share on other sites More sharing options...
Samapico Posted March 4, 2016 Share Posted March 4, 2016 I have a bunch of debris pods left over from rescue missions, and they all show up in my Life Support Monitoring: There are manned bases and such lower in the list. Is there a way to make debris, or anything with 0 actual crew not show up in there? Link to comment Share on other sites More sharing options...
corbett Posted March 5, 2016 Share Posted March 5, 2016 (edited) is it compatible with usi kolonization systems? Edited March 14, 2016 by corbett Link to comment Share on other sites More sharing options...
panourgue Posted March 5, 2016 Share Posted March 5, 2016 I am loving this mod, it's awesome. But it has a strange behavior on EVA's for me. After couple of moments after EVA TAC starts spamming log with this: Tac.PartExtensions.TakeResource: ResourceFlowMode.STAGE_PRIORITY_FLOW is not supported yet. I have a RP-0 CKAN install with all recommended mods. Output_log if anyone interested. I am not sure if it affects the gameplay, btw. Sorry if it has been discussed before Link to comment Share on other sites More sharing options...
Comrade Xmir Posted March 6, 2016 Share Posted March 6, 2016 I have to say, this is a really cool idea that should have (in my opinion) been included with the vanilla version of KSP. Link to comment Share on other sites More sharing options...
NathanKell Posted March 6, 2016 Share Posted March 6, 2016 @panourgue yes, the current release of TACLS does spam log for that. Doesn't affect gameplay. Link to comment Share on other sites More sharing options...
Recommended Posts