sidfu Posted August 3, 2014 Share Posted August 3, 2014 thats a known error message that doesnt hurt anything. u need to give more info as what u where doing when crashed, what version and what system u on aka 32x 64x.also on the rescue a kerbal they dont get added to tac till u within 2.5km Link to comment Share on other sites More sharing options...
MerlinsMaster Posted August 3, 2014 Share Posted August 3, 2014 Is there a way to turn life support off when it's not in use? I have this mod called Cryocabin that provides a crew can that allows the Kerbals to go into cryosleep. This will allow me to just need life support for the month that the ship is at the planet, as opposed to needing it for the entire trip. Link to comment Share on other sites More sharing options...
Baleur Posted August 3, 2014 Share Posted August 3, 2014 What i was doing when it crashed was to try to load my savegame (which all times had only a few unmanned probes in orbit with very basic low tech parts). 0.24.2 64bitIt's happened about 5 times now with different savegames.When not having TAC installed, it doesn't happen. Link to comment Share on other sites More sharing options...
Olympic1 Posted August 3, 2014 Share Posted August 3, 2014 I am running 36 mods (TAC included) without any problems on 64-bit Link to comment Share on other sites More sharing options...
TaranisElsu Posted August 3, 2014 Author Share Posted August 3, 2014 Sorry, but I am still not having anywhere near the issues that some of you seem to be having. Everything seems to be working okay (for the limited amount that I have been able to test it). You all are also not giving me enough information to be able to help. I can't do anything with "It doesn't work" or "it crashes". I need the entire log file. That reveals a lot about what happened, what happened before that, what mods you are running, and what OS you use including 32-bit vs 64-bit.So....I just posted a new pre-release, version 0.4 pre4. Please download that and see if it helps.And please read my new wiki, https://github.com/taraniselsu/TacLifeSupport/wiki . I created an Installation Tutorial and a Help page. Please follow the directions on those pages and let me know what issues remain. And please, please, please follow the directions on the Help page where it says to upload a copy of your complete log file."Help me, help you." http://www.youtube.com/watch?v=AGt5f70K02Q#t=23Changes Added an InstallChecker based on the one Majiir made for Kethane Tweaked the defaults for the max time without.Warnings:* This release is not compatible with version 0.8 and before. Link to comment Share on other sites More sharing options...
Olympic1 Posted August 3, 2014 Share Posted August 3, 2014 gonna test it out Link to comment Share on other sites More sharing options...
Nerezza Posted August 3, 2014 Share Posted August 3, 2014 (edited) For modular fuel tanks, I edited this config to even out life support distribution so each resource lasts about the same amount of time, accurate to a few seconds.It replaces TankDefinitions.cfg under ThunderAerospace/TACLifeSupportMFT/ and it doesn't change consumption rates, it just changes the percentages of a Life Support tank that's given to each resource.Edit: Removed because last update seems to have also changed consumption rates, I think. Edited August 3, 2014 by Nerezza Link to comment Share on other sites More sharing options...
Donziboy2 Posted August 3, 2014 Share Posted August 3, 2014 What i was doing when it crashed was to try to load my savegame (which all times had only a few unmanned probes in orbit with very basic low tech parts). 0.24.2 64bitIt's happened about 5 times now with different savegames.When not having TAC installed, it doesn't happen.My thoughts would be go back to 32bit, x64 has alot of issues and the biggest issue right now is that it throws useless access violation errors that don't have any specifics.... Link to comment Share on other sites More sharing options...
Nerezza Posted August 4, 2014 Share Posted August 4, 2014 Darn it Taranis, I spent a couple hours last night trying to remember algebra so I could get ratios for MFT and not even a day later you fix it in an update!Serious note though: I'm assuming your maxTimeWithouts are in seconds, and after doing the math a Kerbal can go without food for 60 Kerbin days, water for 6 Kerbin days, and oxygen or electricity for 2 hours. The last three seem reasonable, but food seems a bit much still. Link to comment Share on other sites More sharing options...
SkyRender Posted August 4, 2014 Share Posted August 4, 2014 Literally the same day I decide to re-install TAC Life Support, an update comes out for it. Amazing. Link to comment Share on other sites More sharing options...
acc Posted August 4, 2014 Share Posted August 4, 2014 Just want to say I had no issues with pre3 either. It's working very well. Link to comment Share on other sites More sharing options...
Olympic1 Posted August 4, 2014 Share Posted August 4, 2014 TaranisElsu, are you going to update your other mods too after this is updated Link to comment Share on other sites More sharing options...
falken Posted August 4, 2014 Share Posted August 4, 2014 Can I disable the phone home stuff you added? I don't want that at all. Link to comment Share on other sites More sharing options...
somnambulist Posted August 4, 2014 Share Posted August 4, 2014 Can I disable the phone home stuff you added? I don't want that at all.It doesn't look like it's calling home. It looks like it's just checking the the path to DLL is correct, ensuring Module Manager is installed and deletes an old 0.8 MM cfg. Link to comment Share on other sites More sharing options...
falken Posted August 4, 2014 Share Posted August 4, 2014 Hmm, sounds reasonable enough. Link to comment Share on other sites More sharing options...
TaranisElsu Posted August 4, 2014 Author Share Posted August 4, 2014 Can I disable the phone home stuff you added? I don't want that at all.It is not phoning home. There is no update check. Nor a stat gathering. Not anything like that there at all.All that it does is check the paths where the DLL is located, makes sure that ModuleManager is present, and deletes a config file from the previous version. As @somnambulist said. He much have checked the code . Except that I just noticed that I forgot to put in a method call to CleanupOldVersion(). LOL.Warning: Please delete {KSP}/GameData/ThunderAerospace/TacLifeSupport/StockPartChanges.cfg if it is there. It has the potential to mess things up.And if you saw the warning message on the Main Menu, then you did not install it correctly. Please read and follow the new Installation Tutorial.I have thought about putting in an update check, but it would be completely OPTIONAL and you would have to opt-in in the settings window in the Space Center scene. Or I could make a .version file and allow you to use the KSP-AVC plugin by cybutek or the KSP-AVC python script by Tyrope, if you so desire. I just need to figure out where to host the .version file because I do not believe that it belongs in my Github repository because I would have to make an extra commit to update the version number... Link to comment Share on other sites More sharing options...
ArcFurnace Posted August 4, 2014 Share Posted August 4, 2014 A small comment/suggestion: your MM_AddResources.cfg covers command pods with up to a crew capacity of 6. The Taurus HCV mod (which I use) has a 3.75m capsule with a crew capacity of 7. It was easy enough for me to add another patch to cover it, but you might want to add that to your distribution as well. I can't think of any other command pods with larger crew capacity, so that seems like a good stopping point. Link to comment Share on other sites More sharing options...
montyben101 Posted August 4, 2014 Share Posted August 4, 2014 Will it add life support to pods already in flight? Link to comment Share on other sites More sharing options...
Baleur Posted August 4, 2014 Share Posted August 4, 2014 Yeah its difficult to say exactly what the reason is, as an end user the only thing i'm seeing is that when i remove TAC, i'm not getting the crash-on-loading-savegame issue (ofc a new fresh savegame after each mod change, just to make sure its not an issue with old incompatible saves.) The same kinda crash that happens if you use the TechTreeLoader on 64bit where it crashes before the counter in the top changes from 00000 to shows your funds, science points etc.I'm using Win 7 64bit, ksp 64bit (also happened in 32bit), with the following mods all updated as much as can be, only keeping the latest .dll's in my modfolders (Firespitter etc), no obvious issues.ActiveTextureManagement-Release-basic-x64Airbags_0.1.3ALCOR_Capsule_0.9AlignedCurrency-1.1AlternateResourcePanel_2.5.0.0bahaELpartsv1.2Chatterer_0.5.9.4_x64ConnectedLivingSpaces_1.0.8.0CustomAsteroids_v1.0.0 (custom spawner disabled)CustomBiomes_1_6_5 (same error without this mod)DeadlyReentryCont_v5.2DeployableLight-01_6DistantObject_1.3.1 (vessel and debris flares disabled)DMagic Orbital Science v0_8_2DockingPortAlignment_4.0EditorPartHighlighterEnvironmentalVisualEnhancements-7-3Extraplanetary_Launchpads_v4.2.3FinalFrontier0.5.6Firespitter_634Fusebox_1.0Habitat PackHOME2HotRockets_7.24_NazariInfernalRobotics0.18.3Karbonite-0.0.12KAS_64bit_24_2-HotfixKAS_v0_4_7Kerbin CupKerbQuake1.21Klockheed_Martian_2.0.1Klockheed_Martian_CoolRockets_2.0.1KSPRC_v01.515MechJeb2-2.3.1.0MKS_0.19.3ModuleManager-2.2.1Neophytes_Elementary_Aerodynamics_Replacement-v1.1.1PartCatalog3.0_RC5ProceduralDynamics0.8ProcFairings_3.08RCSBuildAid_v0.4.6RealChute v1.2.3SCANsat.v6.1ScienceAlert-1.7.1Service_Compartment_TubesShipManifest_24_0_3_3_1SoundtrackEditorV2.1StackInlineLightsRGB-v0_6TarsierSpaceTech 4.2 BETATextureReplacer-1.6.1Toolbar-1.7.6TweakScale_1.34UniversalStorage_Core-0.75.3UniversalStorage_KAS-0.75.3UniversalStorage_PartCatalogVNG-Plugin_0_7_2 Link to comment Share on other sites More sharing options...
IGNOBIL Posted August 4, 2014 Share Posted August 4, 2014 I had no problem so far with your previous release, been playing 0.24.2 64b.Have kerbals on a station, all alive and kicking (each other)Great mod, I must say. Awesome Link to comment Share on other sites More sharing options...
TaranisElsu Posted August 4, 2014 Author Share Posted August 4, 2014 @Baleur - https://github.com/taraniselsu/TacLifeSupport/wiki/HelpAlso:Warning: Please delete {KSP}/GameData/ThunderAerospace/TacLifeSupport/StockPartChanges.cfg if it is there. It has the potential to mess things up. Link to comment Share on other sites More sharing options...
nbartolomeo5 Posted August 4, 2014 Share Posted August 4, 2014 Hello!A question about the resource costs in the newest version of TAC: why are they set the way they are? It seems that they account for very minuscule costs compared to the containers. Why not make the containers cheaper but make the resources account for a large portion of the cost? Also when I tried to edit this in myself, I noticed that the large medium and small resource containers have different per unit costs. Why is this?thank you Link to comment Share on other sites More sharing options...
TaranisElsu Posted August 4, 2014 Author Share Posted August 4, 2014 Hello!A question about the resource costs in the newest version of TAC: why are they set the way they are? It seems that they account for very minuscule costs compared to the containers. Why not make the containers cheaper but make the resources account for a large portion of the cost? Also when I tried to edit this in myself, I noticed that the large medium and small resource containers have different per unit costs. Why is this?thank youI have not set the prices for the parts yet, so I expect they would not make sense. That is on my list before the full release. SoonTM. Link to comment Share on other sites More sharing options...
nbartolomeo5 Posted August 4, 2014 Share Posted August 4, 2014 I have not set the prices for the parts yet, so I expect they would not make sense. That is on my list before the full release. SoonTM.Ahh the dreaded "Soon" lol But seriously thanks for all the work done on this mod. It's one of my essentials Link to comment Share on other sites More sharing options...
Smurfalot Posted August 4, 2014 Share Posted August 4, 2014 How does the "HibernateInsteadOfKill" function work, how do I use it and how to I un-hibernate a hibernating kerbal? Link to comment Share on other sites More sharing options...
Recommended Posts