Jump to content

Hacker717

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Hacker717

  1. Hello all! I come hopefully bearing a solution to those of you with the issue of the fusion type engines consuming far too much deuterium. The CommunityResoursePack is indeed the problem. The solution is actually quite simple. Go to your game data folder open up your CommunityResourcePack folder and then open the CommonResources.cfg in a text editor like notepad. Use ctrl+F to search through it and type hydrogenin the search box. Replace the ENTIRE entry for hydrogen with the following: RESOURCE_DEFINITION { name = Hydrogen density = 0.000899 unitCost = 0.01 hsp = 143 flowMode = ALL_VESSEL transfer = PUMP isTweakable = false } ^That is the resource definition for hydrogen used inside your II folder. Then use ctrl+F again and search for deuterium and replace that ENTIRE entry with the following: RESOURCE_DEFINITION { name = Deuterium density = 0.000972 unitCost = 8 hsp = 143 flowMode = STACK_PRIORITY_SEARCH transfer = PUMP isTweakable = true } ^That is the resource definition for Deuterium inside your II folder. By doing this, the correct resource values are used instead of the wrong ones. This will fix the problem for you and your engines will go back to consuming small amounts of resource again like usual. Hopefully this helped you all out! I am running ksp 1.2.2 with the newest version of the CommunityResourcePack to date - 1/31/2017
×
×
  • Create New...