Jump to content

THiGER

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by THiGER

  1. I don't know if it works like intended, but HydroponicSnacks can't be stored. So you can only produce as many Hydroponic Snacks as you consume and you can't transfer HydroponicSnacks to other Ships or Stations. i wrote a MM-Patch for this and maybe other player also wants to store HydroponicsSnacks....
  2. Nice addon so far... But there is a lack of Snacks for Pods with Crewcapacity > 3 i wrote a little MM-patch for scaling snackscapacity depending on crewcapacity. @PART[*]:HAS[#CrewCapacity[>0],!RESOURCE[LifeSupport]]:NEEDS[ProgressiveColonizationSystem] { %RESOURCE[Snacks-Tier4] { %amount = #$/CrewCapacity$ %maxAmount = #$/CrewCapacity$ @amount != 2 @maxAmount != 2 @amount *= 3 @maxAmount *= 3 } }
  3. I made a GitHub pull request for bugfix.... you can see here https://github.com/ChrisAdderley/NearFutureSpacecraft/pull/80 or edit the cfg file by yourself: GameData/NearFutureSpacecraft/Patches/NFSpacecraftTACLifeSupport.cfg and remove :FOR[TacLifeSupport] the FOR tag generates false detection of TacLifeSupport. Greetings....
  4. Ok i tested a bit more... ...with a fresh install of KSP and only snacks with ckan installed..... The bug is still there.... [LOG 09:32:40.429] [SnackController] - EatSnacks called [LOG 09:32:40.430] [SnackController] - Firing before snack time event [LOG 09:32:40.431] [SnackConsumer] - ConsumeAndGetDeficit called for vessel:Bugtester [LOG 09:32:40.432] [SnackConsumer] - Non-exempt crewCount: 4 [LOG 09:32:40.433] [SnackConsumer] - Calling runConverters [LOG 09:32:40.434] [SnackConsumer] - Running soil recycler... [LOG 09:32:40.434] [SnackConsumer] - Recycler supports 4 kerbals. [LOG 09:32:40.435] elapsedTime: 4000 baseDemand: 48000 recyclerCapacity: 4 SnacksPerMeal: 1 [LOG 09:32:40.437] Requested 1.66670407634229 units of Soil and total received thus far: 1.66670407634229 [LOG 09:32:40.438] baseOutput: 19200.0002861023 RecyclerEfficiency: 0.4 [LOG 09:32:40.439] Added 0.666681640471245 units of Snacks [LOG 09:32:40.440] [SnackConsumer] - Running snack processor... [LOG 09:32:40.440] Snacks - EatSnacks: Object reference not set to an instance of an object at Snacks.SnackConsumer.runConverters (.ProtoVessel vessel) [0x00000] in <filename unknown>:0 at Snacks.SnackConsumer.ConsumeAndGetDeficit (.Vessel vessel) [0x00000] in <filename unknown>:0 at Snacks.SnackController.EatSnacks () [0x00000] in <filename unknown>:0 [LOG 09:32:40.449] Snack time! Next Snack Time!:616920.058087013 I used a simple testship in sandbox mode at launchpad.... with active soil recycler and and active snack processor. snacks is working as long the ship is the active vessel... but stops working if timewarped from space center. Here is the link for the testcraft: https://we.tl/3HO2S86CkQ Actiongroups.... 1 solar 2 heat 5 toggle stuff 6 start drill... for my test scenario i filled the 4 kerbals into command pods.... hope this helps.....
  5. Had the same problem..... [LOG 02:36:00.679] [SnackConsumer] - Extra Snacks: -1 [LOG 02:36:00.679] [SnackConsumer] - (Unloaded vessel) demand: 2 [LOG 02:36:00.680] [SnackConsumer] - (Unloaded vessel) fed: 2 [LOG 02:36:00.681] [SnackConsumer] - Fired event onConsumeSnacks [LOG 02:36:00.682] [SnackConsumer] - Produced soil: 2 [LOG 02:36:00.683] [SnackConsumer] - ConsumeAndGetDeficit called for vessel:Mun Ground Base [LOG 02:36:00.684] [SnackConsumer] - Non-exempt crewCount: 5 [LOG 02:36:00.685] [SnackConsumer] - Calling runConverters [LOG 02:36:00.686] [SnackConsumer] - Running snack processor... [LOG 02:36:00.687] Snacks - EatSnacks: Object reference not set to an instance of an object at Snacks.SnackConsumer.runConverters (.ProtoVessel vessel) [0x00000] in <filename unknown>:0 at Snacks.SnackConsumer.ConsumeAndGetDeficit (.Vessel vessel) [0x00000] in <filename unknown>:0 at Snacks.SnackController.EatSnacks () [0x00000] in <filename unknown>:0 The Base has a Stock MPL with running snack processor. After deactivating the snack processor everything worked well.... AND still working well after reactivating the snack processor. Hope this helps... ok, the bug appears every time i link or unlink vessels with kis/kas. restarting the snack processor helps as a workaround....
×
×
  • Create New...